Changing Plymouth Boot themes

In this tutorial I am going to show you how to change Plymouth Boot themes. Changing the themes can help with system performance under certain hardware or if you would like your boot to be a little more prettier. I personally like to see the details as my machine boots.

All you need to do is open the terminal and run as your local user there is no need to be root for this.

To see what themes you have installed run:

plymouth-set-default-theme -l

And you should get an output something like this:

[jhealy@Jadelinux ~]$
details
fedup
text

To install extra themes run:

For Fedora 22

su -c 'dnf -y install plymouth-theme*'

Previous versions of Fedora

su -c 'yum -y install plymouth-theme*'

And if you run the list command again you should see something like this.

plymouth-set-default-theme -l
charge
details
fade-in
fedup
hot-dog
script
solar
spinfinity
spinner
text

To show current active theme run:

plymouth-set-default-theme

To set a new theme like solar (may take a minute or so depending on system spec) run:

su -c 'plymouth-set-default-theme spinfinity'

Then

su -c '/usr/libexec/plymouth/plymouth-update-initrd'

And

su -c 'grub2-mkconfig -o /boot/grub2/grub.cfg'

Now if the themes don't change then your probably running a UEFI set up you will need to run:

su -c 'grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg'

Now reboot your computer and your new theme will load.

Example boot theme

Charge

charge

Text

text