How to display system progress and hide splash screen in RHEL 6.2

0

I had to force a hardware reboot due to some CPU hungry application. It now hangs at the start-up screen right after the progress circle completes.

I have no way to see what it is doing (checking the FS or something) but when I press Ctrl+Alt+Del, a s/w reboot occurs in 5 seconds.

How can I see the regular Linux start-up log instead of the splash screen and at least understand what it is doing?

Nick

Posted 2012-02-10T15:15:19.287

Reputation: 101

Answers

1

Try hitting the ESC or Ctrl+Alt+Backspace

Zac B

Posted 2012-02-10T15:15:19.287

Reputation: 2 653

1

In /boot/grub/grub.conf, comment out the "splashimage" line. Then, in /etc/sysconfig/init, change the BOOTUP line to say "BOOTUP=verbose". That should restore the old-style text boot messages.

John

Posted 2012-02-10T15:15:19.287

Reputation: 1 383