txwikinger Asked: 2010-10-31 09:04:08 +0800 CST2010-10-31 09:04:08 +0800 CST 2010-10-31 09:04:08 +0800 CST How can I use my own image for the boot splash screen? 772 How can I create and use my own boot splash screen? customization plymouth boot 3 Answers Voted Best Answer htorque 2010-10-31T09:36:58+08:002010-10-31T09:36:58+08:00 Here is a four-part guide about Plymouth's script plugin (written by its author, a bit dated): http://brej.org/blog/?p=158 http://brej.org/blog/?p=174 http://brej.org/blog/?p=197 http://brej.org/blog/?p=238 Themes are located in /lib/plymouth/themes/, I suggest you start with a copy of the ubuntu-logo theme and play around with it (following the guide). To install your theme, run: sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/<THEME>/<THEME>.plymouth 100 sudo update-initramfs -c -k all To test your theme within a desktop session, run: sudo plymouthd ; sudo plymouth --show-splash This should bring up two windows running your theme (to test multi-head setups and to check how the theme looks on smaller screens). Steven F. 2010-10-31T09:38:11+08:002010-10-31T09:38:11+08:00 You can also make your GRUB screen look nice by installing Burg. Good tutorial for installing it here. Mark Rooney 2010-11-02T21:34:18+08:002010-11-02T21:34:18+08:00 Try Ubuntu Tweak - it will let you customize the boot screen to any image you want.
Here is a four-part guide about Plymouth's script plugin (written by its author, a bit dated):
Themes are located in
/lib/plymouth/themes/
, I suggest you start with a copy of the ubuntu-logo theme and play around with it (following the guide).To install your theme, run:
sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/<THEME>/<THEME>.plymouth 100
sudo update-initramfs -c -k all
To test your theme within a desktop session, run:
sudo plymouthd ; sudo plymouth --show-splash
This should bring up two windows running your theme (to test multi-head setups and to check how the theme looks on smaller screens).
You can also make your GRUB screen look nice by installing Burg.
Good tutorial for installing it here.
Try Ubuntu Tweak - it will let you customize the boot screen to any image you want.