Date: Sat, 9 Dec 2006 15:29:59 -0500 From: "David Stanford" <dthomas53@gmail.com> To: "Karl Sinn" <news@budostore.de> Cc: freebsd-questions@freebsd.org Subject: Re: Configuration of Grub? Message-ID: <f2c91f770612091229v53f2d6fasd4cc6c798b3737df@mail.gmail.com> In-Reply-To: <200612090958.03581.news@budostore.de> References: <200612082010.42744.news@budostore.de> <200612090312.46956.pieter@degoeje.nl> <200612090958.03581.news@budostore.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12/9/06, Karl Sinn <news@budostore.de> wrote: > > Hi, > > > I'm using this: > > > > title FreeBSD 6.2-STABLE > > root (hd1,0,a) > > kernel /boot/loader > > > > title FreeBSD 7.0-CURRENT > > root (hd0,2,a) > > kernel /boot/loader > > I tried, but it still does not work. > > Grub is giving a "file not found" message. If I understand it right it > searches the /boot/loader on my Linux hard disk. > > I have found loader and loader.conf on the FreeBSD installation disk can I > just copy them? > > What are you using now for your menu.lst? Still this?... title FreeBSD root (hd3,0) chainloader +1 I can almost guarantee that you have your 'root' specified incorrectly. You should have something similar to the following (as mentioned earlier by Pieter): title FreeBSD root (hd0,1,a) kernel /boot/loader Unlike a Linux boot entry, you have to specify the 'a' portion of 'root' in the menu.lst config. And remember that 'hd0' is defining exactly which hard drive you have FreeBSD installed on (in this example, the first hard drive), and '1' refers to the partition (in this example, the second partition). The 'a' will not have to be changed, assuming you performed a standard FreeBSD installation as this is the slice / is installed on by default. Give it another try with this info and reply back if you still have trouble. If you reply back, please include 1.) the hard drive and 2.) the partition you installed FreeBSD on. P.S. Welcome to FreeBSD! :) -David -- [root@fbsd ~]# fortune Happiness is just an illusion, filled with sadness and confusion.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f2c91f770612091229v53f2d6fasd4cc6c798b3737df>