From owner-freebsd-current@FreeBSD.ORG Thu Jan 15 22:43:01 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 808D61065672 for ; Thu, 15 Jan 2009 22:43:01 +0000 (UTC) (envelope-from morganw@chemikals.org) Received: from warped.bluecherry.net (unknown [IPv6:2001:440:eeee:fffb::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0E6F58FC20 for ; Thu, 15 Jan 2009 22:43:01 +0000 (UTC) (envelope-from morganw@chemikals.org) Received: from volatile.chemikals.org (morganw-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:47e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by warped.bluecherry.net (Postfix) with ESMTPSA id 6448684CAC0E; Thu, 15 Jan 2009 16:42:57 -0600 (CST) Received: from localhost (morganw@localhost [127.0.0.1]) by volatile.chemikals.org (8.14.3/8.14.3) with ESMTP id n0FMgqoA039430; Thu, 15 Jan 2009 16:42:52 -0600 (CST) (envelope-from morganw@chemikals.org) Date: Thu, 15 Jan 2009 16:42:52 -0600 (CST) From: Wes Morgan To: Marcel Moolenaar In-Reply-To: Message-ID: References: <496D0364.2060505@psg.com> <47d0403c0901131335h46e7b151p3768de9a3e2c2027@mail.gmail.com> <085BEE07-BAE5-4A45-A14D-9587987FAA5C@mac.com> <496F44FA.1070004@andric.com> <48C1C477-B7BE-43B0-AC57-9DEB7BF9AA88@mac.com> <496F7347.4060007@andric.com> <496F8D8A.1060508@andric.com> <496F928F.6010807@andric.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: 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 22:43:02 -0000 On Thu, 15 Jan 2009, Marcel Moolenaar wrote: > > On Jan 15, 2009, at 11:46 AM, Dimitry Andric wrote: > >> On 2009-01-15 20:35, Marcel Moolenaar wrote: >>> You need a boot sector for the BIOS to jump into, but >>> it doesn't have to be a MBR with slices. That's why >>> a DD has something that looks an awful lot like a MBR >>> in the first sector. It could very well be boot sector >>> of an FAT* file system. >> >> I can confirm, that wiping out the partition table (but not the boot >> code), using "bsdlabel -B /dev/ad0s1", makes "s1" disappear. Subsequent >> boots can then be done from /dev/ad0a, and this works both for "old" >> kernels, e.g. from before r186240 and after. > > Thanks *very* much for testing! It's important that we > get the details right, so that we can consider adding > code to help in the migration and fix whatever is broken. How did so many people (myself included) end up with invalid disk labels? Sysinstall?