From owner-freebsd-current@FreeBSD.ORG Mon Dec 29 12:36:47 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 EF63B1065678 for ; Mon, 29 Dec 2008 12:36:47 +0000 (UTC) (envelope-from mathieu.prevot@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id 7483C8FC12 for ; Mon, 29 Dec 2008 12:36:47 +0000 (UTC) (envelope-from mathieu.prevot@gmail.com) Received: by mu-out-0910.google.com with SMTP id i2so2256664mue.3 for ; Mon, 29 Dec 2008 04:36:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=5joJtVJOrqp0MF1v6RAjfO0P1UZ/nFPMx+ZV3sdHea0=; b=AMZdFnV10Se6WlK8ThtKOXWnVbI/gOKFH51oy5pCdiNFPY3inQn66M0orM4yCDfi8F sLoWVFrsehjeGAxncwQo3g7eFfQcUQ6z/FFuw2SlNxKBn1zmCJjawAoCYaeJLIpXmXeb 5kE1acZxuqWN6z6KuGvAiZA0l/EM4TXwNkjQs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=rIY8DVjkRQHx3IlvZoMvGEvkz8nYGjwmTkqk3EA8Q/BG5v/B4sGh9fH5uqRsChFKe7 pqnutd7w2InwRXp6TqxssdL34wu4XH2giZ+cajFNcudmsiHmiyOCpFUdNrNyltPDEtX1 HQyZ1j3RhsC7/C0eZv/gdWxjedJDjsuY77OOQ= Received: by 10.103.11.5 with SMTP id o5mr4820249mui.132.1230554205952; Mon, 29 Dec 2008 04:36:45 -0800 (PST) Received: by 10.103.12.10 with HTTP; Mon, 29 Dec 2008 04:36:45 -0800 (PST) Message-ID: <3e473cc60812290436r594cc8c5l7753b4229b506950@mail.gmail.com> Date: Mon, 29 Dec 2008 13:36:45 +0100 From: "Mathieu Prevot" Sender: mathieu.prevot@gmail.com To: current@freebsd.org, "Rui Paulo" In-Reply-To: <3e473cc60812290359n27b4147p155053ddf860b623@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3e473cc60812290359n27b4147p155053ddf860b623@mail.gmail.com> X-Google-Sender-Auth: 309040ffd3d9c7dd Cc: Subject: 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: Mon, 29 Dec 2008 12:36:48 -0000 Hi, I updated from 7.1RC to CURRENT on a GPT/MBR macbook with (EFI, HFS+, FreeBSD (ad5p3 / ad5s3)) and met this problem: GEOM: ad5p3: geometry does not match label (255h,63s != 16h,63s) Trying to mount root from: ufs:/dev/ad5s3a from here I have a prompt to manually mount slice, but I can't do anything except have the following peace of information: List of GEOM managed disk devices: msdosfs/EFI ad5p3 ad5p2 ad5p1 ad5 acd0 is this the << Known "problem", happens after geom_{bsd,mbr} have been replaced with geom_part_{bsd,mbr} in /sys/$ARCH/conf/DEFAULTS >> ? What can I do ? Thanks, Mathieu PS: This is not specific to CURRENT, the rEFIt menu is very long to appear at boot time. I don't know where to solve this. Rui ?