From owner-freebsd-questions@FreeBSD.ORG Tue Jun 24 14:55:10 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 2415937B401 for ; Tue, 24 Jun 2003 14:55:10 -0700 (PDT) Received: from msr36.hinet.net (msr36.hinet.net [168.95.4.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id D925E43FDF for ; Tue, 24 Jun 2003 14:55:08 -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 msr36.hinet.net (8.9.3/8.9.3) with SMTP id FAA00234 for ; Wed, 25 Jun 2003 05:55:36 +0800 (CST) Date: Wed, 25 Jun 2003 05:50:48 +0800 From: Robert Storey To: freebsd-questions@freebsd.org Message-Id: <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: 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 21:55:10 -0000 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. I can boot my FBSD partition by using GAG on a floppy disk, but I'd like to get GRUB (which is installed on the hard disk) to do the job. I'd welcome any suggestions. TIA, Robert