PDA

View Full Version : [ubuntu] show boot text messages durung the startup



cccc
July 16th, 2011, 07:02 PM
Hi

Howto configure Ubuntu 11.4 with Gnome to show boot text messages on the screen, each time during the startup?

Krytarik
July 17th, 2011, 12:16 AM
1. Open the file "/etc/default/grub" for editing:

gksudo gedit /etc/default/grub2. Remove the parameters "quiet" and "splash" from the line "GRUB_CMDLINE_LINUX_DEFAULT".

3. Save / quit.

4. Update Grub:

sudo update-grubYou may also want to have a look at this guide, for further reference:
https://help.ubuntu.com/community/Grub2

Greetings.

cccc
July 17th, 2011, 04:02 PM
Thx a lot, but what about noplymouth option:
GRUB_CMDLINE_LINUX_DEFAULT="noplymouth"

Krytarik
July 18th, 2011, 02:08 AM
Thx a lot, but what about noplymouth option:
GRUB_CMDLINE_LINUX_DEFAULT="noplymouth"
Honestly, I didn't hear about those parameter until now, neither do I know if this works. But removing the parameters as stated previously should definitely work.