1,安装图形用户接口X Window System,在命令窗口输入:
yum groups install "X Window System" //命令输入之后,会列出一大堆文字的,然后显示这个y/d/n,输入y,按回车下载安装 //安装完成会提示complete!
2,安装 GNOME 桌面,在命令窗口输入:
yum groups install "GNOME Desktop" //一直y 下去,直到出现提示 complete! ,表示结束.
如果出现以下错误:
fwupdate-efi-12-5.el7.centos.x86_64 conflicts with file from package grub2-common-1:2.02-0.65.e
运行如下命令:
yum update grub2-commonn //更新完之后,再重新运行上面的命令: yum groups install "GNOME Desktop"
3.设置默认环境启动服务器:
systemctl set-default multi-user.target //设置成命令模式 or(或者) systemctl set-default graphical.target //设置成图形模式
4.重启远程服务器
reboot
5.重启之后输入用户名和密码就好了.