From owner-freebsd-current@freebsd.org Sat Jun 23 04:23:01 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E98AE10113C0 for ; Sat, 23 Jun 2018 04:23:00 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-vk0-x233.google.com (mail-vk0-x233.google.com [IPv6:2607:f8b0:400c:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80C95736CE; Sat, 23 Jun 2018 04:23:00 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-vk0-x233.google.com with SMTP id b77-v6so5054479vkb.5; Fri, 22 Jun 2018 21:23:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=o6Oz+it0rM6DRm1PXckgEaaDfcs5ySE/Y6Y8+8TdQvI=; b=MqYPwZTEq7g8ATLrGB5w4CvVB2XQcktLNEd931jH9SNHDO+coT2uSMYplgaGuNNX5i JZvuEl1/7hZ3M3oNvCWPh35+xJ8CckrMbuyBsL+XsUXM8GCyWOuum1ev5CNwCuoL7qpP nx79fQ+YW1w97vmsGZFK5rP24x4yXcQ3e5+QsrLhCub9YRljpOEboVwqLqsdh9tw+BOM j2v+zVIZE3puRZGoIE/zqQOfGW0/hkFsSNoMMbZy40/KF0o3VPusv74yXyhwIDI7ivVd 5dY6mapG5eQnkH3eRQzPD0xfcPseBnjQC9O+XdKDOqnka411o8b0KFrN7Y3FjveLy6k4 esWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=o6Oz+it0rM6DRm1PXckgEaaDfcs5ySE/Y6Y8+8TdQvI=; b=aaWMBguw1sweXz7pKtSG5LE4mfb++Qp8dNR04SXdUwT+a62FMUcyL5pMzjrnVLsMD/ BaVorO8+10SKz2CuQiuabB34eygy+h960NfOoWLthniQkxhxHjz0uVTw6L7vzVnoeAHi Y3LdDN4HwpmIZUId5K5SwJOWrK0+hNRjHCRS41gUIG/4FmQYkAZYyvh3vNA0K85n9UHp omRp9KO8LtGqxknrtxbTmqrdnNzG8yRIdDHy2oPxhfEd4tUyxAzwSNbTuHtFc6tFBLUX uub+dhU89/vcLwGKRpMy6ULksM1Uq+ayCMllmLnR1Hin7bM/EYZ4h/s4kuX/GHMy15mH rAIg== X-Gm-Message-State: APt69E1ssOFvFMaK+2jQ+9XJOS2sfeMJvm6F7XSmsuT8pinciWRHBVhs zqyDxW6ST61Pcckp9zKpRXZAJPgU6OcCewXWhHUxU6kJ X-Google-Smtp-Source: ADUXVKIspzT1i/TpqaybVmyg1S+VifIX6UP5iR6MpkwbCT4qijGYVN5S692AYp2XQ73mFMTcxaSU6No5VAsiYYYykn0= X-Received: by 2002:a1f:4b86:: with SMTP id y128-v6mr2419087vka.146.1529727779830; Fri, 22 Jun 2018 21:22:59 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ab0:9:0:0:0:0:0 with HTTP; Fri, 22 Jun 2018 21:22:59 -0700 (PDT) In-Reply-To: References: From: Ben Woods Date: Sat, 23 Jun 2018 12:22:59 +0800 Message-ID: Subject: Re: Boot freezing after kernel load - root on zfs To: Allan Jude Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 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: Sat, 23 Jun 2018 04:23:01 -0000 On 23 June 2018 at 12:08, Allan Jude wrote: > If you just press shift a bunch of times, does it print the Mount root > prompt? > -- > Allan Jude > No, unfortunately not. But please keep any troubleshooting suggestions coming! I have tried booting with the KVM monitor and USB disconnected, with the same result. It is also worth noting I can successfully boot from a USB stick running the latest 12-current snapshot FreeBSD-12.0-CURRENT-amd64-20180618-r335317-memstick.img. From there I can import both of my zpools (zroot and zstore), and then export them again before rebooting - still can't boot from disk. -- From: Benjamin Woods woodsb02@gmail.com