From nobody Fri May 20 17:11:23 2022 X-Original-To: current@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 807E71B3294F for ; Fri, 20 May 2022 17:11:27 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:13b:39f::9f:25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4L4YCy6mTNz4gTX for ; Fri, 20 May 2022 17:11:26 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id ED0E88D4A178; Fri, 20 May 2022 17:11:25 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 89242E707CA; Fri, 20 May 2022 17:11:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id ZX3iU559MHyJ; Fri, 20 May 2022 17:11:24 +0000 (UTC) Received: from nv.sbone.de (nv.sbone.de [IPv6:fde9:577b:c1a9:31::2013:138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 50300E707AE; Fri, 20 May 2022 17:11:24 +0000 (UTC) Date: Fri, 20 May 2022 17:11:23 +0000 (UTC) From: "Bjoern A. Zeeb" To: Toomas Soome cc: current@freebsd.org Subject: Re: loader_4th.efi broke? In-Reply-To: <71D61E79-B3A5-49FA-9B9E-26E124A5B4EF@me.com> Message-ID: References: <71D61E79-B3A5-49FA-9B9E-26E124A5B4EF@me.com> X-OpenPGP-Key-Id: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Rspamd-Queue-Id: 4L4YCy6mTNz4gTX X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of bzeeb-lists@lists.zabbadoz.net designates 2a01:4f8:13b:39f::9f:25 as permitted sender) smtp.mailfrom=bzeeb-lists@lists.zabbadoz.net X-Spamd-Result: default: False [-0.45 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a01:4f8:13b:39f::9f:25:c]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[zabbadoz.net]; NEURAL_SPAM_MEDIUM(0.30)[0.303]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.45)[-0.454]; RCPT_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[current]; FREEMAIL_TO(0.00)[me.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE]; SUBJECT_ENDS_QUESTION(1.00)[] X-ThisMailContainsUnwantedMimeParts: N On Fri, 20 May 2022, Toomas Soome wrote: >> On 20. May 2022, at 20:00, Bjoern A. Zeeb wrote: >> >> Hi, >> >> something between >> 255692.f70de61e567df59bceb2d18c8bc1b54943a7466b and >> 255723.b3fa36efe797445cb0b4fd26d79226836db2a2b3 >> made loader_4th.efi go all >> "failed to allocate staging area: 9" >> >> I am netbooting booting, no ZFS involved. >> One other data point: the base system compile may have changed in that time. >> >> I haven't dug into yet. Is anyone else seeing this? >> > > staging area will be allocated very early, so for some reason either the memory map is fragmented or there is just too low memory. > > 9 is EFI_OUT_OF_RESOURCES. The UEFI hasn't changed; 64GB of memory haven't changed. Power cycling didn't make a difference. Going back to the old one immediately worked again. I saw no changes in stand/ relevant. Is there a way to debug this or should we simply "stop" if this fails rather than endlessly fill the console with it? /bz -- Bjoern A. Zeeb r15:7