Grub and FreeBSD 4.9
Cyrille Lefevre
clefevre-lists at 9online.fr
Wed May 19 08:29:55 PDT 2004
"Steven Hartland" <killing at multiplay.co.uk> 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:cyrille.lefevre at laposte.net
More information about the freebsd-hackers
mailing list