From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 16:11:55 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 3253116A4CE for ; Thu, 1 Jul 2004 16:11:55 +0000 (GMT) Received: from typhoon.he.net (typhoon.he.net [64.62.229.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 1FDD443D48 for ; Thu, 1 Jul 2004 16:11:55 +0000 (GMT) (envelope-from bill@wiliweld.com) Received: from bsd.billschoolcraft.com ([63.204.157.14]) by typhoon.he.net for ; Thu, 1 Jul 2004 09:10:34 -0700 Date: Thu, 1 Jul 2004 09:10:35 -0700 (PDT) From: Bill Schoolcraft X-X-Sender: bill@bsd.billschoolcraft.com To: Andrew Walrond In-Reply-To: <200407011532.03043.andrew@walrond.org> Message-ID: <20040701090748.N52759@bsd.billschoolcraft.com> References: <200407011532.03043.andrew@walrond.org> System-ID: [en] (I; FreeBSD 5.2.1-RELEASE #0 x86) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Booting with 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: Thu, 01 Jul 2004 16:11:55 -0000 At Thu, 1 Jul 2004 it looks like Andrew Walrond composed: > I have installed 5.2.1 into a partition and I want to use my existing > bootloader, grub. > > Can anyone tell me what the required grub configuartion line would look like, > or point me to an FAQ? > > Andrew Walrond > _______________________________________________ Here is one that worked for me with FreeBSD on the 4th primary partition. It was a while ago when I had RedHat-7.2 as the controller of GRUB. ################################ # Note that you do not have to rerun grub after making changes to this # file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/hda3 # initrd /initrd-version.img #boot=/dev/hda default=0 timeout=10 splashimage=(hd0,0)/grub/splash.xpm.gz title Red Hat Linux (2.4.7-10) root (hd0,0) kernel /vmlinuz-2.4.7-10 ro root=/dev/hda3 initrd /initrd-2.4.7-10.img title FreeBSD-4.2 root (hd0,4,a) kernel /boot/loader ################################### -- Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://billschoolcraft.com