The documentation I was able to find indicated that the partnew took the
beginning and end sectors as parameters.  That gave really odd results, but
using the beginning sector, and the number of sectors did the trick.

I'm using grub to boot from way more than 4 primary partitions.  I love
it!!!

default=0
timeout=60
splashimage=(hd0,1)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
        root (hd0,1)
        kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsi
        initrd /initrd-2.4.20-8.img
title Boot.ini
        hide (hd0,0)
        hide (hd0,2)
        rootnoverify (hd0,2)
        chainloader +1
title MS-DOS in Boot.ini Partition
        partnew (hd0,0) 0x06 6506325 80325
        rootnoverify (hd0,2)
        chainloader /bootsect.dos
title Win 3.11
        partnew (hd0,0) 0x06 16065 224910
        rootnoverify (hd0,0)
        chainloader +1
title Win 95a
        partnew (hd0,0) 0x06 240975 401625
        rootnoverify (hd0,0)
        chainloader +1
title Win 95b
        partnew (hd0,0) 0x06 642600 481950
        rootnoverify (hd0,0)
        chainloader +1
title Win 98
        partnew (hd0,0) 0x06 1124550 963900
        rootnoverify (hd0,0)
        chainloader +1
title Win 98SE
        partnew (hd0,0) 0x06 2088450 1767150
        rootnoverify (hd0,0)
        chainloader +1
title Win ME
        partnew (hd0,0) 0x06 3855600 2570400
        rootnoverify (hd0,0)
        chainloader +1
# END


Thank You,
Walt Neubauer
[EMAIL PROTECTED]
http://users.beol.net/wneubauer





_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to