1.安装Gnome包

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


2.查看系统的运行级别

【centos7】设置图形界面启动_第1张图片


3.更新系统的运行级别

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

【centos7】设置图形界面启动_第2张图片


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)"