Recently I decided to use only Ubuntu and there is no Windows in my laptop. When I turn on my laptop the GRUB menu is showing but I don't need to choose OS anymore.
How can I remove or hide this?
And after removing this how could I access to recovery mode?
To not see the GRUB menu while booting:
- Open the
/etc/default/grub
file using from terminal entering:gksu gedit /etc/default/grub
- Change
GRUB_TIMEOUT=10
toGRUB_TIMEOUT=0
- Save the file and quit the text editor.
- Run:
sudo update-grub
- Reboot.
This will remove the time that you need to wait for the GRUB menu to disappear.
IMPORTANT: If then you need to change to Recovery mode in some instance just press ESC when Linux starts. That is between when the BIOS finishes loading all necessary stuff and the Operating System starts. Then the GRUB menu will appear giving you the change to select the recovery mode.
No comments:
Post a Comment