From owner-freebsd-questions@freebsd.org Fri Dec 25 08:43:08 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A76EA4BB223 for ; Fri, 25 Dec 2020 08:43:08 +0000 (UTC) (envelope-from vas@sibptus.ru) Received: from admin.sibptus.ru (admin.sibptus.ru [IPv6:2001:19f0:5001:21dc::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D2L7H43tLz4hBt for ; Fri, 25 Dec 2020 08:43:07 +0000 (UTC) (envelope-from vas@sibptus.ru) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sibptus.ru; s=20181118; h=In-Reply-To:Message-ID:Subject:To:From:Date; bh=75LoyybL4mi9H049nxD8OQ96Ul5/ey9em57G28UhTaQ=; b=f/gxGEJWa7sZW0YrbUnWz6pjGI UB02m12gfm1J2dbNKSZaSuFat5grHhJLLOM2KSARS67sOJK7osE5k3aNmv+KyY7aTnJk3kdR9GDHn dgjjinKYmgXkQN3ZjUGl4l5wh5N9PBQhhdBCVrMfLyR8O1wHuIgKan1qWJxSN/WxaNtQ=; Received: from vas by admin.sibptus.ru with local (Exim 4.94 (FreeBSD)) (envelope-from ) id 1ksigj-000G2k-39; Fri, 25 Dec 2020 15:43:05 +0700 Date: Fri, 25 Dec 2020 15:43:05 +0700 From: Victor Sudakov To: Rick Miller Cc: Graham Perrin , FreeBSD Questions Subject: Re: EFI, UEFI, PXE: FreeBSD-12.1-RELEASE-amd64-bootonly.iso boot from SAN device failed, error 0x7f22208e Message-ID: <20201225084305.GA60871@admin.sibptus.ru> References: <20201223025406.GA25600@admin.sibptus.ru> <20201223104459.GA36737@admin.sibptus.ru> <6cbaa416-0262-c85f-8e74-19a8ac95605d@gmail.com> <20201224134403.GB13527@admin.sibptus.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline In-Reply-To: X-PGP-Key: http://admin.sibptus.ru/~vas/ X-PGP-Fingerprint: 10E3 1171 1273 E007 C2E9 3532 0DA4 F259 9B5E C634 X-Rspamd-Queue-Id: 4D2L7H43tLz4hBt X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=sibptus.ru header.s=20181118 header.b=f/gxGEJW; dmarc=pass (policy=none) header.from=sibptus.ru; spf=pass (mx1.freebsd.org: domain of vas@sibptus.ru designates 2001:19f0:5001:21dc::10 as permitted sender) smtp.mailfrom=vas@sibptus.ru X-Spamd-Result: default: False [-6.10 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2001:19f0:5001:21dc::10:from]; R_DKIM_ALLOW(-0.20)[sibptus.ru:s=20181118]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+mx:c]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; SPAMHAUS_ZRD(0.00)[2001:19f0:5001:21dc::10:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[sibptus.ru:+]; DMARC_POLICY_ALLOW(-0.50)[sibptus.ru,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; SIGNED_PGP(-2.00)[]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:20473, ipnet:2001:19f0:5000::/38, country:US]; FREEMAIL_CC(0.00)[gmail.com,freebsd.org]; MAILMAN_DEST(0.00)[freebsd-questions]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2020 08:43:08 -0000 --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Rick Miller wrote: >=20 > This is seemingly reminiscent of a problem I've observed with bootonly IS= Os > from FreeBSD 9 through 12, which is documented in FreeBSD PRs 239876, > 227808, 199197, 179312, and 169919. See comment 22 in PR 227808 for a > description of how it might be overcome. Interesting. The way I'm trying to boot is well described in Comment 20. It is sad that nothing has changed since July 2018. Does it mean nobody really cares? Speaking of Comment 22.=20 I've never thought I will have to build a kernel with an MFS image within (outside of NanoBSD). How are you going to boot this kernel from iPXE? Put it on an ISO image and sanboot the ISO? Is it not possible to fetch a GENERIC kernel by loader.efi, then fetch an MFSROOT image as a separate file? This is the way I did the job during the pxelinux (old BIOS based netboot) times. --=20 Victor Sudakov, VAS4-RIPE, VAS47-RIPN 2:5005/49@fidonet http://vas.tomsk.ru/ --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJf5aYZAAoJEA2k8lmbXsY0ULMIALDjdUsb37rGnyBuL8q7Rh4k Uq9heD3QVOSvid7WGptOdfPljj84DlLbScSVcaUydrfMpqOxNlVE1UwzIY0ujpFm /xB9+3xAFXnrO9yApw85KKrr1Dv/Ca3syKxjQQOPDLSr/3WWabS54JxqJGHTLxTY wxjad1MaST9jf8Jl0Vdef5GGQajfABTfngGNeFQXB31klS+kucKe/6Dm6a7csybf t0qLC4yH8TtHesgpa7k/ULiiJg02RTV8fP/i+zZcWGlRZ0alAudEi9ZN1cjY+ILF RPsOW8miAQ1GpHfMrVevAIjBmkoX5u/tJr4suxYzAHO8pz5iahT/eEBwQZD1esY= =RPff -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY--