PDA

View Full Version : [ubuntu] ubuntu/Kubuntu boot screen



errors
October 22nd, 2009, 10:31 PM
Hi there i've installed kde on unbuntu and it changed my boot screen
i've try the "sudo update-alternatives --config usplash-artwork.so"
but it still hasn't change... :S it still loads using kubuntu screen.. :S
Can anyone help me?

Dullstar
October 22nd, 2009, 11:39 PM
I want to know that too - mine boots up with Ubuntu's, but then shuts down with Kubuntu's! Why does it do that???

Zorael
October 24th, 2009, 01:33 PM
Hi there i've installed kde on unbuntu and it changed my boot screen
i've try the "sudo update-alternatives --config usplash-artwork.so"
but it still hasn't change... :S it still loads using kubuntu screen.. :S
Can anyone help me?
Did you do 'sudo update-initramfs -u -k all' afterwards?


I want to know that too - mine boots up with Ubuntu's, but then shuts down with Kubuntu's! Why does it do that???
Perhaps your initramfs is set up with Ubuntu's but your alternatives symlink still point to Kubuntu's. Where does the /etc/alternatives/usplash-artwork.so symlink point to?


$ file /etc/alternatives/usplash-artwork.so
If it says /usr/lib/usplash/usplash-theme-kubuntu.so, then redo the update-alternatives and update-initramfs commands as above. If it says -ubuntu, that's curious.

errors
October 26th, 2009, 10:48 AM
Did you do 'sudo update-initramfs -u -k all' afterwards?



Nop, going to try that when i get home.

Strange.. now mine boot on with Kunbuntu screen a off with Ubuntu screen :P

JugglinPhil
October 26th, 2009, 10:27 PM
You might be able to change it using Startup Manager, it is an easy way to change your usplash and it is availiable from the repos.

errors
October 28th, 2009, 01:26 PM
kk! Problem solve after "sudo update-initramfs -u -k all" comand :D thx for the help ;)