Florian Philipp writes:

> I've recently moved /boot from /dev/hda to /dev/hdd. Then I've
> installed grub with
> for i in /dev/hd{a,b,d}; do grub-install --recheck $i; done
>
> Now the system boots correctly but it takes ages (>10sec) to come from
> "Grub loading Stage1.5"
> to
> "Grub loading, please wait..."
> and then another 10sec or more to open the menu.
>
> I think I had this problem a long time ago but I can't remember the
> solution. Can anyone help?

I don't know what happens here... but I also don't know why you need to 
install grub on every drive. I have four IDE drives /dev/hd[abef], grub 
stage 1 is installed in the MBR of hda, but stage 2 in in the /boot 
partition located on hde. I installed like this:

# grub
root (hd2,0)
setup (hd0)
quit

        Wonko
-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to