From owner-freebsd-questions@FreeBSD.ORG Sat Jul 3 20:17:16 2004 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 5F02916A4CE for ; Sat, 3 Jul 2004 20:17:16 +0000 (GMT) Received: from outmx013.isp.belgacom.be (outmx013.isp.belgacom.be [195.238.3.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF77243D1D for ; Sat, 3 Jul 2004 20:17:15 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx013.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i63KHD0O018300 for ; Sat, 3 Jul 2004 22:17:13 +0200 (envelope-from ) Received: from lori.mine.nu (252-22.244.81.adsl.skynet.be [81.244.22.252]) with ESMTP id i63KHBSw018290; Sat, 3 Jul 2004 22:17:12 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id A672D474; Sat, 3 Jul 2004 22:17:10 +0200 (CEST) Date: Sat, 3 Jul 2004 22:17:10 +0200 From: Geert Hendrickx To: Bruce Hunter Message-ID: <20040703201710.GA2228@lori.mine.nu> References: <1088881267.32068.16.camel@solid.solisixoffice.com> <20040703201121.GA2170@lori.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040703201121.GA2170@lori.mine.nu> User-Agent: Mutt/1.4.2i X-GPG-Key: http://www.win.ua.ac.be/~s005085/gnupgkey.txt X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en cc: freebsd-questions@freebsd.org Subject: Re: Grub installation from the ports collection vs. Freebsd boot loader 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: Sat, 03 Jul 2004 20:17:16 -0000 > title FreeBSD 5.2.1 > root (hd0,2,a) > kernel /boot/loader Sorry, this should be (hd0,1,a) ! The first slice (windows) is (hd0,0) and the second is (hd0,1), and you want the root-partition within that (hd0,1,a). GH