-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
ISSUE TYPE
- Enhancement Request
COMPONENT NAME
template, VM
CLOUDSTACK VERSION
ACS 4.15.2
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
When a template is configured with UEFI setting - UEFI=secure and a VM is deployed with the template, the boot parameters passed via the template settings does not take effect on the first boot. However, powering off the VM and restarting it, will bring up the instance using UEFI i.e., the template settings take effect
STEPS TO REPRODUCE
1. Register a template as deploy-as-is and specify UEFI=SECURE in the template settings
2. Deploy a VM using the above registered template - VM doesn't boot using uefi
3. Stop & start the VM - the boot parameters are considered
EXPECTED RESULTS
Consider template settings on the initial boot, or if not possible, prompt the user (by means of logs) that the specific setting wasn't considered
ACTUAL RESULTS