On 20:56 Sun 09 Feb , Martin Larsson wrote: > Hello > > Just been installing gentoo on another box, but i got problem installing > grub :/ > > when trying the usual method (the one in the manual) 'root (hd0,0)' > works fine > but, when doing 'setup (hd0)' it says: > Checking if "/boot/grub/stage1" exists... no > Checking if "/boot/stage1" exists... no
Copy the stage files to your /boot partition: cp /usr/share/grub/i386-pc/*stage* /boot/grub then run grub and set root (hd0,0) where as per_your_example hd0 is drive hda and 0 is the /boot partition hda1 where you copied the statge files. -- [EMAIL PROTECTED] mailing list
