From owner-freebsd-questions@FreeBSD.ORG Wed Apr 27 13:01:14 2005 Return-Path: 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 CEADD16A4CF for ; Wed, 27 Apr 2005 13:01:14 +0000 (GMT) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 968A943D2D for ; Wed, 27 Apr 2005 13:01:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 19520 invoked from network); 27 Apr 2005 13:01:14 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 27 Apr 2005 13:01:14 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 836712F; Wed, 27 Apr 2005 09:01:13 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "john pa" References: From: Lowell Gilbert Date: 27 Apr 2005 09:01:13 -0400 In-Reply-To: Message-ID: <4464y8z84m.fsf@be-well.ilk.org> Lines: 28 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Freebsdi386 4.11 release failed to mountroot after make buildworld && make kerne X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 13:01:15 -0000 "john pa" writes: > Error after upgrade from fresh install 4.11-release to 4.-stable > It fail to mountroot : ufs:/dev/ad4s2a > Copyright (c) 1992-2005 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rightsreserved. > FreeBSD 4.11-STABLE #0: Tue Apr 26 22:14:24 SGT 2005 > palem@palem.localdomain:/usr/obj/usr/src/sys/MYKERNEL [snip] > lpt0: Interrupt-driven port > ppi0: on ppbus0 > ata1-slave: ATAPI identify retries exceeded > ad10: DMA limited to UDMA33, non-ATA66 cable or device > ad10: 76319MB [155061/16/63] at ata5-master UDMA33 > acd0: CD-RW at ata1-master PIO4 > Fail to Mount root from ufs:/dev/ad4s2a > > Helpppp Looks like it's trying to boot from ad4, but your disk was recognized as ad10. Break to the boot prompt before it tries to get the loader, and change the boot settings. Sorry, but I haven't messed with the boot process recently enough to give more detailed instructions.