From owner-freebsd-questions@FreeBSD.ORG Wed Apr 7 17:05:37 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 1A7AC16A4D6; Wed, 7 Apr 2004 17:05:37 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C375E43D2D; Wed, 7 Apr 2004 17:05:36 -0700 (PDT) (envelope-from underway@comcast.net) Received: from localhost.localdomain (c-24-17-47-224.client.comcast.net[24.17.47.224]) by comcast.net (rwcrmhc11) with ESMTP id <2004040800053401300t2i8oe>; Thu, 8 Apr 2004 00:05:35 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) i3805mZ2010405; Wed, 7 Apr 2004 17:05:48 -0700 (PDT) (envelope-from underway@comcast.net) Received: (from jojo@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id i3805h2r010404; Wed, 7 Apr 2004 17:05:43 -0700 (PDT) (envelope-from underway@comcast.net) To: Tadimeti Keshav References: <20040407212156.31712.qmail@web25001.mail.ukl.yahoo.com> From: underway@comcast.net (Gary W. Swearingen) Date: Wed, 07 Apr 2004 17:05:42 -0700 In-Reply-To: <20040407212156.31712.qmail@web25001.mail.ukl.yahoo.com> (Tadimeti Keshav's message of "Wed, 7 Apr 2004 22:21:56 +0100 (BST)") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Reasonable Discussion, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org cc: freebsd-newbies@freebsd.org Subject: Re: unable to use BOOT EASY to boot linux 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, 08 Apr 2004 00:05:37 -0000 Tadimeti Keshav writes: > hi all. > I added a 2 GB linux disk as a slave and installed > Mandrake Linux with LILO on the root partition of > linux. > > I am trying configure Boot Easy to boot linux. > Since FreeBSD occupies all of the 1st HD, should I > install a STANDARD boot loader on first or on both > Hard disks. I'm not exactly sure what "Boot Easy" is, but the standard FreeBSD MBR (as installed by boot0cfg or sysinstall) can only boot another boot record and only those on that disk's primary partitions or the MBR of another disk. If you're going to have BootEasy on the first disk, you probably want LILO in the second disk's MBR, but you could put a second BootEasy (or other boot loader) in the second disk's MBR and put LILO in one of the second disk's primary partitions. LILO works (or used to) even on an extended primary partition which has extended secondary (AKA logical) partitions.