From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 13:40:17 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 399911065706 for ; Mon, 27 Jun 2011 13:40:17 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id EB8928FC28 for ; Mon, 27 Jun 2011 13:40:16 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p5RDeFS1095620; Mon, 27 Jun 2011 07:40:15 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p5RDeF8s095617; Mon, 27 Jun 2011 07:40:15 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 27 Jun 2011 07:40:15 -0600 (MDT) From: Warren Block To: Kurt Buff In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 27 Jun 2011 07:40:16 -0600 (MDT) Cc: FreeBSD Questions Subject: Re: fubar'ed it good this time... 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, 27 Jun 2011 13:40:17 -0000 On Sun, 26 Jun 2011, Kurt Buff wrote: > Sitrep: Lenovo T61, dual booting WinXP and FreeBSD (amd64 8.1-RELEASE) > on a 500gb drive. Just did a freebsd-update from 8.1 to 8.2, just > doing the second boot to do 'freebsd-update install' for the second > time, and got dumped into the mountroot prompt. > > AFAICT, I managed somehow to write something strange into /etc/fstab. > Can't tell what it is, because during boot it passes by too quickly > for me to read, and the boot process dumps me into the mountroot > prompt. Scroll Lock and Page Up/Down should work there to scroll back to see the disk device numbers. > WinXP still boots just fine, and the FreeBSD boot manager is in place, > and was working before the update. > > FreeBSD was booting just fine from /dev/ad0s2a, prior to running freebsd-update. Don't know what would cause that. Custom kernels could have the ATA_STATIC_ID option removed, which might give the disk a different number, ad2 or ad4 usually. The BIOS could have AHCI mode set, but that should not change with 8.2. That would make the disk ada0. I second the suggestion of mfsBSD.