From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 06:22:08 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 4681C16A4CE for ; Thu, 15 Jan 2004 06:22:08 -0800 (PST) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E33543D1F for ; Thu, 15 Jan 2004 06:22:07 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.200.37]) by comcast.net (sccrmhc11) with ESMTP id <2004011514220601100jeia9e>; Thu, 15 Jan 2004 14:22:06 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 6607C3A; Thu, 15 Jan 2004 09:22:06 -0500 (EST) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org References: <000801c3db10$e65cffc0$a4b826cb@goo> <1074139605.400611d5e09cf@natzo.com> From: Lowell Gilbert Date: 15 Jan 2004 09:22:06 -0500 In-Reply-To: <1074139605.400611d5e09cf@natzo.com> Message-ID: <44vfndl2b5.fsf@be-well.ilk.org> Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: choice of boot manager 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, 15 Jan 2004 14:22:08 -0000 dany_list@natzo.com writes: > My preference goes to "Smart Boot Manager" http://btmgr.sourceforge.net/ [snip] > No need for any partition, just install the full app into MBR. If something goes > wrong, boot from floppy and re-install. It doesn't fit into the MBR; the MBR is only 512 bytes. The standard FreeBSD boot manager fits into the MBR, but I don't know of any others that do. The "Smart Boot Manager" puts most of itself in the first track of the drive, which is normally reserved and unused.