"Steven Hartland" <[EMAIL PROTECTED]> wrote:

> chainloader is your friend here I found as u correctly state it doesn't
> seem to support ffs drives even though the devs seem to say it does.


chainloader +1 is for windows friends :P

some samples :

title  FreeBSD (primary - SCSI)
root   (hd4,0,a)
kernel /boot/loader

title  FreeBSD (secondary - SCSI)
root   (hd7,0,a)
kernel /boot/loader

title  FreeBSD 4.x (primary - IDE)
root   (hd0,2,a)
kernel /boot/loader

title Windows (primary)
rootnoverify (hd0,0)
chainloader  +1
# For loading DOS if Windows NT/2K is installed
# chainload /bootsect.dos

title Windows (secondary)
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
chainloader  +1

title  FreeBSD (floppy)
root   (fd0,a)
kernel /boot/loader

title Install GRUB (primary - SCSI)
root    (hd4,0,a)
setup   (hd4,0)

title Install GRUB (secondary - SCSI)
root    (hd7,0,a)
setup   (hd7,0)

title Install GRUB (primary - IDE)
root    (hd0,2,a)
setup   (hd0,2)

title Install GRUB (floppy)
root    (fd0)
setup   (fd0)

Cyrille Lefevre.
-- 
home: mailto:[EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to