Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2004 11:43:22 +0100
From:      "Steven Hartland" <killing@multiplay.co.uk>
To:        "db" <db@traceroute.dk>, <hackers@freebsd.org>
Subject:   Re: Grub and FreeBSD 4.9
Message-ID:  <008401c43d8e$1da1a640$b3db87d4@multiplay.co.uk>
References:  <200405191241.50871.db@traceroute.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

    Steve
----- Original Message ----- 
From: "db" <db@traceroute.dk>
To: <hackers@freebsd.org>
Sent: Wednesday, May 19, 2004 11:41 AM
Subject: Grub and FreeBSD 4.9


> Hi all
> 
> 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)
>   kernel /boot/loader
> 
> My box is just a test box with one harddisk, so I've made one huge / and then
> given about 256 mb to swap.
> 
> I've read that the safest way to install grub is by making a bootdisk, boot
> and run setup, so I made the disk:
>      # cd /boot/grub
>      # dd if=stage1 of=/dev/afd0 bs=512 count=1
>      1+0 records in
>      1+0 records out
>      # dd if=stage2 of=/dev/afd0 bs=512 seek=1
>      153+1 records in
>      153+1 records out
> And I booted on it just fine, but I can't install grub because it by default
> dones't support ffs drives. I know there is a ffs_stage1_5 in /boot/grub, but
> how do I use it?
> 
> Anyway I rebooted in FreeBSD and ran "grub" and made the install
>  successfully, but then booting the system again I get an "error 18". So how
>  do I fix it?
> 
> I've also tried getting network support built into grub, but I can't figure
> out which driver to use (FreeBSD use de0), any ideas?
> 
> Best regards
> db
> _______________________________________________
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
> 
> 


================================================
This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. 

In the event of misdirection, illegible or incomplete transmission please telephone (023) 8024 3137
or return the E.mail to postmaster@multiplay.co.uk.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008401c43d8e$1da1a640$b3db87d4>