How to Add a boot splash to your startup

-Download the above Splash.png or make your own and place on sd card boot

sudo -s
apt install plymouth pix-plym-splash
nano /boot/config.txt

-copy and paste to end of file

disable_splash=1
logo.nologo

-save & exit

nano /boot/cmdline.txt

-copy and paste to end of file

quiet splash plymouth.ignore-serial-consoles vt.global_cursor_default=0

-save & exit

cp /boot/splash.png /usr/share/plymouth/themes/pix/splash.png
reboot

2 Likes

Nice
:+1:
I moved your post to the guides section :slight_smile:

3 Likes