How to solve the problem that centos cannot enter the graphical interface

王林
Release: 2020-04-04 10:46:44
Original
8640 people have browsed it

How to solve the problem that centos cannot enter the graphical interface

Problem:

centos can enter the command line interface, but cannot enter the graphical interface.

Solution:

1. Press "e" on the boot interface

2. Find the line starting with linux16, locate ro and change ro to rw, and add :

init=/sysroot/bin/sh
Copy after login

3. Use ctrl Line mode

chroot /sysroot/
Copy after login

Enter graphical interface mode

Recommended related tutorials:

centos tutorial

The above is the detailed content of How to solve the problem that centos cannot enter the graphical interface. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!