14. Boot Customization

14.1. Splash Screen

To disable the “Xubuntu Splash Screen” when booting, please edit /etc/default/grub and update the bootloader.

cd /etc/default
sudo gedit grub
remove "splash quiet" from GRUB_CMDLINE_LINUX_DEFAULT

and then run

sudo update-grub