From owner-freebsd-current@freebsd.org Sat Jun 23 04:37:35 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 A0CA91011F0C for ; Sat, 23 Jun 2018 04:37:35 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x241.google.com (mail-io0-x241.google.com [IPv6:2607:f8b0:4001:c06::241]) (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 345B373FFE for ; Sat, 23 Jun 2018 04:37:35 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x241.google.com with SMTP id d185-v6so7907789ioe.0 for ; Fri, 22 Jun 2018 21:37:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=XjmnKEAvA+KVV8JVsCYm9Hqhhn53ebeIbCG9GN1X+kY=; b=nkYa+gyLwgGudSKPfVyr8AFbxmaWELoFEZkqeJRJhr6UFVTqoaTYz7ukQgbXP+0vs4 azxo9OZoRi6W33/iH9u8lPsmG+j+tcv6CibHJQq6Y/risqQBk9K+tiE+D9e3Xp5ejRh9 2Np4DZ9x1DdYFMeJ4e/4OeQszJiLBDp/ZAO2PjClJvZHUn5OurhH3FfJdpRjreYva/AP +lVpTxexirjkHwXDi08whUG0kmZNO1Ay5FWcECWmH4dznKx+FSKl/21TLyp6apgFGKrh jUU4eoGGcmv2gJBA3ZOP5PRuNgtUiR4P4idCGRZ3DrOLM0PRjauXPmfcqCvulYKEizam il3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=XjmnKEAvA+KVV8JVsCYm9Hqhhn53ebeIbCG9GN1X+kY=; b=aGW9Zqe1xiTib0aFtprTjVGtVwMFeD2LiKL8aMcpSsJ8rne2eZHRVNC5nnJTJ0bfnY juzEHsN7Lqs0+OCMOA7t5Qs8Ho5J3abVjIe52fUKmDZIuofs+mX4qXq+GNZAezSVMOUZ IF6uks/78tqA/WNm8ffIKhJ9RE0ypoVwr53bLrJMBGis3kV1yPbf9M4wfWPL0XCoj5VZ U3/Ev6MWpmb08XD7Wr31qM2EVFwOz4gE4eN5Rv2Vibb6bJfNDv3Ze+KuP4BhbvTDiWmn zgE3Bx371udmSvSXmJ4TK7SIPCrQVIjXXZNyaC/75abVyovTcWJ64OvFXhphk+EEjURz OzGQ== X-Gm-Message-State: APt69E0BsFZqLOYDqOAdRLI7rBB28ghFbcRUWpCfHaBYyW/QQ10Yb22f 52bfh6TcFYHvg2amWwCHcR/K3yqXcayUv34Rxl5Kxg== X-Google-Smtp-Source: AAOMgpflmaqlDTvoeESvE59UqoqwCDTa0DgJtUju0cZpM/mYqLmm1h+HMsWO489IzbHWnYGeqJyZE2lejFCWCHPPdSw= X-Received: by 2002:a6b:d40c:: with SMTP id l12-v6mr3573526iog.37.1529728654441; Fri, 22 Jun 2018 21:37:34 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Warner Losh Date: Fri, 22 Jun 2018 22:37:23 -0600 Message-ID: Subject: Re: Boot freezing after kernel load - root on zfs To: Ben Woods Cc: Allan Jude , 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:37:35 -0000 There were some issues with legacy geely booting recently. What version? UEFI or legacy BIOS booting? Warner On Fri, Jun 22, 2018, 10:26 PM Ben Woods wrote: > 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 > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >