From owner-freebsd-current@FreeBSD.ORG Tue Dec 30 06:37:23 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 990D2106566B for ; Tue, 30 Dec 2008 06:37:23 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout011.mac.com (asmtpout011.mac.com [17.148.16.86]) by mx1.freebsd.org (Postfix) with ESMTP id 8358E8FC1A for ; Tue, 30 Dec 2008 06:37:23 +0000 (UTC) (envelope-from xcllnt@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed Received: from [192.168.1.96] (dial-209-148-96-37.sonic.net [209.148.96.37]) by asmtp011.mac.com (Sun Java(tm) System Messaging Server 6.3-7.03 (built Aug 7 2008; 32bit)) with ESMTPSA id <0KCO000HXFQ5IV80@asmtp011.mac.com> for current@freebsd.org; Mon, 29 Dec 2008 22:37:23 -0800 (PST) Message-id: From: Marcel Moolenaar To: Mathieu Prevot In-reply-to: <3e473cc60812290359n27b4147p155053ddf860b623@mail.gmail.com> Date: Mon, 29 Dec 2008 22:37:17 -0800 References: <3e473cc60812290359n27b4147p155053ddf860b623@mail.gmail.com> X-Mailer: Apple Mail (2.930.3) Cc: rpaulo@fnop.net, current@freebsd.org Subject: Re: GEOM: geometry does not match label + can't mount root 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: Tue, 30 Dec 2008 06:37:23 -0000 On Dec 29, 2008, at 3:59 AM, Mathieu Prevot wrote: > I updated from 7.1RC to CURRENT on a GPT/MBR macbook with (EFI, HFS+, > FreeBSD (ad5p3 / ad5s3)) and met this problem: Since you have a GPT on this disk, the MBR is overruled. Use ad5p3 and not ad5s3. > GEOM: ad5p3: geometry does not match label (255h,63s != 16h,63s) > Trying to mount root from: ufs:/dev/ad5s3a Try ufs:/dev/ad5p3a -- Marcel Moolenaar xcllnt@mac.com