Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jul 2004 11:15:11 -0500
From:      "Andrew L. Gould" <algould@datawok.com>
To:        freebsd-questions@freebsd.org
Cc:        Trey Sizemore <trey@fastmail.fm>
Subject:   Re: Adding FBSD to existing GRUB
Message-ID:  <200407031115.11056.algould@datawok.com>
In-Reply-To: <1088870461.4902.9.camel@linux.site>
References:  <1088870461.4902.9.camel@linux.site>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 03 July 2004 11:01 am, Trey Sizemore wrote:
> I have a multiboot machine with Linux and FBSD currently set up as
> follows:
>
> /dev/hda1 5GB Linux SUSE root partition from 0 -652
> /dev/hda2 40.5GB Extended partition from 653 - 5945
> /dev/hda3 19.5GB FreeBSD partition from 5946 -8494
> /dev/hda5 5GB /usr partition for SUSE from 653 - 1305
> /dev/hda6 15GB /home partition for SUSE from 1306 - 3264
> /dev/hda7 1 GB swap from 3265 - 3395
> /dev/hda8 19.5GB linux partition for Libranet from 3396 - 5945
>
> I tried adding the following to my /etc/fstab, but it would not boot
> (saying unsupported file type):
>
> title FreeBSD 5.2.1
>     root (hd0,2,a)
>     kernel /boot/loader
>
> Is the above misentered or is there something else to consider?
>
> Thanks.

You are confusing the file used to mount partitions with the booting 
process.  /etc/fstab is used to mount partitions after the system has 
started booting the operating system in which it exists.

Check the grub documentation for the proper location of booting options. 
Also, see if the following helps any:

http://geodsoft.com/howto/dualboot/grub.htm

Best of luck,

Andrew Gould



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407031115.11056.algould>