stackhpc / ansible-role-libvirt-vm

This role configures and creates VMs on a KVM hypervisor.
128 stars 67 forks source link

Add efi support #83

Closed markgoddard closed 2 years ago

markgoddard commented 2 years ago

Add support for booting VMs in EFI mode.

Currently secure boot is not supported.

If using with the stackhpc.libvirt-host role, set libvirt_host_enable_efi_support to true to install required packages.

Co-Authored-By: Mark Goddard mark@stackhpc.com

markgoddard commented 2 years ago

Adapted from the EFI + secure boot patch that stalled: https://github.com/stackhpc/ansible-role-libvirt-vm/pull/12

mmalchuk commented 2 years ago

👍🏼