From nobody Mon Feb 21 15:03:44 2022 X-Original-To: freebsd-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 9BFFE19CDC3B for ; Mon, 21 Feb 2022 15:03:56 +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 4K2QYR5Dc3z4S5T for ; Mon, 21 Feb 2022 15:03:55 +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 62F3D8D4A156; Mon, 21 Feb 2022 15:03:47 +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 50123E707BC; Mon, 21 Feb 2022 15:03:46 +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 N4AV5G-3KMtX; Mon, 21 Feb 2022 15:03:45 +0000 (UTC) Received: from [169.254.226.220] (unknown [IPv6:fde9:577b:c1a9:4902:3ca2:aeae:a4ad:3884]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 1BEECE707B7; Mon, 21 Feb 2022 15:03:44 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Hans Petter Selasky" Cc: "FreeBSD Current" Subject: Re: pxeboot binary is too big on FreeBSD (>640KBytes) Date: Mon, 21 Feb 2022 15:03:44 +0000 X-Mailer: MailMate (2.0BETAr6151) Message-ID: In-Reply-To: <6984fd5d-ae58-11a4-0d21-a8695b0c77f7@selasky.org> References: <6984fd5d-ae58-11a4-0d21-a8695b0c77f7@selasky.org> 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; format=flowed; markup=markdown Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4K2QYR5Dc3z4S5T 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.46 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; NEURAL_HAM_MEDIUM(-0.98)[-0.976]; FROM_HAS_DN(0.00)[]; R_MISSING_CHARSET(2.50)[]; R_SPF_ALLOW(-0.20)[+ip6:2a01:4f8:13b:39f::9f:25]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[zabbadoz.net]; NEURAL_HAM_LONG(-1.00)[-1.000]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.68)[-0.679]; RCPT_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[freebsd-current]; 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]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On 21 Feb 2022, at 7:43, Hans Petter Selasky wrote: > FYI: > > After a lot of digging trying everything, I found that the pxeboot and = > loader.efi was too big simply due to ZFS support. > > So I did this after buildworld: > > cd /usr/src/stand > make WITHOUT_LOADER_ZFS=3DYES clean > make WITHOUT_LOADER_ZFS=3DYES all > make WITHOUT_LOADER_ZFS=3DYES install > > And now it works, with my old GigaByte mainboard! > > Why should pxeboot have ZFS support? > > https://forums.freebsd.org/threads/problem-with-isc-dhcpd-and-diskless-= booting.82199/ Well actually it started with a lua update; pxeboot 4th is not (or was = not) too big and still working. See PR 257018 .