From owner-freebsd-current@FreeBSD.ORG Thu Mar 26 16:46:20 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 0CF991065670 for ; Thu, 26 Mar 2009 16:46:20 +0000 (UTC) (envelope-from buganini@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id D5AE48FC14 for ; Thu, 26 Mar 2009 16:46:19 +0000 (UTC) (envelope-from buganini@gmail.com) Received: by rv-out-0506.google.com with SMTP id g37so64460rvb.3 for ; Thu, 26 Mar 2009 09:46:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=pZKZDKXhLV+BWv/Zodo1hchvXUJsn1Y89ZOV/LgxbCc=; b=nef3vyS+BziMCvCzX1gO1/BrSIe3mvrIi7i1EsDKUCRWL0hU7BzA0nmVwDS+ts1Af4 afpbNiRsGABCBwnNOI0AyuDt0b9d6W6FIpdyo9JDGRC+AGrtkQuLxQVlIEEKKuL2PW9i /HOQbbWI8aOaRPqpzwNeVti3tcYoOHt8smslE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=x/aKun1nIyOLpk3j1504omo+s7wFV+7GaRm9aIFB6RCgsS1PfA+nTnIz+7gZKvy+TD Y6NIjZvoexevcqx27xqT1g/Yl6R23ODWarjPomCK0DEpm/K3mMxJS46ONsseq9+Z5Tux qzLtecqgHhqaxIQUb7qFd6BpJWB+mS6e9OaVA= MIME-Version: 1.0 Received: by 10.141.52.3 with SMTP id e3mr556884rvk.73.1238085979551; Thu, 26 Mar 2009 09:46:19 -0700 (PDT) In-Reply-To: <49CB7BC8.1010905@h3q.com> References: <49CB7BC8.1010905@h3q.com> Date: Thu, 26 Mar 2009 16:46:19 +0000 Message-ID: From: Buganini To: Philipp Wuensche Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: unable to boot ZFS with gptzfsboot from an exported zpool X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2009 16:46:20 -0000 It need /boot/zfs/zpool.cache to locate zfs IIRC, and http://blogs.freebsdish.org/lulf/2008/12/16/setting-up-a-zfs-only-system/ export & import zpool to make /boot/zfs/zpool.cache up-to-date, so I guess exporting zpool delete the record in zpool.cache, then it can't locate your zpool. --Buganini