From owner-freebsd-questions@FreeBSD.ORG Fri Dec 27 11:21:01 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F817489 for ; Fri, 27 Dec 2013 11:21:01 +0000 (UTC) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2a01:138:a006::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 144C3168C for ; Fri, 27 Dec 2013 11:12:42 +0000 (UTC) Received: from server.idefix.lan (ppp-93-104-83-247.dynamic.mnet-online.de [93.104.83.247]) (authenticated bits=0) by anny.lostinspace.de (8.14.7/8.14.7) with ESMTP id rBRBCYLP076859 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 27 Dec 2013 12:12:38 +0100 (CET) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (localhost [IPv6:::1]) by server.idefix.lan (Postfix) with ESMTP id AA28B6D713 for ; Fri, 27 Dec 2013 12:12:33 +0100 (CET) X-Virus-Scanned: amavisd-new at fechner.net Received: from server.idefix.lan ([127.0.0.1]) by server.idefix.lan (server.idefix.lan [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tr4YT4ixV6LT for ; Fri, 27 Dec 2013 12:12:33 +0100 (CET) Received: from matthias-fechners-macbook.local (p54A76102.dip0.t-ipconnect.de [84.167.97.2]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 47E5E6D70E for ; Fri, 27 Dec 2013 12:12:32 +0100 (CET) Message-ID: <52BD609F.6050400@fechner.net> Date: Fri, 27 Dec 2013 12:12:31 +0100 From: Matthias Fechner User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Convert existing ZFS structure to beadm required structure References: <52BC2366.8070204@fechner.net> <52BC395F.8080807@FreeBSD.org> In-Reply-To: <52BC395F.8080807@FreeBSD.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (anny.lostinspace.de [0.0.0.0]); Fri, 27 Dec 2013 12:12:38 +0100 (CET) X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY, URIBL_BLOCKED autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on anny.lostinspace.de X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 11:21:01 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 26.12.13 15:12, schrieb Matthew Seaman: > Because your zpool still has the bootfs property set on the > original zroot root-level zfs, and not on zroot/ROOT/default ? thanks that was it, I executed: zpool set bootfs=zroot/ROOT/default zroot Removed the boot pool definition from /boot/loader.conf, as this is not required by freebsd 9.2 anymore and rebooted the system. Now my root got mounted from zroot/ROOT/default and beadm can be executed without any problems. Thanks for the hint. Gruß, Matthias - -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." - -- Rich Cook -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlK9YJ8ACgkQkZS/qRt1bvZTMwCfe2/GB3iHVrEvh2tv8PwSqPeH q4wAoOMhbI96qUz+McxYuzMTnNhRmjDF =ME/y -----END PGP SIGNATURE-----