From owner-freebsd-questions@FreeBSD.ORG Mon Aug 29 15:35:59 2005 Return-Path: X-Original-To: questions@freebsd.org 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 D6A5216A41F for ; Mon, 29 Aug 2005 15:35:59 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8851843D53 for ; Mon, 29 Aug 2005 15:35:59 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id AB518118006C; Mon, 29 Aug 2005 08:35:45 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j7TFaiu0063966; Mon, 29 Aug 2005 08:36:44 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j7TFaAJP063961; Mon, 29 Aug 2005 08:36:10 -0700 (PDT) (envelope-from garys@opusnet.com) To: Erik Norgaard References: <4312C8A3.7010906@locolomo.org> <20050829120339.24fc9fcd.dick@nagual.st> <4312F12B.5030602@locolomo.org> From: garys@opusnet.com (Gary W. Swearingen) Date: Mon, 29 Aug 2005 08:36:10 -0700 In-Reply-To: <4312F12B.5030602@locolomo.org> (Erik Norgaard's message of "Mon, 29 Aug 2005 13:27:39 +0200") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: fbsdq Subject: Re: Dualboot with FBSD boot manager 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: Mon, 29 Aug 2005 15:36:00 -0000 Erik Norgaard writes: > Thanks, I tried to look at the options in the BIOS. I can enable or disable the SATA disks. Look where you can tell it to boot off a CDROM and ensure that it can't also be configured to boot off second hard disk. > So, it appears that I have to install the FreeBSD bootmanager (or some other multiboot boot manager) on the XP disk? On the boot disk, at least. And depending on which BM you use, maybe also on the other disk. (Unless you want to have your BM on a floppy or CDROM. > It's been more than 5 years since I had a multiboot, so I'd like to know how I can do this and still get back to the > original settings. How can I backup the existing MBR? >From a "rescue" floppy or some Unixy OS, use something like this: dd if=/dev/ad0 of=ad0.mbr count=1 Know that fancy BMs (not FreeBSD's; I don't know about XP's) partially reside in other places than the MBR. IIRC, Grub uses a few sectors between the MBR and the first primary partition, plus some files in a regular filesystem.