Virtual Machine cannot boot with elemental-teal v1.2.3 iso
GrantMelvin opened this issue · comments
What steps did you take and what happened:
When creating a registration endpoint with the cloud configuration below, we are not able to boot a virtual machine with the iso built from the UI.
After this iso is built, we are trying to use it on a Harvester virtual machine:
The virtual machine starts, and it cannot find the boot device when we use the elemental ISO. We have also tried to boot it as "disk" instead of "cd-rom" and it leads to the same issue.
What did you expect to happen:
The virtual machine to successfully start and use the elemental operating system.
Environment:
- Elemental release version (use
cat /etc/os-release
): 103.3.0+up1.5.3 - Rancher version: 2.8.3
- Kubernetes version (use
kubectl version
): v1.29.2 - Cloud provider or hardware configuration: Azure
You did configure the Harvester VM to boot via UEFI, right ? 🤔
That fixed it... thank you so much!