From owner-freebsd-questions@FreeBSD.ORG Sat Dec 9 21:12:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 414A316A412 for ; Sat, 9 Dec 2006 21:12:47 +0000 (UTC) (envelope-from news@budostore.de) Received: from mo-p00-ob.rzone.de (mo-p00-ob.rzone.de [81.169.146.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D1E443CA1 for ; Sat, 9 Dec 2006 21:11:40 +0000 (GMT) (envelope-from news@budostore.de) Received: from nor75-5-82-235-173-77.fbx.proxad.net (nor75-5-82-235-173-77.fbx.proxad.net [82.235.173.77]) by post.webmailer.de (mrclete mo13) (RZmta 3.8) with ESMTP id iB9K7HeG00babA for ; Sat, 9 Dec 2006 22:12:44 +0100 (MET) Date: Sat, 9 Dec 2006 22:12:44 +0100 (MET) From: Karl Sinn To: freebsd-questions@freebsd.org User-Agent: KMail/1.9.5 References: <200612082010.42744.news@budostore.de> <200612090958.03581.news@budostore.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612092204.53800.news@budostore.de> X-RZG-AUTH: ibDpgOm8RLcSc5zBxTj4 Subject: Re: Configuration of Grub? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2006 21:12:47 -0000 Hi, Am Samstag, 9. Dezember 2006 21:29 schrieb David Stanford: > What are you using now for your menu.lst? Still this?... > > title FreeBSD > root (hd3,0) > chainloader +1 no > I can almost guarantee that you have your 'root' specified incorrectly. You > should have something similar to the following (as mentioned earlier by > Pieter): > > title FreeBSD > root (hd0,1,a) > kernel /boot/loader I tried this with (hd3,0,a) and (hd3,1,a). It didn't work. I got a message like: disk is not existing (don't remember the exact message) If I understood right the hdd in Linux translates to ad3 in FreeBSD? > 1.) the hard drive and 2.) > the partition you installed FreeBSD on. hdd/ad3 I used all the disk for FreeBSD and I used the automatic configuration. Right now Linux can not read the FreeBSD disk. Does FreeBSD have its own filesystem? Ans if it has its own filesystem how can grub read the /boot/loader in there? Do I have to copy the loader on my Linux drive, configure it there so FreeBSD can then start? Is there any other way to start the system on that disk? From the install-CD maybe? > P.S. Welcome to FreeBSD! :) Thanks Karl