Solve the problem that you can only enter the "Welcome" page after Centos 6.5 U disk installation

 

It's been a long time since I wrote a blog. Today, I solved the problem that I could only enter the welcome page after installing the Centos 6.5 U disk (repeatedly asked me to add some information, proxy settings, etc.), and I wrote a blog by the way. Hope that helps some people.

 

Solution steps:

1. Restart, press e to enter the boot editor

2. Move to the kernel item, that is, the second item kernel***, press the e key again to enter the editing

3. Delete the last "rhgb quiet", change it to 1 (enter the system in root user mode), and press Enter

4. Press b to enter the system

5.通过 chkconfig --list > boot.txt

6. Through view boot.txt, see that there is a process called "firstboot"

7.chkconfig firstboot off to close the firstboot startup process

8. Reboot

 

Note:

1). Steps 5 and 6 are my analysis process and can be ignored. When operating, go directly from step 4 to step 7.

2). In fact, there are many startup processes that can also be closed.

3). When the startup fails, you can find the corresponding item and close it.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326454277&siteId=291194637