1

Is there a way to hide the Grub2 menu so that it does not show by default and boots off the pre-selected OS immediately unless another key, like F8 in Windows, is pressed after BIOS to intercept the boot?

Marky
  • 1,531
  • Answered in: How to set Windows bootloader as default bootloader? http://askubuntu.com/questions/66070/how-to-set-windows-bootloader-as-default-bootloader – david6 Nov 28 '11 at 20:05

2 Answers2

2

Run gksudo gedit /etc/default/grub Set GRUB_HIDDEN_TIMEOUT to the number of seconds you want to have to press shift before it starts booting and take the hash # mark out of in front of it. Save the file and the changes will be applied next time you boot.

Azendale
  • 11,891
  • Thanks. I will try this. I did not think setting timeout to zero will totally prevent the Grub menu from showing. – Marky Nov 29 '11 at 11:56
1

Yes of course you can.The easy way is the following: Install startupmanager package by opening a terminal window and typing sudo apt-get install startupmanager
Then run startupmanager and set timeout in seconds to 0 .Press the close button and once the "performing post-configuration tasks" window dissappears you are done !

`
Paul
  • 924