From owner-freebsd-current@FreeBSD.ORG Thu Jan 15 17:00:30 2009 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 49B24106568F for ; Thu, 15 Jan 2009 17:00:30 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout017.mac.com (asmtpout017.mac.com [17.148.16.92]) by mx1.freebsd.org (Postfix) with ESMTP id 303CB8FC1D for ; Thu, 15 Jan 2009 17:00:30 +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 l60t.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp017.mac.com (Sun Java(tm) System Messaging Server 6.3-7.03 (built Aug 7 2008; 32bit)) with ESMTPSA id <0KDI008JUV80RN50@asmtp017.mac.com> for current@freebsd.org; Thu, 15 Jan 2009 09:00:01 -0800 (PST) Message-id: <48C1C477-B7BE-43B0-AC57-9DEB7BF9AA88@mac.com> From: Marcel Moolenaar To: Dimitry Andric In-reply-to: <496F44FA.1070004@andric.com> Date: Thu, 15 Jan 2009 09:00:00 -0800 References: <496D0364.2060505@psg.com> <47d0403c0901131335h46e7b151p3768de9a3e2c2027@mail.gmail.com> <085BEE07-BAE5-4A45-A14D-9587987FAA5C@mac.com> <496F44FA.1070004@andric.com> X-Mailer: Apple Mail (2.930.3) Cc: Randy Bush , Luiz Otavio O Souza , George Neville-Neil , Ben Kaduk , current@freebsd.org Subject: Re: GEOM and moving to CURRENT from 7.1 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: Thu, 15 Jan 2009 17:00:31 -0000 On Jan 15, 2009, at 6:15 AM, Dimitry Andric wrote: > On 2009-01-14 17:34, Marcel Moolenaar wrote: >>> The only way i've found to boot my system again is to compile a new >>> kernel with GEOM_BSD and GEOM_MBR, instead of GEOM_PART_*. >> >> Wipe out your second sector on the disk. You have a >> stale BSD disklabel that prevents the MBR from being >> used. > > Hmm, in my case I can't do so, since I have a "Dangerously Dedicated" > FreeBSD MBR partition. You don't have a DD installation if your root file system is mounted on ad0s1a. You have a DD installation if your root file system is mounted on ad0a. In the DD case, the BSD disklabel in the 2nd sector is the one that's being used. In the non-DD case the BSD disklabel is in the 2nd sector of the first slice (sector 64 on the disk in the most common case). -- Marcel Moolenaar xcllnt@mac.com