From owner-freebsd-stable@FreeBSD.ORG Mon Apr 23 04:33:24 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F1C38106566B for ; Mon, 23 Apr 2012 04:33:24 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward3.mail.yandex.net (forward3.mail.yandex.net [IPv6:2a02:6b8:0:602::3]) by mx1.freebsd.org (Postfix) with ESMTP id 628248FC15 for ; Mon, 23 Apr 2012 04:33:24 +0000 (UTC) Received: from smtp2.mail.yandex.net (smtp2.mail.yandex.net [77.88.46.102]) by forward3.mail.yandex.net (Yandex) with ESMTP id E58A0B40EEC; Mon, 23 Apr 2012 08:33:22 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1335155603; bh=lsBD8yWIw8daXkNcZZSwIIjTr3K6MylYnWauo206Em0=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Hf2IDE0xgk6XRHTfOoTBNT1NmjqGz/O1am+E7fCbLro6UxsCy3cEOt2E/qPwfEtyQ IRJQtRlg0UJRqJEzI2Da1e7HbHXZjT/ykkDm9mipRlZRcNGAX/RV0qgDX5m+Sw0H19 Bsf0T+SUJYsjCmMO2QPEZUvilt45HRlBVEnnJKws= Received: from smtp2.mail.yandex.net (localhost [127.0.0.1]) by smtp2.mail.yandex.net (Yandex) with ESMTP id B73E8E203CC; Mon, 23 Apr 2012 08:33:22 +0400 (MSK) Received: from mail.kirov.so-ups.ru (mail.kirov.so-ups.ru [178.74.170.1]) by smtp2.mail.yandex.net (nwsmtp/Yandex) with ESMTP id XLK8Gjb0-XMKuHcYw; Mon, 23 Apr 2012 08:33:22 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1335155602; bh=lsBD8yWIw8daXkNcZZSwIIjTr3K6MylYnWauo206Em0=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:X-Enigmail-Version:Content-Type: Content-Transfer-Encoding; b=YxhPkXJs3pInMJfzdiYNI09lUmyU3UzzyEkg0FbZzuE0hiuHVfodWO1qel26rUKMt qfBf/pKDUowzR8qDm5s5E3WNWNLcXdlutKZ7GjUw2JQXFN45n3dutTu5lLwMnbGqt/ c7UjRAsom27664yTesECvy4DuXFpMJnVWJglMFZU= Message-ID: <4F94DB91.6040907@yandex.ru> Date: Mon, 23 Apr 2012 08:33:21 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: markk@knigma.org References: <4F91AE64.2090703@knigma.org> In-Reply-To: <4F91AE64.2090703@knigma.org> X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: GEOM_PART: integrity check failed (mirror/gm0, MBR) on FreeBSD 8.3-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Apr 2012 04:33:25 -0000 On 20.04.2012 22:43, Mark Knight wrote: > I just did a source upgrade from 8.2 to 8.3. System boots but has this warning: > > GEOM_PART: integrity check failed (mirror/gm0, MBR) > Google points to issues with FreeBSD 9 and the need to migrate to GPT but I wasn't expecting this > with 8.3! It is not necessary to migrate to GPT. You should understand why it is happens. You can enable verbose boot mode and you will see why it complains. > Are there any quick fixes to eliminate this warning or is it safe to ignore please? > sudo gpart list: > > Geom name: mirror/gm0 > modified: false > state: CORRUPT > last: 976773166 > first: 63 > 1. Name: mirror/gm0s1 > Mediasize: 500107829760 (465G) > Consumers: > 1. Name: mirror/gm0 > Mediasize: 500107861504 (465G) The problem is that mirror/gm0 provides only 500107861504 bytes, but the MBR expects 500107829760 + 32256 bytes. -- WBR, Andrey V. Elsukov