madvinegar
Wed Jul 11, 2012 6:11:30 am
Open terminal and write:
In the file that will open find and carefully change the following two lines:
Remove the "#" from the below line:
Change below line as follows:
Save and exit.
Then, to make the changes effective, open terminal again and write:
Important Note:
When you reboot you will not see any grub menu and your PC will boot directly to your desktop. This does not mean that you have deleted your grub menu. Your grub menu is still there but you have hidden it. If, for any reason, you want to see it again, next time you boot you must press and keep pressed your "shift" key, and your grub menu will appear!
If you want to set it back as it was, just undo the above two changes on the grub file, and update grub.
- Code:
sudo gedit /etc/default/grub
In the file that will open find and carefully change the following two lines:
Remove the "#" from the below line:
so it becomes#GRUB_HIDDEN_TIMEOUT="0"
GRUB_HIDDEN_TIMEOUT="0"
Change below line as follows:
so it becomesGRUB_TIMEOUT=10
GRUB_TIMEOUT=0
Save and exit.
Then, to make the changes effective, open terminal again and write:
- Code:
sudo update-grub
Important Note:
When you reboot you will not see any grub menu and your PC will boot directly to your desktop. This does not mean that you have deleted your grub menu. Your grub menu is still there but you have hidden it. If, for any reason, you want to see it again, next time you boot you must press and keep pressed your "shift" key, and your grub menu will appear!
If you want to set it back as it was, just undo the above two changes on the grub file, and update grub.