From owner-freebsd-questions@FreeBSD.ORG Tue Sep 13 09:06:18 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 0795816A41F for ; Tue, 13 Sep 2005 09:06:18 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A20A43D49 for ; Tue, 13 Sep 2005 09:06:13 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [80.192.58.55] ([80.192.58.55]) by smtp-out4.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 13 Sep 2005 10:07:01 +0100 Message-ID: <43269684.60609@dial.pipex.com> Date: Tue, 13 Sep 2005 10:06:12 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.11) Gecko/20050903 X-Accept-Language: en-us, pl MIME-Version: 1.0 To: gayn.winters@bristolsystems.com References: <006401c5b821$c960e810$c901a8c0@workdog> In-Reply-To: <006401c5b821$c960e810$c901a8c0@workdog> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Sep 2005 09:07:01.0701 (UTC) FILETIME=[80BADF50:01C5B842] Cc: freebsd-questions@freebsd.org Subject: Re: Fixing a MBR (and more) that ??? trashed 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: Tue, 13 Sep 2005 09:06:18 -0000 Gayn Winters wrote: >Life was good until I wanted to add another disk. The w2k operating >system, when booted, saw the new hardware, "installed" it, and demanded >that I reboot. OK, but when I did, the FreeBSD boot manager was >trashed. Its menu looked like: > >F1 ??? >F2 FreeBSD >F5 >Default: F# > >I could not boot either operating system. In fact the only keys that did >anything were ctrl-alt-del! I removed the new hardware and using Fixit >on the 5.4 release CD, I tried > boot0cfg -B ad1 >This recovered the boot manager, and allowed me to boot w2k, but FBSD >wouldn't boot. Pressing F2 in the boot menu still did nothing. > > How far into the disk was FreeBSD? I had a similar problem until I specified "-o packet" i.e. boot0cfg -B -o packet ad1 You could also try writing the boot manager using sysinstall/boot CD: http://www.freebsd.org/cgi/getmsg.cgi?fetch=611111+617364+/usr/local/www/db/text/2005/freebsd-questions/20050626.freebsd-questions --Alex