Recently I decided to use only ubuntu and there is no Windows in my laptop. when I turn on my laptop grub menu (or burg) showing. 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?
feedback
|
|
Go to /etc/default/grub using sudo or an admin account. Change GRUB_TIMEOUT=10 --> GRUB_TIMEOUT=0 Save run as sudo or admin account update-grub Reboot This will remove the time that you need to wait for the grub menu to disappear. 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 Systema starts) and the grub menu will appear giving you the change to select the recovery mode. | |||||||||
feedback
|