- Install packages
plymouth
andplymouth-themes
. - Add
splash
keyword toGRUB_CMDLINE_LINUX_DEFAULT
flag inside/etc/default/grub
. - Install any theme by copying its directory to
/usr/share/plymouth/themes/
. - Configure plymouth tho use the new theme:
# list themes
plymouth-set-default-theme -l
# set new theme
plymouth-set-default-theme -R [theme name]