byen
January 6th, 2006, 01:43 AM
Hey Guys,
Today when I installed a new kernel I was suprised to see that after the installation completed ..my default ubuntu splash screen changed to kubuntu. I tried looking around and realized that there were many users facing the same issue either after a new kernel install or after installing kde over ubuntu (the splash screen somehow changed to Kubuntu or Xubuntu (incase of an XFCE install)). So after digging around I found out that there is an easy way.
(Please note that this how-to has been tested and seems to work on Breezy as well as Dapper)
Here is what you do:
Open the terminal and type:
sudo update-alternatives --config usplash-artwork.so
(this will open a selection box that lets you decide which splash you would prefer 1.default(ubuntu) 2.kubuntu and 3.xubuntu. select one and then press <enter>)
Now enter:
sudo dpkg-reconfigure linux-image-`uname -r`
Note that the quotes for uname-r are not the "forward" ones under the double quote (") key, they are "back" quotes (usually found with the ~) key.
(this will build your choice into the initramfs) (enter)
You can also alternately use this instead of the above command
sudo dpkg-reconfigure linux-image-$(uname -r)
It will take about 10-30 seconds and thats it! you are done!!
Restart and enjoy!
It worked for me..so I think it might just work for you.
Goodluck.
(Thankyou groggyboy and mbeierl for the additional info that has now been added to this howto)
# For more info about customized usplash..click here (https://wiki.ubuntu.com/USplashCustomizationHowto) (Wiki)
# If you are looking for customized usplash themes with different colors. click here (http://ubuntuforums.org/showthread.php?t=82835&highlight=usplash)
# If you wish to change the uspash time out . Click here (http://ubuntuforums.org/showthread.php?t=76309)
# To customize you Ubuntu Grub, Usplash and system colors to blue / other themes etc.click here (http://ubuntuforums.org/showthread.php?t=83009&highlight=usplash)
Today when I installed a new kernel I was suprised to see that after the installation completed ..my default ubuntu splash screen changed to kubuntu. I tried looking around and realized that there were many users facing the same issue either after a new kernel install or after installing kde over ubuntu (the splash screen somehow changed to Kubuntu or Xubuntu (incase of an XFCE install)). So after digging around I found out that there is an easy way.
(Please note that this how-to has been tested and seems to work on Breezy as well as Dapper)
Here is what you do:
Open the terminal and type:
sudo update-alternatives --config usplash-artwork.so
(this will open a selection box that lets you decide which splash you would prefer 1.default(ubuntu) 2.kubuntu and 3.xubuntu. select one and then press <enter>)
Now enter:
sudo dpkg-reconfigure linux-image-`uname -r`
Note that the quotes for uname-r are not the "forward" ones under the double quote (") key, they are "back" quotes (usually found with the ~) key.
(this will build your choice into the initramfs) (enter)
You can also alternately use this instead of the above command
sudo dpkg-reconfigure linux-image-$(uname -r)
It will take about 10-30 seconds and thats it! you are done!!
Restart and enjoy!
It worked for me..so I think it might just work for you.
Goodluck.
(Thankyou groggyboy and mbeierl for the additional info that has now been added to this howto)
# For more info about customized usplash..click here (https://wiki.ubuntu.com/USplashCustomizationHowto) (Wiki)
# If you are looking for customized usplash themes with different colors. click here (http://ubuntuforums.org/showthread.php?t=82835&highlight=usplash)
# If you wish to change the uspash time out . Click here (http://ubuntuforums.org/showthread.php?t=76309)
# To customize you Ubuntu Grub, Usplash and system colors to blue / other themes etc.click here (http://ubuntuforums.org/showthread.php?t=83009&highlight=usplash)