DietPi-Docs icon indicating copy to clipboard operation
DietPi-Docs copied to clipboard

Add alternative method for configuring image

Open kryptonite303 opened this issue 3 years ago • 2 comments

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.

kryptonite303 avatar Sep 11 '22 19:09 kryptonite303

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?

MichaIng avatar Sep 12 '22 05:09 MichaIng

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 avatar Sep 13 '22 19:09 kryptonite303

@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" )?

StephanStS avatar Sep 19 '22 16:09 StephanStS