Change bootsplash images in ubuntu

One time I wanted to try out KDE and XFCE4 as my desktop environments, so I installed the kubuntu-desktop and xubuntu-desktop packages. Everything was great until I rebooted my computer. Installing these packages had changed my bootsplash. (The image that appears after linux boots from GRUB & is loading.) Online I found an easy way to change this. Simply run the following command and then press the number of the bootsplash you want to use.

sudo update-alternatives –config usplash-artwork.so

You should also run

sudo dpkg-reconfigure linux-image-`uname -r`

to write the settings into your /boot/grub/menu.lst file.

When you restart your computer, the bootsplash should be the one that you want.

If you want to completely remove the alternative bootsplash that comes with kubuntu & xubuntu and restore the original ubuntu one, run this command in a terminal:

sudo aptitude remove kubuntu-artwork-usplash xubuntu-artwork-usplash && sudo aptitude install usplash-theme-ubuntu

5 Responses to “Change bootsplash images in ubuntu”

  1. chad Says:

    Thanks Alex. This tip was exactly what I was looking for.

  2. krishna e bera Says:

    if the update-alternatives command is not available on your system,
    apt-get install libbogl-dev

  3. juan Says:

    perfect. thanks!

  4. BLTicklemonster Says:

    Thanks a lot! This has been driving me crazier for a long time!

  5. Vincent Says:

    Thank you. My problem solved.

Leave a Reply