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.
Now the line should look like this
2. Now update the grub.
Now Reboot..
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/grubLocate the following line
GRUB_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..
Comments