Run gedit in su mode and edit the file /etc/default/grub
Locate the line that shows the floolwingsudo gedit /etc/default/grub
After the previous command is finished you should be able to reboot and when you boot up you will have a verbose boot with out a splash screen. You can experiment with "splash" alone removed from the config file.Remove quiet and splashGRUB_CMDLINE_LINUX_DEFAULT="quiet splash"Then save and close out of your editorGRUB_CMDLINE_LINUX_DEFAULT=""
Run the following command to update grub.
Code:This may take a couple of minutes with out any visible feedback. You will come back to bash prompt eventually.sudo update-grub
No comments:
Post a Comment