-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No ability to create libvirt KVM virtual machine instances with uefi support #128
Comments
On a related note, #132 would at least clean up the UEFI bits on deletion. |
https://libvirt.org/formatdomain.html#bios-bootloader describes how to do this. The simplest way to enable EFI is to select the right firmware <os firmware="efi">
# ...
</os> Additionally, secure boot can be enabled with Big question is, how to expose this. I suppose an attribute |
After playing around with this for a while I think #134 implements this. Please have a look. |
@ekol this seems about right. Now just needs to pass all the pipline checks. It wants double quotes instead of single quotes. |
Currently fog-libvirt only supports ability to create virtual machines via libvirt that are BIOS based. BIOS is slowly being deprecated on with Linux distributions. While Windows 11 no longer supports it all together.
Foreman currently relies on fog-libvirt to create virtual machines from a libvirt compute resource. Currently it can only support creation of BIOS based KVM virtual machines.
Enabling a way to specify creation of libvirt KVM instances with UEFI will resolve this issue.
https://community.theforeman.org/t/libvirt-and-uefi/22756
The text was updated successfully, but these errors were encountered: