kiranchavala opened a new issue, #11577: URL: https://github.com/apache/cloudstack/issues/11577
### The required feature described as a wish As a User/Admin/Operator I would like to make my vm to boot from a Pixe/Network server Currently, we have option to boot into hardware mode in cloudstack <img width="683" height="593" alt="Image" src="https://github.com/user-attachments/assets/86f5006c-5ec6-4f96-b60e-4ab26086f14e" /> Also, all hypervisors provide an option to change the boot order type Kvm, we need to edit the XML and set the boot order type ``` <os> <type>hvm</type> <loader>/usr/lib/xen/boot/hvmloader</loader> <boot dev='network'/> <boot dev='cdrom'/> <boot dev='hd'/> <bootmenu enable='yes'/> </os> ``` vmware <img width="835" height="437" alt="Image" src="https://github.com/user-attachments/assets/8fee22fc-01f1-469e-88a6-7bef7b484a6b" /> xen  Proxmox <img width="898" height="510" alt="Image" src="https://github.com/user-attachments/assets/0fe4b5f8-873b-4624-8bf0-72db43b5017e" /> -- 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]
