From nobody Mon Nov 27 03:41:16 2023 X-Original-To: freebsd-virtualization@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 4Sdrwh2GWqz51q5R for ; Mon, 27 Nov 2023 03:41:24 +0000 (UTC) (envelope-from SRS0=aJx3=HI=freebsd.org=grehan@iredmail.onthenet.com.au) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) (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 4Sdrwg5gjDz3WnL for ; Mon, 27 Nov 2023 03:41:22 +0000 (UTC) (envelope-from SRS0=aJx3=HI=freebsd.org=grehan@iredmail.onthenet.com.au) Authentication-Results: mx1.freebsd.org; none Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTPS id B965320B4981 for ; Mon, 27 Nov 2023 13:41:17 +1000 (AEST) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id B114921419F5 for ; Mon, 27 Nov 2023 13:41:17 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nt.com.au; h= content-transfer-encoding:content-type:content-type:in-reply-to :from:from:references:to:content-language:subject:subject :user-agent:mime-version:date:date:message-id; s=dkim; t= 1701056477; x=1703648478; bh=cxBBOGTh+ZuACC8HHNd/bMeGeqcW58zo9Nw YZRZxpeM=; b=VmEgvJyyMFIKLK0s+BAUU0SBQLRxQXwyj6HdaHbxGp37tDLIQ/G amfg6RAlIpej4VA2g4BxQagSdkNAxq6W8tmVMcVAKdaBGm+lz/pgaqnJegxxxGkl oQi+hUU4a3dz1w+FsAThLbDElVT45+wdaiI01L41pHQHIqiwav3nyOJo= Received: from iredmail.onthenet.com.au ([127.0.0.1]) by iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id u5DhxES08KTr for ; Mon, 27 Nov 2023 13:41:17 +1000 (AEST) Received: from [192.168.1.108] (otn-120-29-24-174.broadband.onthenet.net [120.29.24.174]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id 8463521419F2; Mon, 27 Nov 2023 13:41:16 +1000 (AEST) Message-ID: <5fd7aded-2422-4bec-b4ae-f944b1052508@freebsd.org> Date: Mon, 27 Nov 2023 13:41:16 +1000 List-Id: Discussion List-Archive: https://lists.freebsd.org/archives/freebsd-virtualization List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Bhyve won't boot OpenBSD 7.4 Content-Language: en-US To: Thomas Laus References: <0100018c0d78981c-e969143a-6ba2-4e15-8889-25259e392848-000000@email.amazonses.com> Cc: freebsd-virtualization@freebsd.org From: Peter Grehan In-Reply-To: <0100018c0d78981c-e969143a-6ba2-4e15-8889-25259e392848-000000@email.amazonses.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=SvcLFMG0 c=1 sm=1 tr=0 a=A6CF0fG5TOl4vs6YHvqXgw==:117 a=Zeo2tHO+Msv1PodVRVHjvw==:17 a=IkcTkHD0fZMA:10 a=BNY50KLci1gA:10 a=NEAV23lmAAAA:8 a=vTEbAenKoJUt3ks-aTAA:9 a=QEXdDO2ut3YA:10 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:9313, ipnet:203.13.68.0/24, country:AU] X-Rspamd-Queue-Id: 4Sdrwg5gjDz3WnL Hi Thomas, > I have 2 production servers that I want to upgrade to FreeBSD 14.0 that= =20 > use Bhyve to run OpenBSD 7.3 packet packet filters and a few other=20 > instances.=C2=A0 Since this is an operating system upgrade to FreeBSD 1= 4.0, I=20 > wanted to also upgrade the OpenBSD 7.3 instance to OpenBSD 7.4 that was= =20 > released last month. ... > Nov 26 10:51:10: /usr/local/sbin/grub-bhyve ^^^^^^^^^^ The issue is described here by Yuichiro Naito https://github.com/grehan-freebsd/grub2-bhyve/pull/16 Just need to test that out and update the port, and hopefully all=20 should be fixed. later, Peter.