Ubuntu Grub Enable Splash Screen
If you installed Ubuntu 12.04 Server and don’t know why the splash screen isn’t showing up, you’ll need to modify the grub configuration file: sudo vi /etc/default/grub Next, replace the following line: GRUB_CMDLINE_LINUX_DEFAULT=”” With: GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”