1、CentOs安装完成后,若是默认进入字符界面,首先使用root用户登录。
2、删除已经存在的默认符号链接
rm /etc/systemd/system/default.target
3、将默认级别转换为5(图形模式)
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
4、重启系统
reboot
5、或者使用
systemctl set-default graphical.target
重启系统