From nobody Mon Feb 03 01:04:23 2025 X-Original-To: freebsd-hackers@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 4YmSvF6DWVz5lqnl for ; Mon, 03 Feb 2025 01:04:25 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4YmSvF3qksz3lWW for ; Mon, 03 Feb 2025 01:04:25 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Authentication-Results: mx1.freebsd.org; none Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.18.1/8.18.1) with ESMTP id 51314NWa029479; Sun, 2 Feb 2025 17:04:23 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) DKIM-Filter: OpenDKIM Filter v2.10.3 troutmask.apl.washington.edu 51314NWa029479 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=troutmask.apl.washington.edu; s=troutmask; t=1738544663; bh=KRqnSNNbU6beSqiWR7BcjGeqIS8zf0zSuDJ2fozaIxA=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=sad21X566wdx6kBWMO5cfsl0oNe81nRStubh7/MR5iPv91psDFIZyLPybGU/urQIC pdn1Kovg5zMQgaC7hEHt5UPYJ3Z+RuxEph8zlLkCvdmazIsgjNJqR5f3EhAmZcLWdz LJO60uK+64FhHJrEuwYk3SCNPjr7WjYYVHxXNmZH34N9MuOy+cGyl6wojLEPSGMMna K0DId2pyI2pUEF4YJxniJJWCZy7Wh3+VBFkjKU0ErKHafRhi0hZoRf+0YzN3IpqWGA DhwYGrzKwu2lNcCUfAgtJ7k7BFmNiJGcdIXf5cwvqK8Z/VOww17h/rH3zvBAFxYSfs X/FRAXJrawhwA== Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.18.1/8.18.1/Submit) id 51314Njs029478; Sun, 2 Feb 2025 17:04:23 -0800 (PST) (envelope-from sgk) Date: Sun, 2 Feb 2025 17:04:23 -0800 From: Steve Kargl To: Miroslav Lachman <000.fbsd@quip.cz> Cc: freebsd-hackers@freebsd.org Subject: Re: bhyve an missing packages? Message-ID: Reply-To: sgk@troutmask.apl.washington.edu References: <9709fe1a-01c4-4113-9a68-08c8cca5ac19@quip.cz> List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9709fe1a-01c4-4113-9a68-08c8cca5ac19@quip.cz> X-Rspamd-Queue-Id: 4YmSvF3qksz3lWW 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:73, ipnet:128.95.0.0/16, country:US] On Mon, Feb 03, 2025 at 12:52:06AM +0100, Miroslav Lachman wrote: > On 03/02/2025 00:25, Steve Kargl wrote: > > On Sun, Feb 02, 2025 at 10:11:33PM +0100, Miroslav Lachman wrote: > > [..] > > > > "To make use of the UEFI support in bhyve, first obtain the UEFI firmware > > > images. This can be done by installing sysutils/bhyve-firmware port or > > > package." > > > > https://docs.freebsd.org/en/books/handbook/virtualization/ > > 24.7. FreeBSD as a Host with bhyve > > > > does not mention anything about packages. > > You should scroll down to > 24.7.4. Booting bhyve Virtual Machines with UEFI Firmware > Still does not fix the wrong info from the error message. % sh /usr/share/examples/bhyve/vmrun.sh -c 2 -m 4G -t tap0 -d aarch64.img -i -I fbsd14-aarch64.img aarch64 Error: Firmware file /usr/local/share/uefi-firmware/BHYVE_UEFI.fd doesn't exist. Try: pkg install edk2-bhyve There is no edk2-bhyve. Thanks for the help. I decided that implementing binary128 libm functions is not worth the hassle. -- Steve