Add alternative method for configuring image
The Download, extract and import the DietPi image section didn't seem to work for me. I got unable to parse directory volume name errors. There's an alternative way to configure the DietPi image, which worked for me.
Many thanks. To not bloat the already lengthy Proxmox instructions further, at which step did the error occur? You did assure that the VM ID was set correctly?
Many thanks. To not bloat the already lengthy Proxmox instructions further, at which step did the error occur? You did assure that the VM ID was set correctly?
The error occurred on the :
qm set "$ID" --scsi0 "local-lvm:vm-$ID-disk-0"
step. The VM ID was set correctly, but still no dice
@kryptonite303: Could you please check, whether a qm set "$ID" --scsi0 "local-lvm:$ID/vm-$ID-disk-0" works better (e.g. qm set 100 --scsi0 "local-lvm:100/vm-100-disk-0" )?