Are you new here? Subscribe to my RSS feed. Thanks for visiting!

Have you ever wondered what goes on behind the Ubuntu splash screen during the boot process? You know, the screen that has the orange progress bar and the Ubuntu logo. You may want to see if anything is failing during the boot process, or you may just want to see exactly what takes place behind the scenes. If you’re curious, theres a quick and easy way to get rid of it.
Get rid of the Ubuntu Splash screen temporarily:
- Reboot your computer
- Hit “Esc” when prompted in order to enter the GRUB menu.
- Select the proper kernel and hit the letter “e” to edit.

- Arrow down to the Kernel line, and hit the letter “e” again.

- You should see the last few words in the line. Remove the words “quiet splash” and hit enter.

- Hit the letter “b” to boot the kernel without the Ubuntu splash screen. Below is what it will look like.

Get rid of the Ubuntu Splash screen permanently:
- From the command line, edit the /boot/grub/menu.lst file. Near the bottom of the file, you will find some lines similar to this:
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=xxxx ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet - Change the above to look like this:
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=xxxx ro
initrd /boot/initrd.img-2.6.22-14-generic - Save the file and exit.
Cheers!
Popularity: 16% [?]
Sponsors



I’ve got an easier way, install Ubuntu 7.10 released last week on a laptop or computer with a monitor that doesn’t support 1280×1024 and watch as it has absolutely no boot splash
It’s a nasty bug and I’m wondering if it’s been solved yet! Good instructions otherwise.