- Create New VM on your proxmox, for instance my vm number is 118.
- Run this cmd to write into the disk :
dd if=your-raw-file.raw of=/dev/mapper/pve-vm–118–disk–1 bs=8M conv=sparse status=progress
3. Wait until finish, then boot up your VM
done.
dd if=your-raw-file.raw of=/dev/mapper/pve-vm–118–disk–1 bs=8M conv=sparse status=progress
3. Wait until finish, then boot up your VM
done.