order boot default
-
is it possible to change in xcp in some file, the boot order of each new vm ?
whenever you create new virtual machine, with default order?
i would like to put dvd in position 0, always.Thank you!!!
-
In Xen Orchestra, you can change the priority in VM/advanced tab (hard drive vs DVD vs network boot)

-
is it possible to change the boot order via XO Api or to change the order inside the preset template?
-
@markxc I don't think this is possible yet with the REST API. However, you should be able to do it using xo-cli:
xo-cli vm.setBootOrder vm=<string> order=<string>