From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 16:30:44 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 CD3E616A4CE for ; Fri, 20 Feb 2004 16:30:44 -0800 (PST) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B4243D1F for ; Fri, 20 Feb 2004 16:30:44 -0800 (PST) (envelope-from judmarc@fastmail.fm) X-Sasl-enc: 7NLpQ3Qt8UTLFhE6WMkpVQ 1077323423 Received: from dialup-67.74.77.33.dial1.philadelphia1.level3.net (dialup-67.74.77.33.Dial1.Philadelphia1.Level3.net [67.74.77.33]) by mail.messagingengine.com (Postfix) with ESMTP id 8C3375AD40B; Fri, 20 Feb 2004 19:30:22 -0500 (EST) Date: Fri, 20 Feb 2004 19:30:22 -0500 To: "Jerry McAllister" References: <200402201831.i1KIVao11103@clunix.cl.msu.edu> From: Jud Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <200402201831.i1KIVao11103@clunix.cl.msu.edu> User-Agent: Opera M2/7.50 (Win32, build 3613) cc: Joel Gudknecht cc: 'freebsd-questions' Subject: Re: 4.9-RELEASE + XP Pro problem 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: Sat, 21 Feb 2004 00:30:44 -0000 On Fri, 20 Feb 2004 13:31:35 -0500 (EST), Jerry McAllister wrote: >> >> >> On Fri, 20 Feb 2004 10:13:35 -0500 (EST), "Jerry McAllister" >> said: >> > > >> > > Hello All, >> > > >> > > I'm having a hell of a time getting XP Pro and 4.9 on the same >> drive. >> > > I've tried various ways to get them to co-exist to no avail. >> > > Here's what I'm trying to accomplish; >> > > >> > > 30 GB HD total >> > > >> > > First 24 GB = XP >> > > >> > > Last 6 GB = 4.9 >> > > >> > > Installed XP first, then 4.9, said NONE at the boot menu during >> install. >> > >> > There is your problem right there. >> > You should have selected the full MBR. >> > Then everything would have fallen in place with none of that >> > other fixboot stuff at all. >> > >> > Just make sure your XP is fully installed first and boots OK >> > Then install FreeBSD and select the MBR (not 'none' and not >> 'standard') >> [snip] >> >> Actually, you should choose to install a standard MBR and *not* to use >> the FreeBSD boot loader in order to accomplish what you describe below. > > You are wrong here. During the install you are offered three options: > > BootMgr Install the FreeBSD Boot Manager > Standard Install a standard MBR (no boot manager) > None Leave the Master Boot Record untouched > > You want to choose the first one to install the FreeBSD Boot Manager > The standard boot record will only boot FreeBSD and nothing else. If the OP had said he wanted to use the FreeBSD boot loader, I would have been wrong to tell him to install the standard MBR. But what he asked for is to use the *NT bootloader* to boot into FreeBSD. (Read what the OP wrote just below my sig.) To do what he asked (use the NT bootloader), rather than what you are intent on telling him (how to use the FreeBSD bootloader), the correct method is to install a standard MBR and then follow the instructions in the FAQ I cited below. Jud >> > > What I want is to have the nt boot loader give the choice to boot >> into >> > > bsd by using the boot1 -> bootsect.bsd method in boot.ini. >> >> Read the following FAQ carefully. If you try it and are unsuccessful, >> come on back here and let us know what happened. >> >> > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NT-BOOTLOADER>