From owner-freebsd-questions@FreeBSD.ORG Sun Sep 28 17:49:11 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 471D21E6 for ; Sun, 28 Sep 2014 17:49:11 +0000 (UTC) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C7BCCFF6 for ; Sun, 28 Sep 2014 17:49:10 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id gi9so6522297lab.31 for ; Sun, 28 Sep 2014 10:49:08 -0700 (PDT) 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=XlO3GPv661zSk99ddAzNLgWIokTMvXHfjda6KnlNGBk=; b=YfATr7G6u7mZdaFFLbOYACqgQp5yQRzdyUQh67et47ngHfkkJUXeFwWt4q1hFrtYOf JMBeTpXHyb54lPUa/OB2ZILvSWShRdoPfLI+Av0bPo2xL6a7SWs2+6kAj0+Un9flqaHq zRb0h99IW4un8vzel/+/4DlIpnjhYxiYGhLxom86VwEWQVOr4Bf+l9P3PnpxpXgcN6Dg vo4Q56Qbxrt4uE1Jy54gQz47mPSM9l4RcayZxx/UBxB/hbJhro1DCmV9fvllFfeUVTX8 5riLz5gMhjL7hZYFYHO0J/ctpnAMc9ICZiiyyb5ChzQ0VHDxlBEfHeDlFqLHJyTflhJo W/Bg== MIME-Version: 1.0 X-Received: by 10.112.83.235 with SMTP id t11mr673313lby.101.1411926548617; Sun, 28 Sep 2014 10:49:08 -0700 (PDT) Received: by 10.25.162.145 with HTTP; Sun, 28 Sep 2014 10:49:08 -0700 (PDT) Date: Sun, 28 Sep 2014 10:49:08 -0700 Message-ID: Subject: ZFS root failure after 9.2 -> 9.3 ugprade From: Patrick Gibson To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 17:49:11 -0000 I just did a freebsd-update upgrade on a 9.2 system with zfsroot and now when it boots, I get: Booting from Hard Disk... / Can't find /boot/zfsloader FreeBSD/x86 boot Default: disk0:/boot/kernel/kernel boot: \ Can't find /boot/kernel/kernel I've tried booting from a 9.3 install disc and going into the LiveCD and reinstalling the bootloader with: gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 ada0 Which says it's installed correctly, but still won't boot. Any advice would be greatly appreciated.