Bug#550015: [grub-pc] Delay between "Welcome to grub" and the menu
Vedran Furač
vedran.furac at gmail.com
Wed Oct 7 00:53:00 UTC 2009
Package: grub-pc
Version: 1.97~beta4-1
Severity: normal
I have a ~10s delay after "Welcome to grub" and before menu shows up.
This is a recent squeeze installation and I had the same problem with beta3.
Regards,
Vedran
--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.30-2-amd64
Debian Release: squeeze/sid
900 unstable www.debian-multimedia.org
900 unstable ftp.debian.org
800 experimental www.debian-multimedia.org
800 experimental ftp.debian.org
500 testing secure-testing.debian.net
500 testing ftp.debian.org
500 jaunty ppa.launchpad.net
--- Package information. ---
Depends (Version) | Installed
================================-+-=================
libc6 (>= 2.3) | 2.9-27
debconf (>= 0.5) | 1.5.27
OR debconf-2.0 |
grub-common (= 1.97~beta4-1) | 1.97~beta4-1
ucf | 3.0022
Package's Recommends field is empty.
Suggests (Version) | Installed
===========================-+-===========
desktop-base (>= 4.0.6) |
genisoimage | 9:1.1.9-1
--- Output from package bug script ---
*********************** BEGIN /proc/mounts
/dev/mapper/vg-root / ext4
rw,relatime,errors=remount-ro,barrier=1,data=ordered 0 0
/dev/mapper/vg-home /home ext4
rw,noatime,user_xattr,barrier=1,data=ordered,usrquota 0 0
/dev/mapper/vg-var /var ext4 rw,relatime,barrier=1,data=ordered 0 0
/dev/sda1 /mnt/ntfs fuseblk
rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096 0 0
/dev/sdb2 /media/disk ext2 rw,nosuid,nodev,relatime,errors=continue 0 0
/dev/usb_wd /media/WD_320 fuseblk
rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/sda
(hd1) /dev/sdb
*********************** END /boot/grub/device.map
*********************** BEGIN /boot/grub/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 lvm
insmod ext2
set root=(vg-root)
search --no-floppy --fs-uuid --set d06902bc-3d6c-440c-a173-3d180f56cf0f
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
set gfxpayload=1280x1024
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 lvm
insmod ext2
set root=(vg-root)
search --no-floppy --fs-uuid --set d06902bc-3d6c-440c-a173-3d180f56cf0f
insmod tga
if background_image /usr/share/images/grub/Sparkler.tga ; then
set color_normal=white/blue
set color_highlight=blue/white
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.30-2-amd64" {
insmod lvm
insmod ext2
set root=(vg-root)
search --no-floppy --fs-uuid --set d06902bc-3d6c-440c-a173-3d180f56cf0f
linux /boot/vmlinuz-2.6.30-2-amd64 root=/dev/mapper/vg-root ro
video=vesafb:ypan,1280x1024-32 at 75 elevator=cfq fbcon=scrollback:64
gfxpayload=1280x1024
initrd /boot/initrd.img-2.6.30-2-amd64
}
menuentry "Debian GNU/Linux, Linux 2.6.30-2-amd64 (recovery mode)" {
insmod lvm
insmod ext2
set root=(vg-root)
search --no-floppy --fs-uuid --set d06902bc-3d6c-440c-a173-3d180f56cf0f
linux /boot/vmlinuz-2.6.30-2-amd64 root=/dev/mapper/vg-root ro single
video=vesafb:ypan,1280x1024-32 at 75 elevator=cfq fbcon=scrollback:64
gfxpayload=1280x1024
initrd /boot/initrd.img-2.6.30-2-amd64
}
menuentry "Debian GNU/Linux, Linux 2.6.30-1-amd64" {
insmod lvm
insmod ext2
set root=(vg-root)
search --no-floppy --fs-uuid --set d06902bc-3d6c-440c-a173-3d180f56cf0f
linux /boot/vmlinuz-2.6.30-1-amd64 root=/dev/mapper/vg-root ro
video=vesafb:ypan,1280x1024-32 at 75 elevator=cfq fbcon=scrollback:64
gfxpayload=1280x1024
initrd /boot/initrd.img-2.6.30-1-amd64
}
menuentry "Debian GNU/Linux, Linux 2.6.30-1-amd64 (recovery mode)" {
insmod lvm
insmod ext2
set root=(vg-root)
search --no-floppy --fs-uuid --set d06902bc-3d6c-440c-a173-3d180f56cf0f
linux /boot/vmlinuz-2.6.30-1-amd64 root=/dev/mapper/vg-root ro single
video=vesafb:ypan,1280x1024-32 at 75 elevator=cfq fbcon=scrollback:64
gfxpayload=1280x1024
initrd /boot/initrd.img-2.6.30-1-amd64
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod lvm
insmod ext2
set root=(vg-root)
search --no-floppy --fs-uuid --set d06902bc-3d6c-440c-a173-3d180f56cf0f
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod lvm
insmod ext2
set root=(vg-root)
search --no-floppy --fs-uuid --set d06902bc-3d6c-440c-a173-3d180f56cf0f
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply
type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg
More information about the Pkg-grub-devel
mailing list