Hello misc@. I want to try out OpenBSD UEFI. How to install OpenBSD with UEFI boot on qemu? The install68.iso has no UEFI support. My following command on Linux can't boot OpenBSD UEFI.
qemu-system-x86_64 -enable-kvm \ -machine q35 \ -cpu host \ -smp cores=4,threads=1 \ -m 1G \ -bios /usr/share/edk2/ovmf/OVMF_CODE.fd \ -drive file=install68.img,format=raw -- kevin