Hide Grub menu and keystroke to reveal
Posted
by
Logan Williams
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Logan Williams
Published on 2011-10-23T01:44:15Z
Indexed on
2012/03/29
23:41 UTC
Read the original article
Hit count: 316
How do you have the grub appear on a key combination, but have windows boot default.
I'm running ubuntu 11.10 and grub 2.0.
Here is my current /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=" quiet vga=769"
Thanks!
And here is my /boot/grub/grub.cfg http://pastebin.com/HbDBe8xz
© Ask Ubuntu or respective owner