[KLUG Members] Grub

Bruce Smith members@kalamazoolinux.org
Wed, 07 Nov 2001 21:29:08 -0500


> > > I just installed redhat 7.2 (with grub) and it did not recognize my windows
> > > partition or boot option, or whatever..  How do i make it so i can boot into
> > > windows 2k?
> >
> > What partition is your windows on
> 
> 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


--------------------------------------------
Bruce Smith                bruce@armintl.com
System Administrator / Network Administrator
Armstrong International, Inc.
Three Rivers, Michigan  49093  USA
http://www.armstrong-intl.com/
--------------------------------------------