With regards to Plymouth --
Are there alternative boot screens available?
What's the easiest way to change the boot screen?
With regards to Plymouth --
Are there alternative boot screens available?
What's the easiest way to change the boot screen?
To change between the installed themes you should do:
The first will list available themes to choose from, the second command with update initramfs with a new theme.
Getting Started Guide
Editing Plymouth
You can edit Plymouth with a simple text editor for animations and images. This is Ubuntu version agnostic.
Make a template
First you will get a template that covers all the basic aspects of a Plymouth. Change
my-theme
to your own personal them name.Customize file names
Now you can change some names to help identify our theme from others.
Edit image files
Use your image editor of choice to alter the png images. I like GIMP for quick edits.
Here is an example of my alterations:
Edit the configuration files.
Set up theme information file.
Edit lines 2, 7, and 8 and change ubuntu logo to you theme name.
Start-up terminal color. (Optional)
Change it from purple to something else.
Edit line 1 with RGB color code.
A good site to help you is Color-Hex. I am just going to make mine black.
The script file to apply theme changes
There is many different aspects to this file that you can change to customize your plymouth boot theme. If you wish to do more advanced changes you should study it. I am only showing how to change the background color, logo, and status indicator.
Edit lines 169, 170, 174, and 180 to change the background gradient and images you edited earlier.
Send your theme folder
Set Plymouth configuration to use theme.
18.04+
Restart to watch it in action.
You can get a list of themes available via the repositories through Synaptic Package Manager or through the command line via
aptitude
:You can then install the resulting packages via Synaptic or apt as normal:
If you're looking for something not in the repositories, UbuntuGeek has an excellent tutorial on how to install and create your own custom Plymouth themes.
I ran into the same problem, and I came here. No luck. I started randomly browsing around the Plymouth framework, and I noticed the
default.plymouth
file was a linked file. Every time I set the splash screen with the terminal, the file updates. Through trial and error, I found this method.In the terminal, type in the following:
gksu [file_explorer_name]
This will open a new window, with root (superuser) permissions to edit, delete, and add files. Navigate to
/usr/share/plymouth/themes/
. This is where your themes are located. If your theme folder isn't in the plymouth themes folder, move it. In your themes folder, find a.plymouth
file, and open it in your default text editor. Look at the directories, and make sure they're accurate and up-to-date. Save and exit the text editor. Make a LINKED file of your.plymouth
file, and drag it to the themes folder (/usr/share/plymouth/themes/) and rename it asdefault.plymouth
You need to delete the existing files (if any) in the themes folder. After that, you should be able to close the window and terminal, then reboot to test the configuration.