adietrich-ussignal opened a new issue, #11184:
URL: https://github.com/apache/cloudstack/issues/11184
### The required feature described as a wish
As an operator, I would like to have the KVM import instances functionality
provide the ability to detect if the instance is UEFI SECURE enabled.
There are two lines that appear to help decipher whether an instance has
secure boot enabled, and can help pre-fill the necessary instance settings
without having to modify those by stopping the instance.
```
<os>
<loader readonly='yes' secure='yes'
type='pflash'>/usr/share/OVMF/OVMF_CODE_4M.secboot.fd</loader>
<nvram
template='/usr/share/OVMF/OVMF_VARS_4M.ms.fd'>/var/lib/libvirt/qemu/nvram/de71dfe1-7027-413f-bf23-75b40237e861.fd</nvram>
</os>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]