From owner-freebsd-current@FreeBSD.ORG Mon Jun 30 19:26:55 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D44F137B401 for ; Mon, 30 Jun 2003 19:26:55 -0700 (PDT) Received: from ion.gank.org (ion.gank.org [198.78.66.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C5A643F93 for ; Mon, 30 Jun 2003 19:26:55 -0700 (PDT) (envelope-from craig@xfoil.gank.org) Received: from localhost (ion.gank.org [198.78.66.164]) by ion.gank.org (GankMail) with ESMTP id C92772BF0A; Mon, 30 Jun 2003 21:26:54 -0500 (CDT) Received: from ion.gank.org ([198.78.66.164]) by localhost (ion.gank.org [198.78.66.164]) (amavisd-new, port 10024) with LMTP id 85787-02; Mon, 30 Jun 2003 21:26:54 -0500 (CDT) Received: from aldaris2.auir.gank.org (dsl081-113-221.dfw1.dsl.speakeasy.net [64.81.113.221]) by ion.gank.org (GankMail) with ESMTP id D8A012B529; Mon, 30 Jun 2003 21:26:53 -0500 (CDT) From: Craig Boston To: Jud , Andrew Boothman , Scott Reese Date: Mon, 30 Jun 2003 21:28:14 -0500 User-Agent: KMail/1.5.2 References: <1056997197.39385.25.camel@borges> <200307010134.36616.andrew@cream.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306302128.14208.craig@xfoil.gank.org> cc: current@freebsd.org Subject: Re: 5.1-RELEASE & Windows XP dual-boot issues X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 02:26:56 -0000 On Monday 30 June 2003 08:34 pm, Jud wrote: > I think Jesse Guardini's suggestion works when Win and FreeBSD are on the > same drive. You can still use the NT/2K/XP bootloader when the OSs are on > different drives, but problem is, I could never figure out exactly what the > FAQ was trying to tell me on that score. You might take a look at the FAQ > and see if it's clear to you. If we're talking about different physical drives, the NT/2K(/XP?) bootloader assumes it's running from the first BIOS drive in the system and pukes otherwise (i.e. if it's been chained from a different boot program). I never could get it working on separate drives with boot0, but here's an excerpt from my grub configuration: title Windows 2000 root (hd1,0) makeactive chainloader +1 map (hd0) (hd1) map (hd1) (hd0) grub has a nifty feature that intercepts and translates BIOS calls to remap drives -- enough to keep the NT loader happy anyway. Once enough of the system is up that the real 2k disk driver is loaded, it should work fine. Craig