Plymouth adalah animasi boot grafis yang membuat proses boot Debian GNU/Linux kita lebih indah.
# apt-get install plymouth
# echo "i915 modeset=1" >> /etc/initramfs-tools/modules
# vim /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
# update-grub2
# plymouth-set-default-theme --list
# plymouth-set-default-theme spinfinity
# update-initramfs -u