From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 21:14:42 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 52FB016A4CE for ; Thu, 1 Jul 2004 21:14:42 +0000 (GMT) Received: from b.smtp.taconic.net (outgoing-1.taconic.net [205.231.144.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 860D043D53 for ; Thu, 1 Jul 2004 21:14:41 +0000 (GMT) (envelope-from jfranks214@taconic.net) Received: (qmail 12412 invoked from network); 1 Jul 2004 21:13:22 -0000 Received: from unknown (HELO taconic.net) (jfranks214@taconic.net@205.231.31.80) by 0 with SMTP; 1 Jul 2004 21:13:22 -0000 Message-ID: <40E47E69.7040609@taconic.net> Date: Thu, 01 Jul 2004 17:13:13 -0400 From: Jonathan Franks User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040628 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Walrond References: <200407011532.03043.andrew@walrond.org> In-Reply-To: <200407011532.03043.andrew@walrond.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 21:14:42 -0000 Andrew Walrond wrote: >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 >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > I'm actually using a GRUB floppy, but this is what I type in to boot freeBSD (it's on the second IDE drive in my system) GRUB> root (hd1,0) GRUB> chainloder +1 GRUB> boot in the first line, (hd1,0) refers to the HDD and the partition, in that order. So if you have only one drive, and BSD is on the second partiton, for example, you'd use "root (hd0,1)" Hope this helps... Jonathan