Site icon Dipin Krishna

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..

Exit mobile version