Monday, June 12, 2017
Disabling splash screen in ubuntu 9 10
Disabling splash screen in ubuntu 9 10
The splash screen is shown when you boot up ubuntu. You can stop showing it and display lot of details about your boot process as below.
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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.