From owner-freebsd-questions@FreeBSD.ORG Wed Apr 27 19:54:30 2005 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 5B4EC16A4CE for ; Wed, 27 Apr 2005 19:54:30 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0536543D53 for ; Wed, 27 Apr 2005 19:54:30 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j3RJsPOV018081; Wed, 27 Apr 2005 14:54:25 -0500 (CDT) (envelope-from dan) Date: Wed, 27 Apr 2005 14:54:25 -0500 From: Dan Nelson To: Michael Thaler Message-ID: <20050427195425.GA10605@dan.emsphone.com> References: <200504272143.24684.michael.thaler@physik.tu-muenchen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504272143.24684.michael.thaler@physik.tu-muenchen.de> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.8i cc: freebsd-questions@freebsd.org Subject: Re: GRUB problems 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, 27 Apr 2005 19:54:30 -0000 In the last episode (Apr 27), Michael Thaler said: > Hello, > > I just installed PC-BSD which is based on FreeBSD5.3, but comes with > a graphical installer. > > I already have Windows XP and Debian Linux installed on my computer, > so I could not install PC-BSD in a primary partition at the beginning > of the disk. Instead I created a new primary partition at the end of > the disk. I now have the following disk layout: > > hda3 Primary FreeBSD > > I have the following two entries in /boot/grub/menu.lst: > > title PC-BSD > root (hd0,2,a) > kernel /boot/loader > > With both entries I cannot boot. I get the following error messages: > > Entry 2: > Filesystem type unknown, partition type 0xa5 > kernel /boot/loader > Error 17: cannot mount selected partition > > Is there anything I can do to get this working? You probably don't have ufs support built into grub. I find it easier to just chain to the bootblock instead: root(hd0,2) chainloader +1 -- Dan Nelson dnelson@allantgroup.com