From owner-freebsd-current@FreeBSD.ORG Mon Sep 7 14:22:41 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 0A1AE1065679 for ; Mon, 7 Sep 2009 14:22:41 +0000 (UTC) (envelope-from oliver@namp.de) Received: from grisu.qmail-ldap.de (grisu.qmail-ldap.de [78.46.218.233]) by mx1.freebsd.org (Postfix) with ESMTP id 4E5948FC1E for ; Mon, 7 Sep 2009 14:22:39 +0000 (UTC) Received: (qmail 63711 invoked from network); 7 Sep 2009 14:26:30 -0000 Received: from unknown (HELO mail.kuehlbox.de) (oliver@namp.de@[78.46.218.233]) (envelope-sender ) by grisu.qmail-ldap.de (qmail-ldap-1.03) with SMTP for ; 7 Sep 2009 14:26:30 -0000 Received: from: grisu.qmail-ldap.de ([78.46.218.233]) by HSF smtp proxy MIME-Version: 1.0 X-Priority: Normal X-Mailer: AtMail 1.03 Message-ID: <36922.1252333586@namp.de> To: "Guido Falsi" , "Bernhard Schmidt" X-Origin: 195.180.14.14 X-Atmail-Account: oliver@namp.de Date: Mon, 7 Sep 2009 16:26:26 +0200 From: Oliver Fakler X-Mailman-Approved-At: Mon, 07 Sep 2009 14:51:57 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org, oliver@namp.de Subject: Re: boot from raidz X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: oliver@namp.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2009 14:22:41 -0000 On Mon 07/09/09 15:34 , Guido Falsi wrote:On Mon, Sep 07, 2009 at 12:40:05PM +0200, Bernhard Schmidt wrote: > > > >echo 'zfs_enable=3D"YES"' > /tank/etc/rc.conf > >echo 'LOADER_ZFS_SUPPORT=3D"YES"' > /tank/etc/src.conf > >echo 'zfs_load=3D"YES"' > /tank/boot/loader.conf > >echo 'vfs.root.mountfrom=3D"zfs:tank"' >> /tank/boot/loader.conf [...] >=20 >=20 > Seems correct at first glance. two things come to my mind: are we sure the loader you have installed(the ones from the distribution CD I think) was compiled with LOADER_ZFS_SUPPORT=3D"YES" set? I don't think this is the case. Usually I have to compile one on another machine(or just grab the one from a similar machine) and overwrite the distribution one. Another thing I notice; have you populated /boot/zfs/zpool.cache ?? --=20 Guido Falsi=20 i testet it with loader_zfs_support=3Dyes in make.conf and i copied the zpool.cache to/tank/boot/zfs the same howto works wirh a single zfs pool, so i don't think that the problem is located in zpool.cache Cheers Oliver