ke4nt1
Group: Members
Posts: 2329
Joined: Oct. 2003 |
|
Posted: May 29 2005,01:51 |
|
I see that error all the time.. If grub won't pull the drives out of your bios, try this command, instead of just "grub-install /dev/hda"
grub-install --root-directory=/boot /dev/hda for a HDInstall, or
grub-install --root-directory=/mnt/hda1/boot /dev/hda for a frugal/poormans install
Make sure you HAVE a "/boot" directory in that location before you start! If not, make one!
Once completed, grub should work for you, and you should see a /boot/grub directory in hda1 ( for this example, it can actually be any partition )
73 ke4nt
|