From owner-freebsd-questions@FreeBSD.ORG Sat Jul 3 16:14:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADCB016A4CE for ; Sat, 3 Jul 2004 16:14:01 +0000 (GMT) Received: from starling.mail.pas.earthlink.net (starling.mail.pas.earthlink.net [207.217.120.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4575E43D41 for ; Sat, 3 Jul 2004 16:14:01 +0000 (GMT) (envelope-from algould@datawok.com) Received: from 20-74.lctv-b4.cablelynx.com ([24.204.20.74] helo=[192.168.63.10]) by starling.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1Bgn9N-0005gN-4Y; Sat, 03 Jul 2004 09:14:01 -0700 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Sat, 3 Jul 2004 11:15:11 -0500 User-Agent: KMail/1.6.2 References: <1088870461.4902.9.camel@linux.site> In-Reply-To: <1088870461.4902.9.camel@linux.site> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407031115.11056.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b221d32815f20de72d6146b909ab9ae40350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.204.20.74 cc: Trey Sizemore Subject: Re: Adding FBSD to existing GRUB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 16:14:01 -0000 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