From owner-freebsd-fs@FreeBSD.ORG Sat Dec 20 15:06:30 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC9B21065673 for ; Sat, 20 Dec 2008 15:06:30 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from itchy.rabson.org (unknown [IPv6:2002:50b1:e8f2:1::143]) by mx1.freebsd.org (Postfix) with ESMTP id 58AB58FC12 for ; Sat, 20 Dec 2008 15:06:30 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from [IPv6:2001:470:909f:1:21b:63ff:feb8:5abc] (unknown [IPv6:2001:470:909f:1:21b:63ff:feb8:5abc]) by itchy.rabson.org (Postfix) with ESMTP id 3A0F93F8F; Sat, 20 Dec 2008 15:06:29 +0000 (GMT) Message-Id: <4AC3BEB2-B47E-4280-85E1-C72891412D09@rabson.org> From: Doug Rabson To: Stefan Bethke In-Reply-To: <87E89284-D3BF-4A5A-B6F7-C30709A3F2D9@lassitu.de> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Sat, 20 Dec 2008 15:06:28 +0000 References: <9461581F-F354-486D-961D-3FD5B1EF007C@rabson.org> <2F0DF92C-4240-48D4-9A5F-8B826D6D6E95@rabson.org> <87E89284-D3BF-4A5A-B6F7-C30709A3F2D9@lassitu.de> X-Mailer: Apple Mail (2.930.3) Cc: freebsd-fs@freebsd.org Subject: Re: Booting from ZFS raidz 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: Sat, 20 Dec 2008 15:06:30 -0000 On 20 Dec 2008, at 15:01, Stefan Bethke wrote: > Am 20.12.2008 um 15:23 schrieb Doug Rabson: > >> On 19 Dec 2008, at 21:46, Stefan Bethke wrote: >> >>> gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 $1 > >> 1. Are you absolutely sure you are using gptzfsboot built with the >> patch - the steps you list above show you building it but not >> installing it on the system which is initialising the pool. > > Ugh, sorry. That is in fact the old version from before the patch. I > will try again tonight, with updated sources and the right gptzfsboot. You should be able to re-install gptzfsboot without changing anything else using something like: # dd if=/boot/gptzfsboot of=dap1 conv=osync