You are not logged in.

#1 2011-02-16 07:17:09

hermes
Member
From: Lucca, Italy
Registered: 2010-05-19
Posts: 99

[SOLVED] Can't get grub2 hidden menu

Since the upgrade to grub2 1.99~rc1, I'm not able to get hidden menu anymore. Here's my /etc/default/grub:

GRUB_DEFAULT=0
#GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch Linux"
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX="elevator=noop acpi_osi=Linux fastboot logo.nologo ipv6.disable=1"

# Uncomment to enable Hidden Menu, and optionally hide the timeout count
GRUB_HIDDEN_TIMEOUT=3
GRUB_HIDDEN_TIMEOUT_QUIET=true

# Uncomment to disable graphical terminal
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=1024x768x32

# Uncomment to allow the kernel use the same resolution used by grub
#GRUB_GFXPAYLOAD_LINUX=keep

# Uncomment if you want GRUB to pass to the Linux kernel the old parameter 
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx" 
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_LINUX_RECOVERY="true"

I updated grub following archwiki directions and regenerated grub.cfg with grub-mkconfig -o /boot/grub/grub.cfg, but still no luck, grub menu comes out at every boot...

Am I missing something?

Thanks!

Last edited by hermes (2011-02-16 15:03:23)


Linux Registered User #362737

Offline

#2 2011-02-16 11:50:27

MorphJet
Member
Registered: 2010-11-01
Posts: 4

Re: [SOLVED] Can't get grub2 hidden menu

What about if you uncomment
#GRUB_TIMEOUT=5
and set the value to match the hidden timeout?

rebuild the config and try again, hope it helps

Offline

#3 2011-02-16 14:14:08

hermes
Member
From: Lucca, Italy
Registered: 2010-05-19
Posts: 99

Re: [SOLVED] Can't get grub2 hidden menu

Nope, didn't help.
The above config file worked flawlessly with the previous version of grub, can't understand why it doesn't now...


Linux Registered User #362737

Offline

#4 2011-02-16 15:02:22

hermes
Member
From: Lucca, Italy
Registered: 2010-05-19
Posts: 99

Re: [SOLVED] Can't get grub2 hidden menu

Setting GRUB_TIMEOUT to 0 did the trick.


Linux Registered User #362737

Offline

#5 2011-02-16 15:05:38

MorphJet
Member
Registered: 2010-11-01
Posts: 4

Re: [SOLVED] Can't get grub2 hidden menu

Glad you got it working

Offline

Board footer

Powered by FluxBB