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..



0 comments:
Post a Comment