Problem:
I chose to install the desktop environment during the installation of centos7, but after restarting I can still only enter the tty command line interface of Linux Core.
The solution is as follows:
First
ln -sf /lib/systemd/system/graphical.taget /etc/systemd/system/default.target
Then
reboot now
You can see the graphical interface after restarting.
Recommended related tutorials: centos tutorial
The above is the detailed content of How to solve the problem that centos7 cannot enter the graphical interface. For more information, please follow other related articles on the PHP Chinese website!