Skip to content
Blog How to Disable splash screen in ubuntu 9.10 Karmic Koala

How to Disable splash screen in ubuntu 9.10 Karmic Koala

The splash screen is shown when you boot up ubuntu.
You can stop showing the splash screen and instead view details about your boot process.

Follow the steps below to disable the splash screen.
1. Edit grub.

 $ sudo gedit /etc/default/grub

Locate the following line

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Remove quiet and splash
Now the line should look like this

GRUB_CMDLINE_LINUX_DEFAULT=""

Now save and exit.

2. Now update the grub.

$ sudo update-grub

Now Reboot..

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.