Skip to content

Commit c63ffce

Browse files
committed
guestfs: add OVMF package for UEFI firmware support
The OVMF (Open Virtual Machine Firmware) package provides UEFI firmware files required by libvirt when creating VMs with UEFI support. Without this package, libvirt fails with: libvirtError: operation failed: Unable to find 'efi' firmware that is compatible with the current configuration Add ovmf to the Debian dependencies to ensure UEFI firmware is available for VM creation, particularly when guestfs_requires_uefi is enabled. Generated-by: Claude AI Reviewed-by: Chuck Lever <[email protected]> Signed-off-by: Luis Chamberlain <[email protected]>
1 parent dc4831e commit c63ffce

File tree

1 file changed

+1
-0
lines changed
  • playbooks/roles/guestfs/tasks/install-deps/debian

1 file changed

+1
-0
lines changed

playbooks/roles/guestfs/tasks/install-deps/debian/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
- isc-dhcp-client
1818
- python3-lxml
1919
- python3-libvirt
20+
- ovmf
2021
state: present

0 commit comments

Comments
 (0)