Hi,
I am running into this issue and i am not sure whether i am reading it wrong or there is a problem somewhere else.
Based on this doco [1], there is this command available:
My understanding is that command should have
for example. Am I wrong?
Because doing so, I get this:
Am I missing something?
[1] https://pve.proxmox.com/pve-docs/qm.1.html
I am running into this issue and i am not sure whether i am reading it wrong or there is a problem somewhere else.
Based on this doco [1], there is this command available:
Code:
--boot [[legacy=]<[acdn]{1,4}>] [,order=<device[;device...]>]
My understanding is that command should have
Code:
--boot order=ide2;scsi0
Because doing so, I get this:
Code:
root@pxmx-01:~# qm set 123 --boot order=ide2,scsi0
400 Parameter verification failed.
boot: invalid format - format error
boot.legacy: value does not match the regex pattern
Am I missing something?
[1] https://pve.proxmox.com/pve-docs/qm.1.html