Disable Boot Splash in Ubuntu 10.04
June 29, 2010
I wanted to disable the boot splash screen with (k)Ubuntu 10.04.. You can do this by editing the grub config, then updating it. Edit /etc/default/grub
as root, change:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT=""
Finally, run:
$ sudo update-grub
to install the changes.