How many of you have changed your Plymouth Splash Screen? Did you know there are multiple themes created by other users?
What is Plymouth?
Plymouth is the application that runs early in the boot process, prior to the root filesystem is mounted. It provides a graphical boot animation while the boot process happens in the background. This is where you see the Kubuntu logo and the blue throbbing glow behind it. Basically it gives us something to look at while the X system starts.
A few users have made some nice animations and options to the Plymouth splash. I found this one titled "Earth Sunrise" by Andre "Osku" Schmidt which was simple to install and uninstall. I just followed the readme file included in the package.
However his instructions are only a tad bit off, all the letters in the filename are lowercase and he use uppercase E in Earth. But it was an easy fix.
So how many of you have installed a custom splash or made one yourself?
What is Plymouth?
Plymouth is the application that runs early in the boot process, prior to the root filesystem is mounted. It provides a graphical boot animation while the boot process happens in the background. This is where you see the Kubuntu logo and the blue throbbing glow behind it. Basically it gives us something to look at while the X system starts.
A few users have made some nice animations and options to the Plymouth splash. I found this one titled "Earth Sunrise" by Andre "Osku" Schmidt which was simple to install and uninstall. I just followed the readme file included in the package.
Code:
Then extract the contents of the zip INT2MIL-Ubuntu-10.04-Eng to your home or Desktop folder, then open a terminal and run this (firstly navigate to the folder where you extracted it using a terminal; if you extracted it on your Desktop, that would be: cd ~/Desktop): sudo cp -R Earth-sunrise/ /lib/plymouth/themes/ sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/Earth-sunrise/Earth-sunrise.plymouth 100 sudo update-alternatives --config default.plymouth #here, choose the number of the theme you want to use then hit enter sudo update-initramfs -u Reboot and ready... should be running the new theme.
So how many of you have installed a custom splash or made one yourself?
Comment