From owner-freebsd-current@FreeBSD.ORG Mon Aug 15 13:50:50 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D4C31065670 for ; Mon, 15 Aug 2011 13:50:50 +0000 (UTC) (envelope-from feld@feld.me) Received: from mwi1.coffeenet.org (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 47A608FC0A for ; Mon, 15 Aug 2011 13:50:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Date:References:Subject:To:Content-Type; bh=QocJdHWKe5eC/vmOY9WCTq6YQse4e5Yap9USWB+jB3c=; b=s5SA1mvJhqtrymekXHkdZPc5jKdZijbtU2/cKOyeL00agbpjnP7sAAFHYj6qKXvsMTuqLHM3XPz50MI1dMf/q/h6NJAmfehchgTxBsw+h+6GU7x1SuorXCm+mtA7UDy1; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by mwi1.coffeenet.org with esmtp (Exim 4.76 (FreeBSD)) (envelope-from ) id 1QsxcH-000Ag5-8s for freebsd-current@freebsd.org; Mon, 15 Aug 2011 08:54:09 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.3) with esmtpsa id 1313416442-68202-68201/4/9; Mon, 15 Aug 2011 13:54:02 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-current@freebsd.org References: <4E491B8C.6050209@FreeBSD.org> Date: Mon, 15 Aug 2011 08:50:42 -0500 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: <4E491B8C.6050209@FreeBSD.org> User-Agent: Opera Mail/11.50 (FreeBSD) X-SA-Score: -1.0 Subject: Re: upgrade to 9.0-BETA1 with geom_mirror fails X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2011 13:50:50 -0000 On Mon, 15 Aug 2011 08:13:48 -0500, Andriy Gapon wrote: > > I guess that the root cause of your trouble is the GEOM_PART integrity > check > failing (see the messages in IMG_1312.JPG). > You should investigate and fix that. > > Meanwhile you may want to set the kern.geom.part.check_integrity loader > tunable to > zero (either in loader prompt or in loader.conf). > Thanks for the tip. Hopefully someone stumbles upon that and finds it useful during a google search, because I wasn't finding anything :-) Since it was a 3 way mirror it was trivial to break the mirror and rebuild with GPT. I wanted to do that for a while anyway. After the rebuild was complete it had no issues booting up. I'm guessing it was just something stupid with the old disk layout. Cheers, Mark