From nobody Sun Feb 02 23:52:06 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 4YmRJ15JWqz5ldpM for ; Sun, 02 Feb 2025 23:52:17 +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 4YmRHz4Bv3z3VJX for ; Sun, 02 Feb 2025 23:52:15 +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 DA8F5D78A8; Mon, 3 Feb 2025 00:52:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1738540332; bh=z3ahnWE8627wBpR4AlzMn8sVh8k5CLaY+NmiF/t9yUQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=Ees7f+8zBXJuugV815LLTJF9b6EiVx5ekxGIJdYDrEyXaQEOcGC4mSsaH11lGoAw9 qAexu1KGrlbjVYr/ZAFemnwA5TbpPsiR7/NpKb8njeiNFdnN3/O/7YYjnNOKieRPMZ 3LuWULroqdxufR6DzJAGzlkEnct5P7k3f4nHXo/Y= Received: from [192.168.145.49] (unknown [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 48FBAD7892; Mon, 3 Feb 2025 00:52:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1738540328; bh=z3ahnWE8627wBpR4AlzMn8sVh8k5CLaY+NmiF/t9yUQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=4R+RxRh+djkMTCNXWxMzGhhZYWbh8HMp4j1gsKIS37aHft263rdKy4Pg7nfuhl+vk CpuRLkJ4fqbwVL3XBi9OB0UDM2k0jCwvWeubtPD8uPTc1ME5mZIRE4DqDMtB/nfOZr VYnAASfZGHwV4QGrpNzeMhiKji9zXv2a9RqNw9AE= Message-ID: <9709fe1a-01c4-4113-9a68-08c8cca5ac19@quip.cz> Date: Mon, 3 Feb 2025 00:52:06 +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 Cc: freebsd-hackers@freebsd.org References: Content-Language: cs-Cestina 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: 4YmRHz4Bv3z3VJX 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 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 Kind regards Miroslav Lachman