From nobody Sun Feb 02 21:11:33 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 4YmMkm6Qmdz5n11h for ; Sun, 02 Feb 2025 21:11:44 +0000 (UTC) (envelope-from SRS0=+jX4=UZ=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (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 4YmMkl6bPLz3nbG for ; Sun, 02 Feb 2025 21:11:43 +0000 (UTC) (envelope-from SRS0=+jX4=UZ=quip.cz=000.fbsd@elsa.codelab.cz) Authentication-Results: mx1.freebsd.org; none Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 56427D7889; Sun, 2 Feb 2025 22:11:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1738530696; bh=2XPDhEBXr3spdC7kcNzKI6ORvTs8x2nJGDn/A6eRRtQ=; h=Date:Subject:To:References:From:In-Reply-To; b=T/8OPTo9T4/oiG88F0SkaJ1rICFiU8QaIY7vjBmZRwTOhrq2lJOAchKkiffexfyN8 Iw+HjtuLoI4shOZo0syjfsVMkgxNVYiLLizXxEvOF+2dpg+mR0e+fpICdbzykfJhjx oirrOLjur6KsxkNrtvRwkpjf3Qbfz6xE06ZsdPpk= Received: from [192.168.145.49] (ip-89-177-27-225.bb.vodafone.cz [89.177.27.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 0FE1FD7887; Sun, 2 Feb 2025 22:11:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1738530695; bh=2XPDhEBXr3spdC7kcNzKI6ORvTs8x2nJGDn/A6eRRtQ=; h=Date:Subject:To:References:From:In-Reply-To; b=XeMX7+Ikygdh7dretn8R6nzv5WdD+Uovd7FYVu4Q1hpoeyv+fsxjb09sFUz2hI6gk r7eU22fciAQPslc7vtwvJgos/Glo3A4/ywfw6t95IhDdqhjiZl2q+HF9cdj9wuc1oK yru9vJKkP2vgZqPPpmDSmLNaLxa3UURZ5w3avNps= Message-ID: Date: Sun, 2 Feb 2025 22:11:33 +0100 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 User-Agent: Mozilla Thunderbird Subject: Re: bhyve an missing packages? To: sgk@troutmask.apl.washington.edu, freebsd-hackers@freebsd.org References: Content-Language: en-US From: Miroslav Lachman <000.fbsd@quip.cz> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4YmMkl6bPLz3nbG 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)[]; TAGGED_FROM(0.00)[jX4=UZ=quip.cz=000.fbsd]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ] On 02/02/2025 21:20, Steve Kargl wrote: > Following the Handbook to set up a BHyve instance > of freebsd-arm64, I have into > > % 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 > > 1. The Handbook guidelines have no mention of needing a package. > 2. Th edk2-bhyve package does not exist. There is a paragraph about required package bhyve-firmware [1] "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." And as it can be seen in the Makefile [2], it will install sysutils/edk2@bhyve as a dependency [1] https://docs.freebsd.org/en/books/handbook/virtualization/#virtualization-bhyve-uefi [2] https://github.com/freebsd/freebsd-ports/blob/main/sysutils/bhyve-firmware/Makefile Kind regards Miroslav Lachman