From nobody Tue Sep 19 20:53:13 2023 X-Original-To: uboot@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 4Rqv5751g4z4mHDJ for ; Tue, 19 Sep 2023 20:53:15 +0000 (UTC) (envelope-from ericshane@eradman.com) Received: from vm3.eradman.com (vm3.eradman.com [45.63.64.45]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rqv565f5sz3bNm for ; Tue, 19 Sep 2023 20:53:14 +0000 (UTC) (envelope-from ericshane@eradman.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=eradman.com header.s=selector1 header.b=ZIbwAf8U; spf=pass (mx1.freebsd.org: domain of ericshane@eradman.com designates 45.63.64.45 as permitted sender) smtp.mailfrom=ericshane@eradman.com; dmarc=none Received: from vm3.eradman.com (localhost [127.0.0.1]) by vm3.eradman.com (OpenSMTPD) with ESMTP id e6214e03 for ; Tue, 19 Sep 2023 16:53:13 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eradman.com; h=date:from :to:subject:message-id:mime-version:content-type; s=selector1; bh=yMWQLiTJeJERmzq8yKLAtA3V96o=; b=ZIbwAf8UUChbYFtiZGkhEE40zuF9 DkSvycmkK+aBk/tSixIjeQasPFgugw/Sww5LF9UtbTRdFDYXrBfWQVi5ONTigUHW wrapBigLY2TJ9ysNLIBOmhBIFItysvrT6T0CapRYDRK2Bjs8ahlVXMMsnFLn+vQS y8W4ZVqXC1fQMus= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eradman.com; h=date:from:to :subject:message-id:mime-version:content-type; q=dns; s= selector1; b=cuJpZ+Xs75yXMY44yymo2Kmmikz+m6xs7PrFhRi9oi0Qy0jK6b/ hWcJ2Y8hFIfEG4yMyLFghgoWVudq8DCVyMtJx2ljcC0WYA5USXU7jI2+UFfgNm0H ShGr/7o86XMmPNA2eJI1i7VKzMGxoqQA63Y8aF8BXe6USMnzyt0Tja48= Received: from localhost (vm3.eradman.com [local]) by vm3.eradman.com (OpenSMTPD) with ESMTPA id 94aaade0 for ; Tue, 19 Sep 2023 16:53:13 -0400 (EDT) Date: Tue, 19 Sep 2023 16:53:13 -0400 From: Eric Radman To: uboot@freebsd.org Subject: Linux guests broken with edk2-bhyve-g202308_3 Message-ID: List-Id: Discussions List-Archive: https://lists.freebsd.org/archives/freebsd-uboot List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-uboot@freebsd.org X-BeenThere: freebsd-uboot@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.50 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; R_SPF_ALLOW(-0.20)[+mx:c]; R_DKIM_ALLOW(-0.20)[eradman.com:s=selector1]; MIME_GOOD(-0.10)[text/plain]; ARC_NA(0.00)[]; DMARC_NA(0.00)[eradman.com]; MLMMJ_DEST(0.00)[uboot@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; DKIM_TRACE(0.00)[eradman.com:+]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:20473, ipnet:45.63.64.0/20, country:US]; FROM_HAS_DN(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[uboot@freebsd.org]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4Rqv565f5sz3bNm Today I found that Linux VMs would not boot under Bhyve on FreeBSD 13.2. Depending on the distribution/kernel there were many errors, but all related to nvme timeouts or invalid commands. The solution was to downgrade to the previous version of BHYVE_UEFI_CODE.fd. This solved the problem: pkg fetch -o pkg edk2-bhyve-g202202_10 pkg install pkg/All/edk2-bhyve-g202202_10.pkg Thanks, Eric Radman http://eradman.com/