Bug#541737: grub-pc: long delay before menu
Nyizsnyik Ferenc
nyizsa at gmail.com
Sat Aug 29 15:11:30 UTC 2009
The problem still persists here using 1.96+20090826-3, so I would rather
this bug wasn't closed. Here is my grub.cfg:
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using
templates # from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
insmod ext2
set root=(hd1,4)
search --no-floppy --fs-uuid --set 2807a1d4-845e-43dc-abe1-fdb6dee9f6be
if loadfont /share/grub/unicode.pf2 ; then
set gfxmode=0x118
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that
don't # understand terminal_output
terminal gfxterm
fi
fi
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set b5b90c50-0233-4fcc-b298-1543c7e9d309
insmod png
if background_image /boot/grub/debian037.png ; then
set color_normal=yellow/black
set color_highlight=white/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, Linux 2.6.26-2-686" {
insmod ext2
set root=(hd1,2)
set gfxpayload=1024x768 at 32
search --no-floppy --fs-uuid --set
b5b90c50-0233-4fcc-b298-1543c7e9d309
linux /boot/vmlinuz-2.6.26-2-686 root=/dev/hdb2 ro quiet
initrd /boot/initrd.img-2.6.26-2-686 }
menuentry "Debian GNU/Linux, Linux 2.6.26-2-686 (recovery mode)" {
insmod ext2
set root=(hd1,2)
set gfxpayload=1024x768 at 32
search --no-floppy --fs-uuid --set
b5b90c50-0233-4fcc-b298-1543c7e9d309
linux /boot/vmlinuz-2.6.26-2-686 root=/dev/hdb2 ro single
initrd /boot/initrd.img-2.6.26-2-686 }
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
menuentry "Microsoft Windows XP" {
set root=(hd0,2)
chainloader +1
}
### END /etc/grub.d/40_custom ###
--
Nyizsa.
http://nyizsa.uni.cc
More information about the Pkg-grub-devel
mailing list