From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 07:13:39 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 3300D16A4CE for ; Fri, 20 Feb 2004 07:13:39 -0800 (PST) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDA6243D2D for ; Fri, 20 Feb 2004 07:13:38 -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 i1KFDab10175; Fri, 20 Feb 2004 10:13:36 -0500 (EST) From: Jerry McAllister Message-Id: <200402201513.i1KFDab10175@clunix.cl.msu.edu> To: jgudknecht@marathonmultimedia.com (Joel Gudknecht) Date: Fri, 20 Feb 2004 10:13:35 -0500 (EST) In-Reply-To: <7A601EA4F6472748A4B828E59222FF03D75FBE@SERVER_EMAIL> from "Joel Gudknecht" at Feb 20, 2004 08:54:24 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 15:13:39 -0000 > > 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') After that, when you boot, it will come up and prompt something like: F1 = Dos F2 = FreeBSD Hit the appropriate function key and it boots. Skip pressing a key and it boots to the system it was most previously in. If you have more than just XP and FreeBSD, such as the machine I am currently typing on has a Dell Maintenance slice, then the function key selection will look a little different, but essentially the same. If your XP is using an NTFS file system the prompt might be ??? as in F1 = ??? (Dell Maintenance) F2 = ??? (XP NTFS slice) F3 = FreeBSD (Obviously, FreeBSD) That can be a little annoying, but can be lived with. If you can't live with it, once you get things all done, you can install a more elaborate boot loader that will allow you to fix up the labels, such as grub. This all works just fine if you just do the right thing and don't try to outguess it. > Went to reboot and bsd had taken over either the boot sector or the mbr. > > Tried xp recovery console, fixmbr, fixboot, nothing worked, bsd continues > to boot up by default. Yes, because you did not install the MBR at install time. So, the none effectively only knows how to boot FreeBSD. ////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. ???? > > What I'm I doing wrong here? > > Thanks, > Joel > _______________________________________________