Thursday, October 22, 2020

Re: OpenBSD UEFI on QEMU emulator

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.

> 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
>

No comments:

Post a Comment