From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 4 17:14:04 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5941C1065670 for ; Fri, 4 Dec 2009 17:14:04 +0000 (UTC) (envelope-from fsb@thefsb.org) Received: from smtp195.iad.emailsrvr.com (smtp195.iad.emailsrvr.com [207.97.245.195]) by mx1.freebsd.org (Postfix) with ESMTP id 335428FC22 for ; Fri, 4 Dec 2009 17:14:04 +0000 (UTC) Received: from relay19.relay.iad.mlsrvr.com (localhost [127.0.0.1]) by relay19.relay.iad.mlsrvr.com (SMTP Server) with ESMTP id 04B4B1B5432 for ; Fri, 4 Dec 2009 11:58:10 -0500 (EST) Received: by relay19.relay.iad.mlsrvr.com (Authenticated sender: fsb-AT-thefsb.org) with ESMTPSA id E15301B40D5 for ; Fri, 4 Dec 2009 11:58:09 -0500 (EST) User-Agent: Microsoft-Entourage/12.10.0.080409 Date: Fri, 04 Dec 2009 11:58:04 -0500 From: Tom Worster To: Message-ID: Thread-Topic: won't boot after 8.0-RELEASE upgrade Thread-Index: Acp1AvHDo7w6hsFhI0mIodZPMDtNUg== Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: won't boot after 8.0-RELEASE upgrade X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2009 17:14:04 -0000 i sent the following to -questions yesterday morning but had no luck. can anyone where give me tips or pointers? tia tom after running freebsd-update -r 8.0-RELEASE upgrade my system won't boot. it gets stuck on mountroot and i can't find the magic word it wants. the system used to have two sata drives /dev/ad4 and ad6. they were partitioned and sliced using the deafaults that sysinstall suggested. at the boot prompt, lsdev says: disk devices disk0: BIOS drive C: disk0s1a: FFS disk0s1b: swap disk0s1d: FFS disk0s1e: FFS disk0s1f: FFS disk1: BIOS drive D: disk1s1a: FFS disk1s1b: swap disk1s1d: FFS disk1s1e: FFS disk1s1f: FFS which looks right, although i'm not familiar with the "disk" nomenclature. entering ? at mountroot mentions ad4 and ad6. geom_mirror was being used. i've tried saying "load geom_mirror" and/or "enable-module geom_mirror" at the boot prompt. neither made any difference. nothing i've said to mountroot works: ufs:/dev/ad4s1a ufs:/dev/ad6s1a ufs:/dev/mirror/gm0s1a ufs:/dev/disk0s1a ufs:/dev/disk1s1a does anyone know the magic word? i'd be very grateful. tom