From owner-freebsd-questions@FreeBSD.ORG Tue Jun 24 20:18:06 2003 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 DBB4937B401 for ; Tue, 24 Jun 2003 20:18:06 -0700 (PDT) Received: from pc-80-195-57-71-ll.blueyonder.co.uk (pc-80-195-57-71-ll.blueyonder.co.uk [80.195.57.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A1DF43FA3 for ; Tue, 24 Jun 2003 20:18:06 -0700 (PDT) (envelope-from andrew@cream.org) Received: from spatula.home (spatula.home [192.168.0.4]) by gateway.home (Postfix) with ESMTP id 3CAFB4E; Wed, 25 Jun 2003 04:17:59 +0100 (BST) From: Andrew Boothman To: Dan Nelson , Robert Storey Date: Wed, 25 Jun 2003 04:18:01 +0100 User-Agent: KMail/1.5.2 References: <20030625055048.1671416d.y2kbug@ms25.hinet.net> <20030625063021.2d6cfe00.y2kbug@ms25.hinet.net> <20030625005233.GF46908@dan.emsphone.com> In-Reply-To: <20030625005233.GF46908@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306250418.01422.andrew@cream.org> cc: freebsd-questions@freebsd.org Subject: Re: boot with 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: Wed, 25 Jun 2003 03:18:07 -0000 On Wednesday 25 June 2003 1:52 am, Dan Nelson wrote: > In the last episode (Jun 25), Robert Storey said: > > On 25 Jun 2003 00:12:57 +0200 Christian Laursen wrote: > > > Robert Storey writes: > > > > When I had 5.0, I could easily boot FBSD from GRUB using these > > > > settings in my Linux's /boot/grub/menu.lst file: > > > > > > > Is your / filesystem by any chance UFS2? > > > > I believe you are right, my filesystem is UFS2. Changing the > > filesystem back to UFS1 is probably more than I'd want to do, so I > > guess I'll stick with booting using GAG (on a floppy or CDROM) until > > such time as GRUB acquires the ability to boot UFS2. > > Another thing to try is chaining to the bootblock on the FreeBSD > partition. Use "rootnoverify (hd0,1)", then "chainloader +1", then > "boot". I can confirm that this does indeed work. Grub doesn't know how to read UFS2 filesystems, so to boot FreeBSD 5.1 I'm currently using : root (hd1,0,a) chainloader +1 boot (FreeBSD is installed on my 2nd HDD) Cheers! Andrew.