From owner-freebsd-questions@FreeBSD.ORG Tue Jun 24 15:30:05 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 B8FA037B401 for ; Tue, 24 Jun 2003 15:30:05 -0700 (PDT) Received: from msr28.hinet.net (msr28.hinet.net [168.95.4.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEFBA43FE0 for ; Tue, 24 Jun 2003 15:30:04 -0700 (PDT) (envelope-from y2kbug@ms25.hinet.net) Received: from sonic.utopia.com (61-227-219-16.HINET-IP.hinet.net [61.227.219.16]) by msr28.hinet.net (8.9.3/8.9.3) with SMTP id GAA07505 for ; Wed, 25 Jun 2003 06:30:53 +0800 (CST) Date: Wed, 25 Jun 2003 06:30:21 +0800 From: Robert Storey To: freebsd-questions@freebsd.org Message-Id: <20030625063021.2d6cfe00.y2kbug@ms25.hinet.net> In-Reply-To: References: <20030625055048.1671416d.y2kbug@ms25.hinet.net> X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Tue, 24 Jun 2003 22:30:06 -0000 On 25 Jun 2003 00:12:57 +0200 Christian Laursen wrote: > Robert Storey writes: > > > I recently installed 5.1-RELEASE - I was previously using 5.0. > > > > When I had 5.0, I could easily boot FBSD from GRUB using these > > settings in my Linux's /boot/grub/menu.lst file: > > > > title FreeBSD > > root (hd0,1,a) > > kernel /boot/loader > > boot > > > > These settings no longer work, and I get an error message that Linux > > does not recognize this (FBSD's) filesystem. > > Is your / filesystem by any chance UFS2? > > I don't think GRUB can read that yet. UFS1 should be fine though. > (It certainly works for me with FreeBSD 5.1) > > -- > Best regards > Christian Laursen Dear Christian, 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. Thanks for the fast response to my question. best regards, Robert