From owner-freebsd-questions@FreeBSD.ORG Wed Jan 18 08:45:56 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 979E8106566C for ; Wed, 18 Jan 2012 08:45:56 +0000 (UTC) (envelope-from artem@kayalaynen.ru) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2A8438FC08 for ; Wed, 18 Jan 2012 08:45:55 +0000 (UTC) Received: by werg1 with SMTP id g1so3968711wer.13 for ; Wed, 18 Jan 2012 00:45:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kayalaynen.ru; s=google; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=/R4G7mkVKqqNALWQvyTg0BFNaZlPT0v2QsR0HJYKEeE=; b=GUTvHx8aT5bRWpK7uk2TlCqGCfxHwo2HqwnQPfWusc8Hljyh2GWFq/k8IxD55aVpuc reQaHnWzLDe3252xvtl3I0PcQRo2Pu75lprkQ1+IHBezL4atxvB+oGw+JC8CPf+EzFYE KxEmPLNhndQLRNKhZ0kAoa0LJ0ppgZCEQQ2P0= Received: by 10.216.137.155 with SMTP id y27mr7487187wei.53.1326876354846; Wed, 18 Jan 2012 00:45:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.105.134 with HTTP; Wed, 18 Jan 2012 00:45:33 -0800 (PST) From: Artem Kajalainen Date: Wed, 18 Jan 2012 10:45:33 +0200 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: gmirror failure booting 9.0 kernel upgrading from 8.2 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: Wed, 18 Jan 2012 08:45:56 -0000 > > I'm trying to upgrade a brand new server from 8.2 to 9.0 via source. = =C2=A0I've done this upgrade twice so far, once on a vmware test system, an= d once on a Sun X4100m2, both with success. > > > > On this system, which is a Supermicro motherboard, I have gmirror boot = disk. =C2=A0The other two did not (hardware RAID on the Sun). > > > > The boot fails as follows. =C2=A0The gmirror is not degraded. =C2=A0The= part that concerns me is this: > > > > GEOM_PART: integrity check failed (mirror/gm0, MBR) > > > > This is loading a custom kernel, which pulls in geom_mirror as a module= . > > > > I think the issue is that I have to convince gmirror to use ada0 and ad= a1 instead of ad4 and ad6 as the component devices. =C2=A0How does one acco= mplish this if one cannot boot? =C2=A0The server is remote, so plugging in = the memstick image will be tricky :) I think you have the same issue -> http://lists.freebsd.org/pipermail/freebsd-geom/2011-October/005071.html I had the same problem. I destroyed mirror, made gpt partitions on one disk, dumped fs from 8.2, installed 9.0 on this disk, booted from this disk and made new mirror :-) ad->ada is not a problem for gmirror. --- With Best Regards / Yst=C3=A4v=C3=A4llisin terveisin Artem Kajalainen