-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
The VM provided as an OVA can be converted into a raw image disk in order to be used on different hypervisors like bhyve (FreeBSD, illumOS):
qemu-img convert -f vmdk ./wazuh-4.14.2-disk-1.vmdk -O raw wazuh-4.14.2.img -p
Unfortunately a bhyve VM using that disk will not boot, whatever loader settings I use (grub, uefi, uefi-csm). Apparently the reason of that failure to boot could be (most probable cause) that the VM is built for a BIOS boot, and not an UEFI boot.
Is that possible to build a VM that would support UEFI boot?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels