VirtualBox:如何在CentOS Minimal中安装V
2019-01-17 本文已影响0人
leebin17
1.更新 VirtualBox
下载新版本VirtualBox
VirtualBox 4.3.12或者更新的版本才支持CentOS 7.x 的系统版本
2.更新全部CentOS系统及相关软件
yum update
reboot
3.更新CentOS系统内核
yum update kernel
reboot
4.安装软件必备软件
yum install bzip2 gcc make kernel-devel
reboot
5.查看:VirtualBox是否已经把 VirtualBox Guest Additions.iso“放到光驱中”
6.把光驱挂在到创建的文件夹中
cd /mnt
mkdir cdrom && mount /dev/cdrom /mnt/cdrom
7.进入目录,执行安装
cd cdrom && ./VBoxLinuxAdditions.run
等待执行结果,结果提示okay,则重启,搞定!