From owner-freebsd-questions@freebsd.org Tue Dec 29 03:42:14 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 C8CBD4CE9F1 for ; Tue, 29 Dec 2020 03:42:14 +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 4D4gGG0wbgz59ND for ; Tue, 29 Dec 2020 03:42:13 +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=OL2ZK6xKED5pKxi5URIcA5S0NJvwk/I7tY/ycj3eguE=; b=owwgyKShbVCEKc/eRfI/Jhdp+v qsO7CuIewqWuF82zazBY2L3USWBhOXOzeZ2nWzuLw5B1hkAxBJ1hFejIjdVOq9i7b0FtaHIRha0WR g8tskZ5w26OcRyEBDH2HvBPKEhTse/DpyYrKKfa9cb7EeDmsaUPYjaduW1QuM5CM5Ygo=; Received: from vas by admin.sibptus.ru with local (Exim 4.94 (FreeBSD)) (envelope-from ) id 1ku5tj-000PjT-Mz; Tue, 29 Dec 2020 10:42:11 +0700 Date: Tue, 29 Dec 2020 10:42:11 +0700 From: Victor Sudakov To: Dave Hayes Cc: Rick Miller , 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: <20201229034211.GA98610@admin.sibptus.ru> References: <20201223104459.GA36737@admin.sibptus.ru> <6cbaa416-0262-c85f-8e74-19a8ac95605d@gmail.com> <20201224134403.GB13527@admin.sibptus.ru> <20201225084305.GA60871@admin.sibptus.ru> <20201228152202.4ba4fec9@bigus.dream-tech.com> <20201229022714.GA95031@admin.sibptus.ru> <20201228191306.3edcdab1@bigus.dream-tech.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: <20201228191306.3edcdab1@bigus.dream-tech.com> 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: 4D4gGG0wbgz59ND X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=sibptus.ru header.s=20181118 header.b=owwgyKSh; 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)[4]; 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)[]; 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: Tue, 29 Dec 2020 03:42:14 -0000 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dave Hayes wrote: > > Was this happening over network (PXE boot) or from a physical medium > > like USB drive/CD-ROM ? >=20 > Actually both. However, this thread implied that the mfsBSD/ramdisk techn= iques > did not work, and I wanted to provide a datapoint to the contrary. >=20 > We have one installation which gets the ISO image over FTP and boots from= that, Can you please elaborate on that? Is this installation using UEFI or legacy mode loader? What tools are used? pxelinux/memdisk or anything else? > but it's probably not grabbing two separate images using loader.efi like = you > also suggest. Well, grabbing two separate images using loader.efi almost works... Almost. --=20 Victor Sudakov, VAS4-RIPE, VAS47-RIPN 2:5005/49@fidonet http://vas.tomsk.ru/ --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJf6qWTAAoJEA2k8lmbXsY0VMYH/2/E4pjDxqK8f3c372thT/sf +niW1iDhAUrMYc2u8lB45bi/CG5DhKk3tva4fqIdwoCdi9YvGVnR76oKP/zOOnzR qU6S50w/yCS79lvAbkn1Episi/0VadfSw0WXOaBEohZ3jtY3G1WasM7C8G9hzZdQ hFlF49fbuAbIKo7PosArGgZwj4kA15Zs24wNv6puJciTFUq9ZVndjqZCgirEn1B+ f7c52CjnsVMtPEqC9eWaoPgZmbIf+GiuCywQXtbieVbc3l3o6maqK/mRvTQDRrLD xWwInKhD6QVWXoaISw+kl+WfYr8AbEB7xO2UW03s3AXBM+kI86pgCP1nW8DrKbw= =/SNa -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx--