From owner-freebsd-questions@FreeBSD.ORG Tue Jun 24 15:13:01 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 862F737B401 for ; Tue, 24 Jun 2003 15:13:01 -0700 (PDT) Received: from ferengi.borderworlds.dk (borderworlds.dk [62.79.110.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87A6D43FAF for ; Tue, 24 Jun 2003 15:13:00 -0700 (PDT) (envelope-from xi@borderworlds.dk) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 00D4E5C32 for ; Wed, 25 Jun 2003 00:12:58 +0200 (CEST) Received: by borg.borderworlds.dk (Postfix, from userid 500) id 5948E3B8008; Wed, 25 Jun 2003 00:12:57 +0200 (CEST) Sender: xi@borderworlds.dk To: freebsd-questions@freebsd.org References: <20030625055048.1671416d.y2kbug@ms25.hinet.net> From: Christian Laursen Date: 25 Jun 2003 00:12:57 +0200 In-Reply-To: <20030625055048.1671416d.y2kbug@ms25.hinet.net> Message-ID: Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: boot with GRUB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 22:13:01 -0000 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