From owner-freebsd-questions@FreeBSD.ORG Tue Aug 23 01:50:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 53DCB16A420 for ; Tue, 23 Aug 2005 01:50:07 +0000 (GMT) (envelope-from quakenet1@optusnet.com.au) Received: from mail25.syd.optusnet.com.au (mail25.syd.optusnet.com.au [211.29.133.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DCFF43D48 for ; Tue, 23 Aug 2005 01:50:06 +0000 (GMT) (envelope-from quakenet1@optusnet.com.au) Received: from [10.0.0.3] (c220-239-13-242.belrs4.nsw.optusnet.com.au [220.239.13.242]) by mail25.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j7N1o3I4029939; Tue, 23 Aug 2005 11:50:03 +1000 In-Reply-To: References: <275802A5-8727-4ACB-AFF0-DFBB364D584E@optusnet.com.au> <6A4FA539-341E-48EE-A799-1269FDE02CEC@optusnet.com.au> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jerahmy Pocott Date: Tue, 23 Aug 2005 11:50:02 +1000 To: Garrett Cooper X-Mailer: Apple Mail (2.734) Cc: FreeBSD Questions Subject: Re: Where to FreeBSD Boot Manager? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 01:50:08 -0000 On 22/08/2005, at 11:22 AM, Garrett Cooper wrote: > > Yes, XP does have a boot manager, and I suppose I should have > listed some available options when I originally replied to the > email. Just thought that someone was making a split decision during > an install and needed quick help. > You have a few choices: > 1. FreeBSD boot manager > Pro: Can install just one boot manager out of the box > and it takes care of detecting all of the partitions > Con: If you don't like FreeBSD anymore, no more boot > manager. > 2. GRUB > Pro: Plays nicely with Linux. > Con: Still need to install FreeBSD bootloader in the > boot sector of the FreeBSD partition. > 3. NT bootloader > Pro: Stuff's managed through XP (if you like that). > Con: Still need to install FreeBSD bootloader in the > boot sector of the FreeBSD partition. As to 3s Con, I'm not entirely sure you have to install the bootloader.. I think you can install a standard bootstrap, then using dd copy it and have the NT loader use it to boot the system, removing the two layers of boot manager.. I did this before with NT, but it was a while ago and I don't really remember the exact steps you need to take, but there is probably something about it you can google.. Of course using the FreeBSD manager is the much easier and simpler option, just some people seem to like the NT one better..