Sunday, October 3, 2010

Lucid update Ubuntu splash in grub

http://anonir.wordpress.com/2010/08/08/ubuntu-lucid-disable-boot-splash/

Open /etc/default/grub for editing and remove “quiet splash” options from the GRUB_CMDLINE_LINUX_DEFAULT property.
For example, if your grub has this line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Change it to this:
GRUB_CMDLINE_LINUX_DEFAULT=""
Then run this command to update grub2:
sudo update-grub

No comments: