From owner-freebsd-questions@FreeBSD.ORG Sun Jun 17 19:18:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0823116A400 for ; Sun, 17 Jun 2007 19:18:10 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id C492D13C46C for ; Sun, 17 Jun 2007 19:18:09 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l5HJHU1M004879; Sun, 17 Jun 2007 15:17:30 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l5HJHUoe004878; Sun, 17 Jun 2007 15:17:30 -0400 (EDT) (envelope-from jerrymc) Date: Sun, 17 Jun 2007 15:17:30 -0400 From: Jerry McAllister To: Rico Secada Message-ID: <20070617191730.GB4733@gizmo.acns.msu.edu> References: <20070617175349.9debf85a.coolzone@it.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070617175349.9debf85a.coolzone@it.dk> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Adding a XP disk to FreeBSD machine 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: Sun, 17 Jun 2007 19:18:10 -0000 On Sun, Jun 17, 2007 at 05:53:49PM +0200, Rico Secada wrote: > Hi > > I have a box running FreeBSD 6.2 on ad0. > > I have another HD which used to be in the same box running XP. I set > this drive to slave and installed it into the box in order to dualboot. > > On the bootmenu the new drive ad1 shows up: > > F1 FreeBSD > F5 Drive 1 > > Pressing F1 boots the disk on ad0 with FreeBSD, but pressing F5 also > boots ad0 with FreeBSD. > > How can I make this work? Sounds like you need to write a FreeBSD MBR on ad1 too. eg Both ad0 and ad1 need the FreeBSD MBR for the boot search sequence to work right. Then the way it will work is you will see the same menu first and when you hit F5 it will go to the MBR on ad1 and give you the option to boot XP. It might just say ???? if the file system type is NTSF, but selecting it will boot just fine. Actually, I don't think it should even show a second menu at that point - rather just go in to XP, but it might show one and so, just select the XP then. ////jerry > > Best regards. > > Rico > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"