Hi all,
I'm new to Proxmox and am having trouble creating a template for a Ubuntu VM:
I'm using Proxmox 7.4-3, the VM is Ubuntu 24-04 straight from osboxes.org.
I converted the .vmdk to .qcow2 with qemu and uploaded it to /var/lib/vz/images/102 and assigned the image to a disk with:
However, when I try to convert this machine to a template I get the following error:
No base disks are created, and although the VM is now marked as a template in the GUI I can't create any linked clones:

VM config before converting to template:
After converting to template:
Any help would be appreciated. I'm probably doing something incredibly stupid.
Thanks in advance.
I'm new to Proxmox and am having trouble creating a template for a Ubuntu VM:
I'm using Proxmox 7.4-3, the VM is Ubuntu 24-04 straight from osboxes.org.
I converted the .vmdk to .qcow2 with qemu and uploaded it to /var/lib/vz/images/102 and assigned the image to a disk with:
qm set 102 --scsi1 local:102/Ubuntu.qcow2 - Which works fine and boots no problem.However, when I try to convert this machine to a template I get the following error:
root@pve:~# qm template 102file '/var/lib/vz/images/102/Ubuntu.qcow2' already existsNo base disks are created, and although the VM is now marked as a template in the GUI I can't create any linked clones:

VM config before converting to template:
root@pve:~# qm config 102boot: order=scsi1;ide2;net0cores: 2ide2: none,media=cdrommemory: 4096meta: creation-qemu=7.2.0,ctime=1726431596name: UbuntuTest2net0: rtl8139=E2:CF:88:2F:90:7C,bridge=vmbr0,firewall=1numa: 0ostype: l26scsi1: local:102/Ubuntu.qcow2,size=500Gscsihw: virtio-scsi-singlesmbios1: uuid=690abadb-f6f3-495c-9b93-384d4c2d4d4asockets: 1vmgenid: 2dc760dd-38fd-429d-900c-f5c0da17ae3croot@pve:~# After converting to template:
root@pve:~# qm config 102boot: order=scsi1;ide2;net0cores: 2ide2: none,media=cdrommemory: 4096meta: creation-qemu=7.2.0,ctime=1726431596name: UbuntuTest2net0: rtl8139=E2:CF:88:2F:90:7C,bridge=vmbr0,firewall=1numa: 0ostype: l26scsi1: local:102/Ubuntu.qcow2,size=500Gscsihw: virtio-scsi-singlesmbios1: uuid=690abadb-f6f3-495c-9b93-384d4c2d4d4asockets: 1template: 1vmgenid: 2dc760dd-38fd-429d-900c-f5c0da17ae3cAny help would be appreciated. I'm probably doing something incredibly stupid.
Thanks in advance.