From owner-freebsd-questions@FreeBSD.ORG Sat Jul 3 23:52:04 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 D62C916A4CE for ; Sat, 3 Jul 2004 23:52:04 +0000 (GMT) Received: from outmx022.isp.belgacom.be (outmx022.isp.belgacom.be [195.238.2.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5388443D45 for ; Sat, 3 Jul 2004 23:52:04 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx022.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i63Nptgm021665 for ; Sun, 4 Jul 2004 01:51:55 +0200 (envelope-from ) Received: from lori.mine.nu (108-22.244.81.adsl.skynet.be [81.244.22.108]) with ESMTP id i63Npsc0021652; Sun, 4 Jul 2004 01:51:54 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 2F9BC70A; Sun, 4 Jul 2004 01:51:54 +0200 (CEST) Date: Sun, 4 Jul 2004 01:51:54 +0200 From: Geert Hendrickx To: Bruce Hunter Message-ID: <20040703235153.GA2906@lori.mine.nu> References: <1088881267.32068.16.camel@solid.solisixoffice.com> <20040703201710.GA2228@lori.mine.nu> <1088890534.32211.3.camel@solid.solisixoffice.com> <20040703220234.GA2493@lori.mine.nu> <1088896068.670.1.camel@solid.solisixoffice.com> <20040703231832.GA2770@lori.mine.nu> <1088896905.670.4.camel@solid.solisixoffice.com> <20040703233114.GA2828@lori.mine.nu> <1088898290.670.18.camel@solid.solisixoffice.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1088898290.670.18.camel@solid.solisixoffice.com> 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 23:52:05 -0000 On Sat, Jul 03, 2004 at 07:44:50PM -0400, Bruce Hunter wrote: > Hmm.. I'm root > > I even tried changing the permissions on /dev/ad0 > the device has read and write access.. wierd. > > Maybe instead of setup (hd0) it should be setup (ad0) > But device.map sets the hd0 pointer to /dev/ad0 No, hd0 is /dev/ad0 is Grub's terminology. Grub doesn't understand ad0 (you can check it with tab-completion). > any other ideas? Not immediately. I'll try to help you out tomorrow (it's almost 2am here in Belgium). Maybe other list-members have experience using Grub with FreeBSD? > Bruce GH