From owner-freebsd-questions@FreeBSD.ORG Wed Apr 7 15:30:05 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 801E216A4CE; Wed, 7 Apr 2004 15:30:05 -0700 (PDT) Received: from zeus.acuson.com (ac17860.acuson.com [157.226.71.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6532443D41; Wed, 7 Apr 2004 15:30:05 -0700 (PDT) (envelope-from DavidJohnson@Siemens.com) Received: from mvaexch02.acuson.com ([157.226.230.209]:4630) by zeus.acuson.com with esmtp (Exim 4.30) id 1BBLXG-0000kK-62; Wed, 07 Apr 2004 15:28:42 -0700 Received: by mvaexch02.acuson.com with Internet Mail Service (5.5.2657.72) id ; Wed, 7 Apr 2004 15:18:54 -0700 Received: from dhcp-46-159.acuson.com ([157.226.46.159]) by mvaexch01.acuson.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id HX2WXGNK; Wed, 7 Apr 2004 15:17:32 -0700 From: Johnson David To: freebsd-newbies@freebsd.org Organization: Siemens Medical Systems Date: Wed, 7 Apr 2004 15:26:30 -0700 User-Agent: KMail/1.6.1 References: <200404072156.i37LuSk07129@clunix.cl.msu.edu> In-Reply-To: <200404072156.i37LuSk07129@clunix.cl.msu.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404071526.30023.DavidJohnson@Siemens.com> cc: freebsd-questions@freebsd.org cc: Jerry McAllister cc: Tadimeti Keshav cc: yann.luppo@attglobal.net 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: Wed, 07 Apr 2004 22:30:05 -0000 On Wednesday 07 April 2004 02:56 pm, Jerry McAllister wrote: > If I understand what you are asking - FreeBSD on disk0 and Linux > on disk1, then you need to install an MBR and a standard book > sector on disk 0. But the "standard" boot sector will not boot to disk 1. Quoting from the Handbook: "If you only have one operating system installed on your disks then the standard MBR will suffice. This MBR searches for the first bootable slice on the disk, and then runs the code on that slice to load the remainder of the operating system. If you have installed multiple operating systems on your disks then you can install a different MBR, one that can display a list of different operating systems, and allows you to choose the one to boot from. FreeBSD comes with one such MBR which can be installed, and other operating system vendors also provide alternative MBRs." What's confusing about the process is that there doesn't seem to be a common name for the "FreeBSD MBR". In sysinstall it is called "BootMgr". In the booting section of the handbook and a few man pages it is called "boot0". It's also commonly referred to as "Boot Easy". David Johnson