So I have a template file called makevm.sh. Inside I have all my qm set and imports to create VMs. It has worked great for a long time, but now I want to add an efi disk so I can change the type of bios. I have the bios now set with qm set 188 --bios ovmf and it works. Then I am trying to add a efi disk with the following command:
qm set VMID --efidisk0: storage:vm-188-disk-2,size=1M
but get the following error:
update VM 188: -efidisk0 storage:vm-188-disk-2,size=1M
rbd error: rbd: error opening image vm-188-disk-2: (2) No such file or directory
Anyone have any suggestions or if I am messing something here?
Thanks for any help!
qm set VMID --efidisk0: storage:vm-188-disk-2,size=1M
but get the following error:
update VM 188: -efidisk0 storage:vm-188-disk-2,size=1M
rbd error: rbd: error opening image vm-188-disk-2: (2) No such file or directory
Anyone have any suggestions or if I am messing something here?
Thanks for any help!