PDA

View Full Version : [ubuntu] Is it possible to disable graphical boot screen?



spmurphy
June 9th, 2010, 07:59 PM
64 bit 10.04

Is it possible to disable the graphical boot screen so that the boot process shows what's actually happening, like "old" linux versions used to do? (Scrolling text, "starting this... starting that..." etc.)

I still want to boot into X when it's done, just don't want the lo-res 5 dot display. I'm trying to fault find and the graphic doesn't really help.

oldos2er
June 9th, 2010, 08:24 PM
In /etc/default/grub, change GRUB_CMDLINE_LINUX_DEFAULT=" quiet splash" to GRUB_CMDLINE_LINUX_DEFAULT="text"
Then run sudo update-grub
Reboot, and after you login, run startx to load Gnome.

spmurphy
June 10th, 2010, 06:40 PM
Thank you :)

guy-rouillier
June 16th, 2010, 07:16 PM
Thanks from me also. I've been searching all over these forums trying to find this magical answer. Works perfectly.

grenness
June 28th, 2010, 06:53 PM
What do I have to do (sorry, I'm a bit noob) to have a text only boot sequence as the tip above fixed, but then have the server automatically start Gnome when/if everything has loaded successfully?

I.e. not having to type "startx"...

Thanks,
Christopher

hefko
November 8th, 2010, 12:40 AM
to get it, just leave this option empty:
GRUB_CMDLINE_LINUX_DEFAULT=""
:)