From owner-freebsd-questions@FreeBSD.ORG Sun Sep 19 00:20:53 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 7220316A4CE for ; Sun, 19 Sep 2004 00:20:53 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5010443D55 for ; Sun, 19 Sep 2004 00:20:53 +0000 (GMT) (envelope-from bung-foo@comcast.net) Received: from [10.0.1.7] (c-67-170-103-74.client.comcast.net[67.170.103.74]) by comcast.net (rwcrmhc13) with ESMTP id <2004091900204901500qkb1re> (Authid: bung-foo); Sun, 19 Sep 2004 00:20:53 +0000 Message-ID: <414CD0D3.2030802@comcast.net> Date: Sat, 18 Sep 2004 17:20:35 -0700 From: Abe Olson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: winxp freebsd dual boot with freebsd on second HD 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: Sun, 19 Sep 2004 00:20:53 -0000 In the handbook it says that, in cases where you have freebsd on the second disk and windows on the first, that you have to install the freebsd boot manager on both disks. I discovered this after I had installed freebsd. I am currently trying to install the freebsd boot manager on my first disk by following the instructions here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-blocks.html The instructions say: "Other operating systems, in particular Windows® 95, have been known to overwrite an existing MBR with their own. If this happens to you, or you want to replace your existing MBR with the FreeBSD MBR then use the following command: # fdisk -B -b /boot/boot0 device Where device is the device that you boot from . . ." When I run this command, it asks me if I want to write a new boot block and then it asks me if I want to write a new partition table (We finally arrive at my question) Won't writing a partition table on my windows disk destroy the data on that disk? I tried saying no to writing a partition table but I still cannot boot both OS's from the first disk. Thanks for your time and knowledge folks. abe