From owner-freebsd-questions@freebsd.org Sat Dec 17 17:45:25 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7490C85253 for ; Sat, 17 Dec 2016 17:45:25 +0000 (UTC) (envelope-from freebsd@erwanlegrand.com) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C148623 for ; Sat, 17 Dec 2016 17:45:25 +0000 (UTC) (envelope-from freebsd@erwanlegrand.com) Received: from mfilter31-d.gandi.net (mfilter31-d.gandi.net [217.70.178.162]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id A53CEA80C4 for ; Sat, 17 Dec 2016 18:45:22 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter31-d.gandi.net Received: from relay3-d.mail.gandi.net ([IPv6:::ffff:217.70.183.195]) by mfilter31-d.gandi.net (mfilter31-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id q69admquKdEY for ; Sat, 17 Dec 2016 18:45:21 +0100 (CET) X-Originating-IP: 209.85.220.177 Received: from mail-qk0-f177.google.com (mail-qk0-f177.google.com [209.85.220.177]) (Authenticated sender: moi@erwan.legrand.name) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 15EA8A80C7 for ; Sat, 17 Dec 2016 18:45:20 +0100 (CET) Received: by mail-qk0-f177.google.com with SMTP id q130so121756374qke.1 for ; Sat, 17 Dec 2016 09:45:20 -0800 (PST) X-Gm-Message-State: AIkVDXIT4UTnldt3fpXWYXnQQBtr8ZYLu/k0s8mRfFGIDeYVui/EgAz3oLZCcBEgy7mOHmUfog/wwLAO8oUt1Q== X-Received: by 10.55.131.134 with SMTP id f128mr8419641qkd.97.1481996719981; Sat, 17 Dec 2016 09:45:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.55.100.150 with HTTP; Sat, 17 Dec 2016 09:45:19 -0800 (PST) From: Erwan Legrand Date: Sat, 17 Dec 2016 18:45:19 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: ZFS mount fails after upgrade to 11.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2016 17:45:25 -0000 I am upgrading a FreeBSD 10.3 AMD64 system with a ZFS root to 11.0 with freebsd-update. After the first reboot, mounting root fails with the following error: """ Solaris: NOTICE: cannot find the pool label for 'tank' Mounting from zfs:tank/root failed with error 5. """ Moreover, I can't type anything in the "mountroot>" prompt. My USB keyboard does not appear to be recognized at this point, although it worked with the boot loaded. If I select the old kernel in the boot loader, the root filesystem is mounted successfully and the system boot as usual. Any suggestions regarding how to debug/fix this? Thanks, Erwan Legrand