From owner-freebsd-questions@FreeBSD.ORG Sun Feb 12 04:42:22 2006 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 3D31416A422 for ; Sun, 12 Feb 2006 04:42:22 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5C0B43D45 for ; Sun, 12 Feb 2006 04:42:21 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.4/8.13.4) with ESMTP id k1C4gFKD033944 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sat, 11 Feb 2006 20:42:15 -0800 (PST) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.4/8.13.4/Submit) id k1C4gECa033943; Sat, 11 Feb 2006 20:42:14 -0800 (PST) (envelope-from james) Date: Sat, 11 Feb 2006 20:42:14 -0800 From: James Long To: freebsd-questions@freebsd.org Message-ID: <20060212044214.GA33920@ns.museum.rain.com> References: <20060211094330.B415516A443@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060211094330.B415516A443@hub.freebsd.org> User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-100.8 required=5.0 tests=ALL_TRUSTED, J_CHICKENPOX_43,USER_IN_WHITELIST autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ns.museum.rain.com Cc: Peter Subject: Re: MBR blown away 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, 12 Feb 2006 04:42:22 -0000 > Date: Fri, 10 Feb 2006 21:19:07 -0500 (EST) > From: Peter > Subject: MBR blown away > To: freebsd-questions > Message-ID: <20060211021907.59503.qmail@web60014.mail.yahoo.com> > Content-Type: text/plain; charset=iso-8859-1 > > I need help. > > I added a slice to a single hard drive dual-boot (windows) system and now > I guess that scrambled my MBR. I get three options from the FreeBSD (5.4) > boot manager: > > 1. DOS > 2. FreeBSD > 3. FreeBSD > > I can boot to FreeBSD (the new slice is fine) by choosing option 3 but the > windows/dos option is fried. > > My current strategy is to use boot0cfg: > > # boot0cfg -B > > But I'm a little squeemish. I don't want to be locked out of FreeBSD (I > barely use Windows but I still would like it back for Visio). Any > guidance? Start by making a full backup of your FreeBSD installation. Then you'll feel less squeamish about whatever you do next. Jim