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
April 1, 2007 at 3:21 am
Thanks Alex. This tip was exactly what I was looking for.
April 27, 2007 at 12:12 pm
if the update-alternatives command is not available on your system,
apt-get install libbogl-dev
April 27, 2007 at 10:21 pm
perfect. thanks!
May 20, 2007 at 7:14 pm
Thanks a lot! This has been driving me crazier for a long time!
November 28, 2008 at 12:07 am
Thank you. My problem solved.