On Thu, Oct 22, 2020 at 10:37:31PM -0400, Brad Smith wrote: > On 10/22/2020 9:59 PM, Kevin Shell wrote: > > Hello misc@. > > > > I want to try out OpenBSD UEFI. > > How to install OpenBSD with UEFI boot on qemu? > The installer does prompt you during disk setup. > > The install68.iso has no UEFI support. > > This is not true.
It does not include a fat fs el torito image with efiboot only cdbr for mbr. > > > 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 > > > >