From owner-freebsd-current@FreeBSD.ORG Fri Aug 12 03:08:38 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 D77F5106566B for ; Fri, 12 Aug 2011 03:08:38 +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 A4ADE8FC13 for ; Fri, 12 Aug 2011 03:08:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=Message-Id:From:Content-Transfer-Encoding:Mime-Version:Date:Subject:To:Content-Type; bh=kWQJ/gxfEBDwgUmaW1g/5tlYtcXCL2VHBMnKb4lECTg=; b=Mm188pmvdGL2Db81F5RRKaYEn1EZGmR58oz4ZSY6TzeAYO/vgFXZf2TxsmNGu/XUB64hbt9oRUqHk8WEwL65IBBuyNpKO2RHWWkCDVHDAUd+cajf5p+8MIar1UTZMG6F; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by mwi1.coffeenet.org with esmtp (Exim 4.76 (FreeBSD)) (envelope-from ) id 1QriA9-0001Qb-1O for freebsd-current@freebsd.org; Thu, 11 Aug 2011 22:11:57 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.3) with esmtpsa id 1313118711-68202-68201/4/3; Fri, 12 Aug 2011 03:11:51 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-current@freebsd.org Date: Thu, 11 Aug 2011 22:08:30 -0500 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Mark Felder Message-Id: User-Agent: Opera Mail/12.00 (Linux) X-SA-Score: -1.0 Subject: 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: Fri, 12 Aug 2011 03:08:38 -0000 Hi all, I was originally running 8.2 on my NAS at home -- later 8-STABLE for ZFS = =20 =2D- and decided to see how 9.0-BETA1 fairs on it due to seeing some = changes =20 coming in 9.0 that would be favorable. After installing the kernel and =20 trying to reboot into it I discovered it doesn't like my geom_mirror = that =20 I use for / and swap. It gives this error: "geom_mirror integrity check failed" It can't mount the / device then (/dev/mirror/gm0a) so it asks me to =20 choose a disk to boot from. When listing the disks with ? it shows all =20 physical disks but the only geom device is gm0 -- none of the slices are = =20 listed. Any idea how to fix this? If I boot up an 8-STABLE or 8.2R kernel it has = =20 no issues with my mirror. Thanks, Mark