From 8cfa87ecaa7f8eb09115f6a3c161ba5bffbe994a Mon Sep 17 00:00:00 2001 From: cieska <41318524+cieska@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:48:09 +0000 Subject: [PATCH] Update virtuals.rst Adding the configuration detail for Hyper-V VM settings whit the screenshot. --- source/manual/virtuals.rst | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/source/manual/virtuals.rst b/source/manual/virtuals.rst index b7c624e3..a31e9f03 100644 --- a/source/manual/virtuals.rst +++ b/source/manual/virtuals.rst @@ -20,8 +20,9 @@ For optimum performance and compatibility, these guides are given: ------------------ +------ VMware ESXi ------------ +------ VMware offers full instructions for installing FreeBSD, these can be found `here `__. @@ -33,26 +34,27 @@ To install the VMware tools just goto :menuselection:`System --> Firmware --> Pl .. Note:: While other network setups may work fine, the VMXNET 3 is the recommended one according to VMware's Compatibility Guide. - - ------------------- +------ Xen ---- +------ To install the Xen tools just goto :menuselection:`System --> Firmware --> Plugins` and install **os-xen** by clicking on the **+** sign next to it. .. image:: images/os-xen.png ------------------- - +------ HyperV ------ HyperV Generation 1 and 2 are supported out of the box, no additional drivers or tools are needed. +Secure Boot must not be enabled in the hardware settings for the VM. + +.. image:: images/hyper-v_no-enable-sec-boot.png +------ KVM ---- +------ **i440FX chipset** OPNsense on KVM works with virtio disks and network devices (confirmed on QEMU 5.0). @@ -61,6 +63,7 @@ As of 22.1.x, OPNsense is based on FreeBSD 13.0, which includes support for the generation of KVM virtio devices. Note that this was a relatively recent addition to FreeBSD, so it may not be as well tested as the i440 support. +------ Others ------ OPNsense can be installed on all virtual machines that support FreeBSD (such as Bhyve, VirtualBox).