yum -y groupinstall "GNOME Desktop" "Graphical Administration Tools"
2.查看系统的运行级别
3.更新系统的运行级别
ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
4.重启
reboot
【centos7】设置图形界面启动
原文:http://blog.51cto.com/13634837/2093597