Skip to content

Commit

Permalink
Add OVMF/AAVMF packages
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Sep 28, 2023
1 parent 2387556 commit 9770462
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/install-qemu-kvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,13 @@ sudo update-grub
Reboot and then everything in `virt-host-validate` should pass. The tool
can't validate secure guest support on Intel chips, only on AMD or IBM
processors, so the warning is accurate there: https://stackoverflow.com/questions/65207563/qemu-warn-unknown-if-this-platform-has-secure-guest-support

Install the packages with the UEFI firmware:
```
# Open Virtual Machine Firmware for X86-64 processors
# Files are in /usr/share/OVMF
sudo apt-get install ovmf
# ARM Architecture Virtual Machine firmware
# Files are in /usr/share/AAVMF
sudo apt-get install qemu-efi-aarch64
```

0 comments on commit 9770462

Please sign in to comment.