Code: Select all
cd /usr/share/plymouth/themes
sudo cp -a pix mytheme
cd mytheme
sudo mv pix.plymouth mytheme.plymouth
sudo mv pix.script mytheme.script
sudo rm splash.png
sudo wget http://example.com/images/splash.png
sudo sed -i 's/pix/mytheme/g; s/Raspberry Pi/My/g' mytheme.plymouth
sudo sed -i 's/pix/mytheme/g' /etc/plymouth/plymouthd.confI'm using it on various RPi boards, the latest which reports:
Code: Select all
dwc_otg.lpm_enable=0 console=tty3 root=/dev/sda1 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait splash quiet plymouth.ignore-serial-consoles logo.nologo vt.global_cursor_default=0
Code: Select all
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet plymouth.ignore-serial-consoles logo.nologo vt.global_cursor_default=0"
You and other posters here are very confused....