如何在 Ubuntu 上使用 qemu 和 UEFI
为了在 Ubuntu 上使用 QEMU 和 UEFI,首先安装 OVMF:
qemu_uefi_ubuntu.sh
sudo apt -y install ovmf之后,在 QEMU 中使用 -bios /usr/share/ovmf/OVMF.fd,例如:
qemu_uefi_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