Currently works fine in Arch Linux.
# if they exist, they’re almost certainly correct.
if platform.machine() == 'x86_64':
FIRMWARE_LOCATIONS.append('/usr/share/ovmf/ovmf_code_x64.bin')
- # FIRMWARE_LOCATIONS.append('/usr/share/ovmf/x64/OVMF_CODE.fd') # Arch `ovmf` package, but apparently broken
+ FIRMWARE_LOCATIONS.append('/usr/share/ovmf/x64/OVMF_CODE.fd')
elif platform.machine() == 'i386':
FIRMWARE_LOCATIONS.append('/usr/share/ovmf/ovmf_code_ia32.bin')
FIRMWARE_LOCATIONS.append('/usr/share/edk2/ovmf-ia32/OVMF_CODE.fd')