qemu uefi support?
by timsoft from LinuxQuestions.org on (#6QW1E)
I'm using the latest qemu from sbo 9.0.2 on slackware64 15.0
by default it uses standard bios rather than uefi.
Code:qemu-system-x86_64 -Lreports
Code:/usr/bin/../share/qemu-firmware
/usr/bin/../share/qemubut there isn't a /usr/share/qemu-firmware directory or file.
there is a /usr/share/qemu/firmware directory containing a bunch of .json files
/usr/share/qemu/edk2-x86_64-code.fd exists but adding
Code:-bios /usr/share/qemu/edk2-x86_64-code.fd to the paramters for qemu
gives the error
Code:qemu: could not load PC BIOS '/usr/share/qemu/edk2-x86_64-code.fd'google search does not come up with stuff which appears relevant to this version of slackware. qemu works fine for regular bios vms. Any ideas how to get uefi (not secure boot) support for a qemu vm. ?
by default it uses standard bios rather than uefi.
Code:qemu-system-x86_64 -Lreports
Code:/usr/bin/../share/qemu-firmware
/usr/bin/../share/qemubut there isn't a /usr/share/qemu-firmware directory or file.
there is a /usr/share/qemu/firmware directory containing a bunch of .json files
/usr/share/qemu/edk2-x86_64-code.fd exists but adding
Code:-bios /usr/share/qemu/edk2-x86_64-code.fd to the paramters for qemu
gives the error
Code:qemu: could not load PC BIOS '/usr/share/qemu/edk2-x86_64-code.fd'google search does not come up with stuff which appears relevant to this version of slackware. qemu works fine for regular bios vms. Any ideas how to get uefi (not secure boot) support for a qemu vm. ?