How to use qemu with UEFI on Ubuntu
In order to use QEMU with UEFI on Ubuntu first install OVMF:
qemu_uefi_ubuntu.sh
sudo apt -y install ovmfAfter that, use the -bios /usr/share/ovmf/OVMF.fd with QEMU, for example:
example.sh
sudo qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -hda /dev/sdb -m 1024Check out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow