1.安装Gnome包

yum -y groupinstall "GNOME Desktop" "Graphical Administration Tools"


2.查看系统的运行级别

图1.png


3.更新系统的运行级别

ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target

图2.png


4.重启

reboot


5.安装vmtools报错

The path " " is not a valid path to the 3.10.0-693.21.1.el7.x86_64 kernel  headers

yum install "kernel-devel-uname-r == $(uname -r)"