From owner-freebsd-stable@freebsd.org Fri Jan 11 14:05:25 2019 Return-Path: Delivered-To: freebsd-stable@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 DC911149124B for ; Fri, 11 Jan 2019 14:05:25 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B6256CC77 for ; Fri, 11 Jan 2019 14:05:25 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f179.google.com (mail-lj1-f179.google.com [209.85.208.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 2400E1D4E4 for ; Fri, 11 Jan 2019 14:05:25 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f179.google.com with SMTP id g11-v6so13056996ljk.3 for ; Fri, 11 Jan 2019 06:05:25 -0800 (PST) X-Gm-Message-State: AJcUukcTSfr5YHw4Jx/IO6i3ram9hB9NuCqWfHiVatWj3q088XiUjc4n vzAWwPDXss0hkm8ftlZD34+J+CFEOX3bsee+BfY= X-Google-Smtp-Source: ALg8bN5M5PFIXKKCB7+FixTBwRJwEGsXcUbSd4njIKmh8sEWmFlYHEX3XSurWie+NK/THwzqi2Sqti8Ll5H+vQO/J38= X-Received: by 2002:a2e:917:: with SMTP id 23-v6mr8206281ljj.1.1547215520751; Fri, 11 Jan 2019 06:05:20 -0800 (PST) MIME-Version: 1.0 References: <2E0A45C1-1E0A-42FB-A403-04EF611DB812@lassitu.de> In-Reply-To: <2E0A45C1-1E0A-42FB-A403-04EF611DB812@lassitu.de> From: Kyle Evans Date: Fri, 11 Jan 2019 08:04:26 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Trouble booting from EFI with 12-stable To: freebsd-stable stable Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 7B6256CC77 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.99)[-0.992,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2019 14:05:26 -0000 On Fri, Jan 11, 2019 at 5:05 AM Stefan Bethke wrote: > > The loader stumbles over this error and then drops to the prompt: > efi-autoresizecons not found > > module_path is then not set, and loader can=E2=80=99t load the kernel. Ty= ping in everything by hand will boot the system OK. > > I just did a regular make installworld installkernel (previous install wa= s from mid-december). Do I need to update the boot blocks or the EFI partit= ion? > Hi, Interesting; this is generally an indicator that your loader (/boot/loader.efi in 12.0 EFI-land) is out-of-date with respect to scripts. For that I'd go ahead and double-check that /boot/loader.efi was actually updated *and* update the contents of the ESP -- that particular change was paired with another one that stopped doing any resizing in boot1. Thanks, Kyle Evans