From owner-freebsd-questions@FreeBSD.ORG Mon Aug 11 21:48:40 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21362106568B for ; Mon, 11 Aug 2008 21:48:40 +0000 (UTC) (envelope-from jmc-freebsd@milibyte.co.uk) Received: from pih-relay05.plus.net (pih-relay05.plus.net [212.159.14.18]) by mx1.freebsd.org (Postfix) with ESMTP id C9D5C8FC08 for ; Mon, 11 Aug 2008 21:48:39 +0000 (UTC) (envelope-from jmc-freebsd@milibyte.co.uk) Received: from [84.92.153.232] (helo=curlew.milibyte.co.uk) by pih-relay05.plus.net with esmtp (Exim) id 1KSfFl-0003bn-JB for freebsd-questions@freebsd.org; Mon, 11 Aug 2008 22:48:37 +0100 Received: by curlew.milibyte.co.uk with local (Exim 4.69) (envelope-from ) id 1KSfFl-00049h-3L for freebsd-questions@freebsd.org; Mon, 11 Aug 2008 22:48:37 +0100 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Mon, 11 Aug 2008 22:48:36 +0100 User-Agent: KMail/1.9.7 References: <35F6662A46BD4D189F961D48D051FDDC@jarasoft.net> <18da510b0808111258p3192a1b6i5720bfa8ad25d9ba@mail.gmail.com> In-Reply-To: <18da510b0808111258p3192a1b6i5720bfa8ad25d9ba@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200808112248.36999.jmc-freebsd@milibyte.co.uk> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: jmc-freebsd@milibyte.co.uk X-SA-Exim-Scanned: No (on curlew.milibyte.co.uk); SAEximRunCond expanded to false X-Plusnet-Relay: de77f8240eca17094cd909ca749f453c Subject: Re: FreeBSD, Ubuntu and Win XP on one system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2008 21:48:40 -0000 On Monday 11 August 2008, Bruno Schmitt wrote: > Ubuntu uses GRUB boot manager and as far as I remember it won't > recognize FreeBSD partition out of the box, so you will have to add > some lines to /boot/grub/menu.lst > > # For booting FreeBSD > title =A0FreeBSD 5.2 > root =A0 (hd0,a) > chainloader +1 > > where "(hd0,a)" reflects the position of the FreeBSD primary > partition. Grub does recognise FreeBSD partitions so you can use either the=20 chainloader command or point grub directly to /boot/loader, though I=20 can't speak for the Ubuntu version. Here's the menu file for my box=20 with FreeBSD 6.3, FreeBSD 7.0 and Windoze: default 0 timeout 3 hiddenmenu color white/blue yellow/blue title FreeBSD 6.3 root (hd0,0,a) kernel /boot/loader title FreeBSD 7.0 root (hd0,1,a) kernel /boot/loader title MS Windows root (hd0,3) makeactive chainloader +1 title Floppy root (fd0) chainloader +1 =2D-=20 Mike Clarke