From owner-freebsd-current@FreeBSD.ORG Fri Oct 9 00:37:45 2009 Return-Path: Delivered-To: FreeBSD-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14A871065676 for ; Fri, 9 Oct 2009 00:37:45 +0000 (UTC) (envelope-from tom@uffner.com) Received: from eris.uffner.com (uffner.com [66.208.243.25]) by mx1.freebsd.org (Postfix) with ESMTP id A10798FC13 for ; Fri, 9 Oct 2009 00:37:43 +0000 (UTC) Received: from xiombarg.uffner.com (static-71-162-143-94.phlapa.fios.verizon.net [71.162.143.94]) (authenticated bits=0) by eris.uffner.com (8.14.3/8.14.3) with ESMTP id n990Sjpl004060 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Thu, 8 Oct 2009 20:28:54 -0400 (EDT) (envelope-from tom@uffner.com) Message-ID: <4ACE833A.3030506@uffner.com> Date: Thu, 08 Oct 2009 20:26:34 -0400 From: Tom Uffner User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.23) Gecko/20090925 SeaMonkey/1.1.18 MIME-Version: 1.0 To: David Ehrmann References: <4ACE6D84.3000209@gmail.com> In-Reply-To: <4ACE6D84.3000209@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-current@freebsd.org Subject: Re: 8.0rc1 not recognizing partitions on EPIA SN 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: Fri, 09 Oct 2009 00:37:45 -0000 David Ehrmann wrote: > First, I tried to upgrade the normal way. I built my own kernel and > installed it, but when I tried to boot it, I got a mountroot> prompt. > When I printed the devices, instead of seeing ad0s1a and friends, I saw > ad0a and ad0d (just those two for ad0). I was still able to use the old > (7.1) kernel fine. Thinking it was something to do with the upgrade, I > tried to do a reinstall. I chose the default options, but once it got > to the "last chance..." screen, this happened: > > Unable to find device node for /dev/ad0s1b in /dev! > The creation of filesystems will be aborted. this is becoming an FAQ for 8.0 the short answer is "dangerously dedicated" partitions are not supported by the 8.0 installer. back up your data. zero the MBR & partition table with dd, and re-slice & partition your disk. after the install, restore from your backups. search the freebsd-current archives for full details.