Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2004 17:28:53 +0200
From:      "Cyrille Lefevre" <clefevre-lists@9online.fr>
To:        "db" <db@traceroute.dk>, <hackers@freebsd.org>
Subject:   Re: Grub and FreeBSD 4.9
Message-ID:  <01d501c43db6$083e9d80$7890a8c0@dyndns.org>
References:  <200405191241.50871.db@traceroute.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
"db" <db@traceroute.dk> wrote:
> 
> I'm trying to get grub working on my FreeBSD 4.9 test-box. So far I've done:
> cd /usr/ports/sysutils/grub
> make install clean
> mkdir /boot/grub
> cp /usr/local/share/grub-0.94/i386-freebsd/* /boot/grub/
> In /boot/grub I created a fil called menu.lst and wrote this in it:
> default 0  # By default, boot the first entry.
> timeout 5 # Boot automatically after 30 secs.
> 
> title FreeBSD
> root   (hd0,0)

root(hd0,0,a) would be better :)

>   kernel /boot/loader


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?01d501c43db6$083e9d80$7890a8c0>