From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 10:31:40 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 36A7816A4CE for ; Fri, 20 Feb 2004 10:31:40 -0800 (PST) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE3943D2F for ; Fri, 20 Feb 2004 10:31:39 -0800 (PST) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i1KIVao11103; Fri, 20 Feb 2004 13:31:36 -0500 (EST) From: Jerry McAllister Message-Id: <200402201831.i1KIVao11103@clunix.cl.msu.edu> To: judmarc@fastmail.fm (Jud) Date: Fri, 20 Feb 2004 13:31:35 -0500 (EST) In-Reply-To: <1077297615.20387.181381564@webmail.messagingengine.com> from "Jud" at Feb 20, 2004 12:20:15 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Jerry McAllister 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: Fri, 20 Feb 2004 18:31:40 -0000 > > > 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. The terminology is a little confusing here, but you want the FreeBSD boot _manager_ not just the standard boot _record_ - two different sector positions on the disk. The boot _manager_ choosed which boot _record_ to start booting with. ////jerry > > > > 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> > > Jud >