The splash screen is shown when you boot up ubuntu. You can stop showing the splash screen and instead view details about your boot process. Follow the steps below to disable the splash screen. 1. Edit grub. $ sudo gedit /etc/default/grub Locate the following line G RUB_CMDLINE_LINUX_DEFAULT="quiet splash" Remove quiet and splash Now the line should look like this GRUB_CMDLINE_LINUX_DEFAULT="" Now save and exit. 2. Now update the grub. $ sudo update-grub Now Reboot..
Get tips on any operations or functions done on or by the linux operating systems, debian, ubuntu, fedora etc..