Conversation

Jarkko Sakkinen

Quick recipes to get OVMF and AAVMF anywhere:

OVMF:

curl -sSf https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/ovmf-0.0.202308-r2.apk | tar zx --strip-components 3 usr/share/OVMF/OVMF.fd

AAVMF:

curl -sSf https://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/aavmf-0.0.202308-r2.apk | tar xz --strip-components 3 usr/share/AAVMF/QEMU_EFI.fd

Distributions place these files in variable places when they deploy QEMU and EDK2 so it is is good to have ubiquitous method for acquiring them for e.g. kernel testing.

#alpinelinux #qemu #edk2 #ovmf #aavmf

1
0
1
... and you rarely benefit in QEMU scenario from self-compiling them
0
0
0