From owner-freebsd-questions@FreeBSD.ORG Wed Sep 3 12:45:15 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 3330916A4BF for ; Wed, 3 Sep 2003 12:45:15 -0700 (PDT) Received: from webserver.get-linux.org (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 0DCBE43FE1 for ; Wed, 3 Sep 2003 12:45:12 -0700 (PDT) (envelope-from oremanj@webserver.get-linux.org) Received: (qmail 4549 invoked by uid 1000); 3 Sep 2003 19:47:21 -0000 Date: Wed, 3 Sep 2003 12:47:21 -0700 From: Joshua Oreman To: Desmond Lee Message-ID: <20030903194721.GA4033@webserver> References: <000201c3724f$e9abd040$6501a8c0@croydon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000201c3724f$e9abd040$6501a8c0@croydon> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org 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:45:15 -0000 On Wed, Sep 03, 2003 at 12:16:39PM -0700 or thereabouts, 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? See what "DOS" and "Linux" do. If one of those actually boots FreeBSD, rename it. If not, do this at the grub> prompt (assuming your FBSD slice is (hd1,1) in GRUB): grub> rootnoverify (hd1,1) grub> chainloader +1 grub> boot -or- (this one's better) grub> root (hd1,1,a) grub> kernel /boot/loader grub> boot -- Josh