PDA

View Full Version : How Can I Remove Splash Image?


kelvinfix
25th May 2010, 02:36 AM
I want to completely remove image and GUI boot. How can I do it?

I just need text, just to make the booting speed fast.

Thank you.

Dan
25th May 2010, 02:44 AM
Not sure it's going to be much faster, but in the grub boot line in grub.conf, delete the following words:

rhgb quiet

stoat
25th May 2010, 02:47 AM

Edit /boot/grub/grub.conf and remove "rhgb" from the kernel command lines. That will show the classic scrolling [ OK ] lines of the init stuff that happens "behind" that pretty graphic. You also can remove "quiet" from the kernel command line to see some debug spew that flies by "behind" a black screen before the graphic screen starts. I doubt that any of this will make a measurable speed difference. You should review your running services. There are many of those enabled by default that most of us don't need. Now, all those things being started up really do slow down booting.

kurtdriver
25th May 2010, 06:23 AM
I've long wondered why I didn't get the boot messages as they happened. For some reason I miss reading that snort had failed. Thank you, Guys.