Comment 2 for bug 453876

Revision history for this message
Felix Zielcke (fzielcke) wrote : Re: [Bug 453876] [NEW] ubuntu 9.10 beta "grub loadin" stay for more than 30 secondes"

> ### BEGIN /etc/grub.d/10_linux ###
> menuentry "Ubuntu, Linux 2.6.31-11-generic" {
> recordfail=1
> if [ -n ${have_grubenv} ]; then save_env recordfail; fi
> set quiet=1
> insmod ext2
> set root=(hd1,6)
> search --no-floppy --fs-uuid --set d1c2622d-8a7f-4995-8faa-e798185f2134
> linux /boot/vmlinuz-2.6.31-11-generic root=UUID=d1c2622d-8a7f-4995-8faa-e798185f2134 ro quiet splash
> initrd /boot/initrd.img-2.6.31-11-generic
> }

Remove the `set quiet=1' and `quiet splash' in the linux line.
Then you should get more output from the kernel and maybe you see where
it takes so long.

--
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer