Hi,
when trying to use the --boot parameter either with "qm create" or "qm set" with any of these variants I always get errors.
Using only one parameter
works.
What is the correct syntax to define the boot order net0,scsi0,ide2?
when trying to use the --boot parameter either with "qm create" or "qm set" with any of these variants I always get errors.
Bash:
qm create --boot order=net0;scsi0;ide2
qm create --boot order=net0,scsi0,ide2
Bash:
qm create --boot order=net0
qm create --boot order=scsi0
What is the correct syntax to define the boot order net0,scsi0,ide2?