Newly installed CentOS6.4, the first boot will be stuck in the progress bar there, at first thought is slow reaction, need to wait a little more time, about 5 minutes or not, it is estimated that the problem.
After restarting, press ESC or the F5 key to see the system boot process, where the card is, and mine is stuck after Certmonger startup OK:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/54/87/wKiom1SFZCeQfbTSAAG4oNm1Y3E950.jpg "/>
Cause Analysis: X11 graphical interface services caused by, resulting in the boot can not enter the graphical interface.
Workaround:
Modifying a configuration file/etc/x11/
Enter the CLI interface via CTRL+ALT+F2, log in as root and execute the following command
Mv/etc/x11/xorg.conf/etc/x11/old_xorg.conf
If you cannot access the command-line interface, you can enter single mode on boot and modify it.
Modify the boot level (I use this approach, because the graphical interface is useless to me, but the system installation specification must be installed)
Vim/etc/inittab
# Default RunLevel. The runlevels used is:
# 0-halt (do not set Initdefault to this)
# 1-single User mode
# 2-multiuser, without NFS (the same as 3, if you don't have networking)
# 3-full Multiuser mode
# 4-unused
# 5-x11
# 6-reboot (do not set Initdefault to this)
#
Id:5:initdefault: #把最底行的5改为3, which is the default entry to the command line operator interface
This article is from the "Thunder" blog, make sure to keep this source http://thundermeng.blog.51cto.com/9414441/1587598
CentOS Boot card after the boot progress bar Certmonger