From owner-freebsd-questions@FreeBSD.ORG Wed Sep 3 12:42:29 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 34B4616A4BF for ; Wed, 3 Sep 2003 12:42:29 -0700 (PDT) Received: from mail.libertysurf.net (mail.libertysurf.net [213.36.80.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8533843FE1 for ; Wed, 3 Sep 2003 12:42:28 -0700 (PDT) (envelope-from messmate@tiscali.fr) Received: from eric.placeverte.home (213.36.23.46) by mail.libertysurf.net (6.5.034) id 3F5575660005EE88 for freebsd-questions@freebsd.org; Wed, 3 Sep 2003 21:42:26 +0200 Date: Wed, 3 Sep 2003 21:43:27 +0200 From: mess-mate To: freebsd-questions@freebsd.org Message-Id: <20030903214327.0a03140e.messmate@tiscali.fr> In-Reply-To: <000201c3724f$e9abd040$6501a8c0@croydon> References: <000201c3724f$e9abd040$6501a8c0@croydon> X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: adding freebsd boot to 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: Wed, 03 Sep 2003 19:42:29 -0000 On Wed, 03 Sep 2003 12:16:39 -0700 Desmond Lee wrote: | Hello | | I was originally running win98 and freebsd4.8 on a box with 2 hard | drives. 1 disk had win98 and the other had freebsd. Everything worked | fine. But I then installed redhat 9.0 on the first disk with win 98. Now | the Grub only knows how to boot dos and linux, but no freebsd. There is | a article about this on the freebsd page: | http://www.freebsd.org/doc/en_US.ISO8859-1/articles/multi-os/ch3.html. | This is almost the same scenario as me. However, I do not want to do a | complete install of all 3 operating systems. Is it possible to just | reinstall freebsd on my 2nd hard drive again and get grub to recognize | it is there? | | Thanks | | Desmond What I did in menu.lst : # For booting FreeBSD title FreeBSD 5.1 root (hd1,0,a) # second hd, slice0, part a = '/' makeactive chainloader +1 mess-mate