From owner-freebsd-current@FreeBSD.ORG Mon Oct 26 09:23:37 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 9F3D41065670 for ; Mon, 26 Oct 2009 09:23:37 +0000 (UTC) (envelope-from merijn@inconsistent.nl) Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by mx1.freebsd.org (Postfix) with ESMTP id 39D6E8FC1E for ; Mon, 26 Oct 2009 09:23:36 +0000 (UTC) Received: from localhost (inconsistent.nl [83.163.46.169]) (authenticated bits=0) by smtp-vbr5.xs4all.nl (8.13.8/8.13.8) with ESMTP id n9Q9NZWQ081927 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Mon, 26 Oct 2009 10:23:35 +0100 (CET) (envelope-from merijn@inconsistent.nl) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "freebsd-current@freebsd.org" References: <1256517106.2502.205.camel@balrog.2hip.net> Date: Mon, 26 Oct 2009 10:23:36 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Merijn Verstraaten" Organization: Inconsistent Message-ID: In-Reply-To: <1256517106.2502.205.camel@balrog.2hip.net> User-Agent: Opera Mail/10.00 (MacIntel) X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: GPT boot with ZFS RAIDZ "ZFS: i/o error - all block copies unavailable" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: merijn@inconsistent.nl List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2009 09:23:37 -0000 On Mon, 26 Oct 2009 01:31:46 +0100, Robert Noland wrote: >> After installing 8.0-RC1 (amd64) from USB stick this installation works >> fine. If I csup to RELENG_8 (amd64) and compile + install world and >> kernel >> booting from the ZFS fails. The initial installation I did just this, on >> another attempt I ran "gpart bootcode -b /boot/pbmr -p /boot/gptzfsboot >> adX" on all disks before rebooting to see if that had any effect. The >> end >> result is the same. After rebooting the machine I get the following >> prompt(s): >> >> ZFS: i/o error - all block copies unavailable >> Invalid format >> >> FreeBSD/i386 boot >> Default: tank:/boot/kernel/kernel >> boot: > > Could you type "status" at this point and tell what it shows? If I type status at this point I get: pool: tank config: NAME STATE tank ONLINE raidz1 ONLINE ad4p3 ONLINE ad6p3 ONLINE ad8p3 ONLINE ad10p3 ONLINE Which seems odd, since that's all the drives there are. So if it finds these it's already found all drives. My optimistic "Oh! I'll try and boot again" spirit was however crushed since it just results in the same error. Kind regards, Merijn