04-17-2018, 05:43 PM
(This post was last modified: 04-17-2018, 05:44 PM by Tim Curtis.)
All thats needed is is to install the Plymouth pix theme pac and then use one of them for example 'pix' as a model for your own theme where you substitute your own splash.png file. Something like that.
sudo apt-get install pix-plym-splash
reboot
pi@rp5:~ $ ls /usr/share/plymouth/themes
details fade-in glow pix script solar spinfinity spinner text tribar
pi@rp5:~ $ ls /usr/share/plymouth/themes/pix
pix.plymouth pix.script splash.png
To boot with the default raspberry pi foundation splash screen
sudo plymouth-set-default-theme pix
Give it a try :-)
-Tim
sudo apt-get install pix-plym-splash
reboot
pi@rp5:~ $ ls /usr/share/plymouth/themes
details fade-in glow pix script solar spinfinity spinner text tribar
pi@rp5:~ $ ls /usr/share/plymouth/themes/pix
pix.plymouth pix.script splash.png
To boot with the default raspberry pi foundation splash screen
sudo plymouth-set-default-theme pix
Give it a try :-)
-Tim