From nobody Wed Feb 9 16:16:59 2022 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 77E5119B4168 for ; Wed, 9 Feb 2022 16:17:14 +0000 (UTC) (envelope-from ps.ports@smyrak.com) Received: from ipv6.s149.cyber-folks.pl (ipv6.s149.cyber-folks.pl [IPv6:2a02:1778:113::68:149]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Jv4lY2kfXz4fTk for ; Wed, 9 Feb 2022 16:17:13 +0000 (UTC) (envelope-from ps.ports@smyrak.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smyrak.com; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Subject :To:From:Date:Sender:Reply-To:Cc:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=YdDZKw/g5TP8A8mwoMDYPx3y1+x1kT1dZgjvYQmHG50=; b=h YsYrQjA1zJrdib/DGKgwm6inVKBMRZ2JiiXpbCO2ih068H9OMnEm67wQgPyVLb0GcmCvfjLxKRzRU xWKK6FuSIF/y1gCPHmX1owfBLosy3W/F8uDN+ab8hoUkKE7luj6C/+UMILfHJ8DizWAyhqjscFzTy vs/ji1QvzcvcDoo96Q90fcKGuqqGF+QOG8zGPetawc18CL2G6Q3sUWe1eZUGke+J4YF3veuY1wlLf soJPd9BKVUVPhEJe2x/gdkcIthktoOJhkTX6vTYi+5A4NSokk6ruEdw7rhDQemYKb9J5CNe4UEmLS jCFMOGKsMGizuRvcK/D7ywbi7vhAwuprQ==; Received: from 93-181-165-201.internetia.net.pl ([93.181.165.201] helo=daleth.home) by s149.cyber-folks.pl with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nHpho-00G0Gn-1H for freebsd-stable@freebsd.org; Wed, 09 Feb 2022 17:17:12 +0100 Date: Wed, 9 Feb 2022 17:16:59 +0100 From: Piotr Smyrak To: freebsd-stable@freebsd.org Subject: No loader.lua boot error after upgrade to 13-STABLE Message-ID: <20220209171659.5625c8cf@daleth.home> List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Authenticated-Id: piero@smyrak.com X-Rspamd-Queue-Id: 4Jv4lY2kfXz4fTk X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none ("invalid DKIM record") header.d=smyrak.com header.s=x header.b="h YsYrQj"; dmarc=pass (policy=none) header.from=smyrak.com; spf=pass (mx1.freebsd.org: domain of ps.ports@smyrak.com designates 2a02:1778:113::68:149 as permitted sender) smtp.mailfrom=ps.ports@smyrak.com X-Spamd-Result: default: False [-2.66 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a02:1778:113::/48]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_SHORT(0.14)[0.141]; DKIM_TRACE(0.00)[smyrak.com:~]; DMARC_POLICY_ALLOW(-0.50)[smyrak.com,none]; R_DKIM_PERMFAIL(0.00)[smyrak.com:s=x]; MLMMJ_DEST(0.00)[freebsd-stable]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:41079, ipnet:2a02:1778::/32, country:PL]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi, After source upgrading my Thinkpad to 13.0-STABLE at c3915f848b56 it ends up booting with an error: ERROR: cannot open /boot/lua/loader.lua: no such file or directory Yet the same source build runs flawlessly on my desktop with full disk ZFS setup, the laptop is UFS based though. I have read a bunch of tickets at bugzilla, including: 233098, 238749, 251250 =E2=80=93 and have n= ot found a solution. I had used the same steps to upgrade as usual: * cd /usr/src * make installkernel installworld DESTDIR=3D/mnt * mergemaster -FUia -D /mnt The affected SSD had been setup with GPT scheme. The laptop drive setup is as follows:=20 * the whole SSD is used for FreeBSD ** p1 boot - offset by 40 blocks and of 472 size ** p2 swap - 4G, encrypted ** p3 root - GELI encrypted UFS aligned to 4k What am I missing? --=20 Piotr Smyrak