From owner-freebsd-current@freebsd.org Thu May 2 13:29:53 2019 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 885AD1595CC1 for ; Thu, 2 May 2019 13:29:53 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk1-x72e.google.com (mail-qk1-x72e.google.com [IPv6:2607:f8b0:4864:20::72e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E8238EF14 for ; Thu, 2 May 2019 13:29:53 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk1-x72e.google.com with SMTP id l15so771663qke.6 for ; Thu, 02 May 2019 06:29:53 -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; bh=X9rOd3LJsq+BwsqgbWcKJ2+uFdE10KbyIXShEdJKVvk=; b=Jc8i4MMCdyny0RI4yNRgO/+s8KHdHYq1+GnyFhfhpfrkbZSlxpUmiTrUPiH5dYSqId XYjMZNfXD8SrZRs0lskePTRnPqCyyoczAlYlom4MiIRHb6yOXQAqB0t9Jcfhuzvhl10r Qg5mc6WSwJmxnjY0YGDDiInPv0KdAIWRCpVoR6venDgTC/C616WDm1m5G/vMZJBXUWKf u7SQN5szgoJvoPsAdOtjJjCb1fplf3H4jkoSfieAXxVhbKG5h3/cha4At1OBFW0r3zbL ee/lUJWKcUju7C7ZxEr6ZjZPYyESrbIs+uVf/2EvKB3v5wn8LoXSQaSQSFIesPC1EPM1 EgWA== 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; bh=X9rOd3LJsq+BwsqgbWcKJ2+uFdE10KbyIXShEdJKVvk=; b=YDpe/x0hUckRzvhBOTPXAgR88mUnJeBxmA24VVDWtEs832ub74GekT2rQXoFkpqxTG nOmDzNO+bqMNeLT75frz0hzvWyN9eDz/tvI73JImeZ5+cDzitg29u304ypuCCkVOJEc1 TNHefVCNrHrudQBpov4ThplQHFKsWKQFKhK9yH7bWR83JVAb0Vlw+s5TQU5vDHs+qB7+ u3WDvwLPtBrRC5NKItD/UJNmZyNL6titWyHFaavBBW4JVXkVugWUyJa+fQWizFBhTw0U EmDNAe8lY/09p9jMRCeYrVCfFmvFfjRvOC141EKWQBWvlt0hOgRyuxsZTWvgTbR/Ekh8 bcMQ== X-Gm-Message-State: APjAAAV1T8WeWNTyCBZoJ/3kwbar8G1T/ekeW5IIfe75B7Z2igpsczWI j2ZD491iiLTyfmpmdTq9vr4v5sUk5OmUFMNq753+qii5 X-Google-Smtp-Source: APXvYqwtJDJiHJLFf4q7uRizunkopyAIdjZHWQLfbU8m9oNfQzodJly6lIShfFPfczhb3ZViPurCs6MpobP/8+Ipv4o= X-Received: by 2002:a05:620a:144f:: with SMTP id i15mr2883466qkl.175.1556803792192; Thu, 02 May 2019 06:29:52 -0700 (PDT) MIME-Version: 1.0 References: <20190502040229.ysm45il3n2mdsfg6@ler-imac.local> In-Reply-To: <20190502040229.ysm45il3n2mdsfg6@ler-imac.local> From: Warner Losh Date: Thu, 2 May 2019 07:29:40 -0600 Message-ID: Subject: Re: Mount Root fails: r347007 To: FreeBSD Current X-Rspamd-Queue-Id: 2E8238EF14 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.92 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.92)[-0.919,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 02 May 2019 13:29:53 -0000 On Wed, May 1, 2019 at 10:04 PM Larry Rosenman wrote: > Upgraded from r346487 to r347007, and when I reboot, I get a mountroot > prompt. If I answer it with the same BootFS I booted from > (zfs:zroot/ROOT/r347007) it continues to boot, and run. > > Dmesg: https://www.lerctr.org/~ler/Boot-NoRoot.txt > > What else do we need? > > I did upgrade the EFI partitions, and the freebsd-boot partitions > and that did *NOT* change anything. > > Ideas? > BIOS or UEFI booting? Warner