From owner-freebsd-fs@FreeBSD.ORG Thu Jul 29 21:21:21 2010 Return-Path: Delivered-To: fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD1CC1065675 for ; Thu, 29 Jul 2010 21:21:21 +0000 (UTC) (envelope-from dnewman@networktest.com) Received: from mail3.networktest.com (mail3.networktest.com [69.55.234.60]) by mx1.freebsd.org (Postfix) with ESMTP id 998898FC1D for ; Thu, 29 Jul 2010 21:21:21 +0000 (UTC) Received: from localhost (localhost [69.55.234.60]) by mail3.networktest.com (Postfix) with ESMTP id 7726F9592D for ; Thu, 29 Jul 2010 14:03:39 -0700 (PDT) Received: from mail3.networktest.com ([69.55.234.60]) by localhost (mail3.networktest.com [69.55.234.60]) (amavisd-maia, port 10024) with ESMTP id 18588-10 for ; Thu, 29 Jul 2010 14:03:39 -0700 (PDT) Received: from dhcp207.eng.networktest.com (ns.networktest.com [216.240.60.130]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: dnewman@networktest.com) by mail3.networktest.com (Postfix) with ESMTPSA id 42750958B5 for ; Thu, 29 Jul 2010 14:03:39 -0700 (PDT) Message-ID: <4C51ECAA.2070707@networktest.com> Date: Thu, 29 Jul 2010 14:03:38 -0700 From: David Newman User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.11) Gecko/20100711 Lightning/1.0b1 Thunderbird/3.0.6 MIME-Version: 1.0 To: fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: fixing a busted ZFS upgrade X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2010 21:21:21 -0000 Attempting to upgrade an 8.0-RELEASE to 8.1-RELEASE failed on a system running a bootable ZFS partition. The system boots to the loader prompt and complains there's no bootable kernel. Running 'lsmod' shows there are four ZFS disks present. Thanks in advance for clues on fixing this, and also on the right way to upgrade FreeBSD systems with bootable ZFS partitions. Steps to reproduce: 1. Build 8.0-RELEASE system following the freebsd.org wiki: http://wiki.freebsd.org/RootOnZFS/GPTZFSBoot/RAIDZ1 In this case the system uses raidz1 across four SATA drives. 2. Upgrade to 8.1-RELEASE using the 'FreeBSD Update' directions: http://www.freebsd.org/releases/8.1R/announce.html 3. After first reboot, system boots to the loader prompt. dn