From owner-freebsd-current@FreeBSD.ORG Sun May 24 14:24:34 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 63A2D10656D7 for ; Sun, 24 May 2009 14:24:34 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 2741A8FC12 for ; Sun, 24 May 2009 14:24:34 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 24 May 2009 09:55:46 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.5-GA) with ESMTP id PXF69543; Sun, 24 May 2009 09:55:45 -0400 (EDT) X-Auth-ID: roberthuff Received: from c-24-91-153-117.hsd1.ma.comcast.net (HELO [192.168.10.3]) ([24.91.153.117]) by smtp01.lnh.mail.rcn.net with ESMTP; 24 May 2009 09:55:46 -0400 Message-ID: <4A195104.7030106@rcn.com> Date: Sun, 24 May 2009 09:52:04 -0400 From: Robert Huff User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: Subject: fdisk incompatibility between major versions 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: Sun, 24 May 2009 14:24:34 -0000 Due to a combination of my s tupidity and external vents, a machine running -Current from late April will no longer boot. Specifically, instead of the loader screen I get "Invaslid partition". Crud. Broke out the most recent fixit disk, which is from 7.1 (Jan 2009). Boots fine; fdisk finds the correct slice information; bsdlabel finds the right partition data; mount / and /usr under LiveFS Whew!!!! So ... I'm guessing the problem in the boot code is corrupted, and if I do fdisk -B -b da0 However: when I do the second commit I get fdisk: Geom not found "da0" fdsk: failed to write sector 0 This leads to the assumption there is a fundamental discrepancy between the two versions. Not unreasonable, ans I know there have been changes in the code since 7.1. 0) is the diagnosis correct, and will my proposed solution work 1) if so, is there a way to convince the 7.1 fdisk to Do The Right Thing? 2) if not, what do I do next? Robert Huff