From owner-freebsd-fs@FreeBSD.ORG Mon Oct 21 00:21:11 2013 Return-Path: Delivered-To: freebsd-fs@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 95746A9C for ; Mon, 21 Oct 2013 00:21:11 +0000 (UTC) (envelope-from public@macfreek.nl) Received: from govert.macfreek.nl (govert.macfreek.nl [IPv6:2a01:238:43ed:a300:ea00:54c2:fb7a:7e66]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 50B942B9E for ; Mon, 21 Oct 2013 00:21:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by govert.macfreek.nl (Postfix) with ESMTP id 6FD6A64A0B4 for ; Mon, 21 Oct 2013 02:21:08 +0200 (CEST) Received: from govert.macfreek.nl ([127.0.0.1]) by localhost (govert.macfreek.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z6CJQbw7NJ8P for ; Mon, 21 Oct 2013 02:21:07 +0200 (CEST) Received: from 77-175-100-208.ftth.ispfabriek.nl (77-175-100-208.FTTH.ispfabriek.nl [77.175.100.208]) by govert.macfreek.nl (Postfix) with ESMTPSA id 4C14A64A0B3 for ; Mon, 21 Oct 2013 02:21:07 +0200 (CEST) Message-ID: <52647372.7000203@macfreek.nl> Date: Mon, 21 Oct 2013 02:21:06 +0200 From: Freek Dijkstra User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: freebsd-fs@freebsd.org Subject: Re: ZFS: unsupported ZFS version 5000 (should be 28) References: <52645329.3000806@macfreek.nl> In-Reply-To: <52645329.3000806@macfreek.nl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 00:21:11 -0000 On 21-10-2013 00:03, Freek Dijkstra wrote: > ZFS: unsupported ZFS version 5000 (should be 28) > gptzfsboot: No ZFS pools located, can't boot [...] > # gpart create -s gpt ada0 > # gpart add -b 34 -s 94 -t freebsd-boot ada0 > # gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 ada0 I tried a full install again, and it seems that 94 blocks was too small for freebsd-boot. I just tried again, and things seem to work now. I am curious if this indeed was the cause. Is there a way to determine the required size of a bootloader? If this was indeed the cause (I need some sleep, so am not ruling anything out :) ), I guess it is useful to add a warning message to gpart. Regards, Freek