From owner-freebsd-questions@FreeBSD.ORG Fri Oct 21 10:20:02 2005 Return-Path: X-Original-To: freebsd-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 A58BA16A420 for ; Fri, 21 Oct 2005 10:20:02 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43AAF43D45 for ; Fri, 21 Oct 2005 10:20:02 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-37-245.dynamic.qsc.de [212.202.37.245]) by efacilitas.de (Postfix) with ESMTP id 3A0684B065; Fri, 21 Oct 2005 12:27:17 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 75391331FF0; Fri, 21 Oct 2005 12:19:03 +0200 (CEST) Message-ID: <4358C10D.7050301@cs.tu-berlin.de> Date: Fri, 21 Oct 2005 12:21:01 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20050928 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark References: <43582DD7.50208@shaw.ca> In-Reply-To: <43582DD7.50208@shaw.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: mbr and boot disks? 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: Fri, 21 Oct 2005 10:20:02 -0000 Mark wrote: > I am currently dual booting between windows and freebsd but I need to > reinstall windows on the other partition. How do I create a freebsd boot > disk so that after windows rewrites my mbr I can still get back to bsd? > Then how would I re-install freebsd's boot manager so I can continue to > dual boot? Hello Mark, use disc1* of FreeBSD. Boot from CD-ROM and choose "Fixit" and then "CDROM/DVD" and run "boot0cfg -B /dev/ad0". That's it. *) The live filesystem is on disc2 if you use FreeBSD 5.3 or previous versions. Regards Björn