Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2004 17:28:49 +0200
From:      "Cyrille Lefevre" <clefevre-lists@9online.fr>
To:        "Steven Hartland" <killing@multiplay.co.uk>, "db" <db@traceroute.dk>, <hackers@freebsd.org>
Subject:   Re: Grub and FreeBSD 4.9
Message-ID:  <01d401c43db6$077fba50$7890a8c0@dyndns.org>
References:  <200405191241.50871.db@traceroute.dk> <008401c43d8e$1da1a640$b3db87d4@multiplay.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
"Steven Hartland" <killing@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@laposte.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01d401c43db6$077fba50$7890a8c0>