[Bug 797544] Re: grub2 waits forever for keystroke before booting default OS. headless server. hang.
PowerPenguin
mail at borisschmidt.com
Fri Mar 27 16:49:30 UTC 2015
Same issue for the first time now on
Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-46-generic x86_64)
Do I have to change
GRUB_CMDLINE_LINUX_DEFAULT=""
and why ?
Power Penguin
below my config
------------------------------------------------------------------------------------------
# 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=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#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=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub2 in Ubuntu.
https://bugs.launchpad.net/bugs/797544
Title:
grub2 waits forever for keystroke before booting default OS. headless
server. hang.
Status in grub2 package in Ubuntu:
Fix Released
Bug description:
Binary package hint: grub2
After a seemingly-routine "apt-get update" on an Ubuntu 10.10 server, the machine hangs on boot.
It is sitting at the grub2 prompt, waiting in vain for someone to come along and press <enter>.
I have tried two workarounds:
---------------------------------------------
Edit /etc/grub.d/00_header to remove the check for recordfail in:
make_timeout ()
{
echo "set timeout=1"
}
--------------------------------------------------------------------
In /etc/default/grub set
GRUB_HIDDEN_TIMEOUT=2
---------------------------------
Then "sudo update-grub"
Now I'm pretty dang stuck. There is plenty of forum activity on this
issue, but no true solutions.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/797544/+subscriptions
More information about the foundations-bugs
mailing list