-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