On 20040623.2358, Bob Miller said ...

> Rob Hudson wrote:
> 
> > /dev/hda is my windows drive
> > /dev/hdb is my linux drive
> >   /dev/hdb3 is root
> >   /dev/hdb1 is boot
> > 
> > When I boot, though, I just get a grub> prompt.  I've learned how to get
> > into my linux by typing:
> >     root (hd1,0)
> >     kernel /kernel-2.6.7
> >     boot
> > 
> > But how do I reinstall the menu?
> 
> The Gentoo installation guide shows you how to create a working
> grub configuration from whole cloth.  www.gentoo.org.

Yes, I did the steps they said:
    root (hd0,0) <- put the menu in the MBR of the first drive
    setup (hd0)  <- not sure what this does

I get a grub prompt so something worked, but it seems to not find my
menu.lst file (which is sym linked to my grub.conf file).

In general, I get a little confused about the (hd#,#).  I know they are
zero based, so /dev/hdb3 turns into (hd1,2).  But to get it to boot (see
commands above), I have to give the command "root (hd1,0)" which isn't
my real root partition.  So does root in this context really mean boot
partition?
_______________________________________________
EUGLUG mailing list
[EMAIL PROTECTED]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to