[KLUG Members] Grub

Alan DeJong members@kalamazoolinux.org
Wed, 07 Nov 2001 21:44:52 -0500


>
> > windows is on /hda1
> > i read "info grub" and it told me to type:
> > label Windows
> >         root (hd0,0)
> >         makeactive
> >
> > which didnt work..
>
> Try adding this to the end of /boot/grub/grub.conf file:
>
> title Windows
>        rootnoverify (hd0,0)
>        makeactive
>        chainloader +1

that worked. i must have missed that line in the text..
what exactly does that do??

thanks!
-Alan