Any idea how to change the background image on the screen, where you enter encryption password? It's the noise-texture by default, the same as the default login screen background. Very dull.
I am running 19.10.
Image of the screen in question:
Essentially, when you are installing Ubuntu, you can choose to encrypt the whole HDD. If you do this, you will get this screen before the OS starts loading. I would like to change the this dull background to some custom image.
OS: Ubuntu 19.10
Ok.. I have Cleared my SSD and done it from scratch to see if it works?
the background color/ look is from the Plymouth theme.. so you need to install the Plymouth theme that fits you.
There are lot if you google.. for example: https://www.gnome-look.org/browse/cat/108/page/8/ord/latest/
For testing purpose I used this Plymouth theme.. https://www.gnome-look.org/p/1294920/
a short video of the result.. https://imgur.com/VZNlQcE
NOTE: Be careful with the compatibility of the Plymouth theme you are going to use.
Here are the steps..
/usr/share/plymouth/themes/
# here "mint-galaxy" is the directory in my case.Command:
Command:
Choose the number belongs to the theme we want.. type the number and press enter..
Example:
Command:
Here at step 5 we will notice Information to set the RESUME Variable.. until we set this variable
update-initramfs -u
command will not get success..So how to make the RESUME variable?
note down the info from step 5 which gives you the path..
sudo blkid
example:
the line required in my case is
resume
with below content and place it in/etc/initramfs-tools/conf.d/
# Your UUID will be different. Change it in below.Content:
now run
sudo update-initramfs -u
and this time this command should run successfully with out any Information/ errors.Reboot to see the Plymouth theme.
Images of Peter-Rabbit Plymouth Theme..