From owner-freebsd-fs@FreeBSD.ORG Wed May 13 08:29:44 2009 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 B7F1D10656FF for ; Wed, 13 May 2009 08:29:44 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id 952878FC2B for ; Wed, 13 May 2009 08:29:44 +0000 (UTC) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rmac.psg.com) by ran.psg.com with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M49qR-0008TK-5q; Wed, 13 May 2009 08:29:43 +0000 Received: from rmac.local.psg.com (localhost [127.0.0.1]) by rmac.psg.com (Postfix) with ESMTP id 792901660140; Wed, 13 May 2009 10:29:42 +0200 (CEST) Date: Wed, 13 May 2009 10:29:42 +0200 Message-ID: From: Randy Bush To: Doug Rabson In-Reply-To: <16C31872-6A83-4FAB-AC85-213D604CDDE4@rabson.org> References: <367b2c980811191412h5e0af470k165b37edc2fc5853@mail.gmail.com> <16C31872-6A83-4FAB-AC85-213D604CDDE4@rabson.org> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i386-apple-darwin9.6.0) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: freebsd-fs@freebsd.org Subject: Re: ZFSBoot try and bsdlabel bootstrap code 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: Wed, 13 May 2009 08:29:45 -0000 next week, i have to do a system install on a 24tb array which has no cdrom. i want to use raidz2. the new issues to me are o install from usb stick o installing on a new zfs o boot from zfs i have a couple of systems where i did a small bootable gmirror partition on the first two drives, and then gave the rest of the drives, and other whole drives, to zfs. i could do that this time too, i guess. but i wondered if i could do an install which was pure zfs. i have been collecting email on the subject for six months. so now i have some clues and some confusion. is there a zfs capable loader? i will be doing this a jet-lagged. is there a recipe? randy