From owner-freebsd-stable@FreeBSD.ORG Fri Dec 13 12:53:06 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C06DEE1 for ; Fri, 13 Dec 2013 12:53:06 +0000 (UTC) Received: from mail-pb0-x229.google.com (mail-pb0-x229.google.com [IPv6:2607:f8b0:400e:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0732E14F0 for ; Fri, 13 Dec 2013 12:53:06 +0000 (UTC) Received: by mail-pb0-f41.google.com with SMTP id jt11so2556165pbb.14 for ; Fri, 13 Dec 2013 04:53:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=XDAVtQAst20fBzUAtkDjgRyu9QZpcpQOO0LJQbnjQ/g=; b=PXJJVFeO8Y7hUzQWp5tJlfdPDuf4cwyt5AjpZlF0E91vAiHuibQyUUyk5Y9pv++cBU 16X6LBYfTbCUA6+PqAWyTLP3xPZjBZ5Ko2oPmQKaHCacjy3BMdk1vbplgCYTtrBpkUKf dgnoU7JyBNm0HwYqs8+5n0lZFL/YwesESgwlKqzb1eIgrO6bNECHTMb8lyH5peQPQNYh hLXP0XRR3LEP/3zMdCprixi3ylzWEGQ6nWO6OtE20dMNhOzKBsCdYxhJGThvzGht0TyW gmvSA+ePYoWG7QProz87yT4F3hQgmXVjYJ1mrtr6hKeH6D3G6sDnwVXu+x+F9GBfnRq9 u4gQ== MIME-Version: 1.0 X-Received: by 10.68.220.72 with SMTP id pu8mr2953191pbc.83.1386939185733; Fri, 13 Dec 2013 04:53:05 -0800 (PST) Received: by 10.66.142.167 with HTTP; Fri, 13 Dec 2013 04:53:05 -0800 (PST) Date: Fri, 13 Dec 2013 13:53:05 +0100 Message-ID: Subject: Upgrading from FreeBSD10-B3 to FreeBSD10-RC1 borked From: Zenny To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2013 12:53:06 -0000 Followed the instructions here: http://www.freebsd.org/doc/handbook/updating-upgrading-freebsdupdate.html The upgrade borked. Error message: Can't find 'kernel' When I checked with ls /boot/kernel/, the directory does exist. :-( Since the system has encrypted root partion with ZFSonROOT, I tried to follow instructions at https://forums.freebsd.org/viewtopic.php?&t=8958 to boot with a livecd and went to the shell prompt and tried to import the zroot pool with 'zpool import -f zroot' but it says no such pool is available. How to fix it? Any hint? Thanks!