From owner-freebsd-stable@FreeBSD.ORG Thu Aug 1 16:04:37 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CF61F91 for ; Thu, 1 Aug 2013 16:04:37 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6434C2C6F for ; Thu, 1 Aug 2013 16:04:37 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r71G4WHg085918; Thu, 1 Aug 2013 10:04:32 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r71G4Ve3085915; Thu, 1 Aug 2013 10:04:32 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 1 Aug 2013 10:04:31 -0600 (MDT) From: Warren Block To: "F. Senault" Subject: Re: FreeBSD 9.1 won't boot with a graid error In-Reply-To: <467979520.20130801171134@lacave.net> Message-ID: References: <467979520.20130801171134@lacave.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 01 Aug 2013 10:04:32 -0600 (MDT) Cc: FreeBSD-STABLE Mailing List X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 16:04:37 -0000 On Thu, 1 Aug 2013, F. Senault wrote: > Hi everybody. > > I've just upgraded a box from FreeBSD 9 to 9.1 via freebsd-update. > > At the first reboot, the machine stopped with messages about GRAID : > > GEOM_RAID: Promise: Subdisk kjihgfedcba`_^]\[ZYXWVUTSRQPONM:0-ada0 state > changed from NONE to ACTIVE > > The trick is that I've never setup any kind of RAID on that old box... > > Is there a way to completely disable GEOM_RAID loading on boot ? Boot into the loader (option 2 at boot menu). Enter: set kern.geom.raid.enable=0 boot That should allow it to boot, and can be added to /boot/loader.conf. I'm not sure of an easy way to clear the metadata for a permanent fix. Apparently some manufacturers use motherboard RAID to test drives, so the metadata may have been on the drive from the factory.