Hi, I saw that Debian 12 was updated to 12.1 and I thought of making new cloud template.
I run 2 Proxmox 8 servers, 1 in Hetzner and 1 at home, the problem i am facing can be reproduced in both of them.
The steps I did to make the template are:
1) wget https://cloud.debian.org/images/clo...0/debian-12-generic-amd64-20230723-1450.qcow2
2) qm create 8000 --memory 2048 --core 2 --name debian12-cloud --net0 virtio,bridge=vmbr0 --ostype l26
3) qm importdisk 8000 debian-12-generic-amd64-20230723-1450.qcow2 local
4) qm set 8000 --scsihw virtio-scsi-pci --scsi0 local:vm-8000-disk-0
5) qm set 8000 --ide2 local:cloudinit
6) qm set 8000 --boot c --bootdisk scsi0
7) qm set 8000 --serial0 socket --vga serial0
8) Config the vm and cloudinit
9) qm template 8000
Basically I use the same commands to make Ubuntu and Debian cloud image templates.
Now when i make the template like that, I make a full clone of it and boot it up, it always stays long time at networks, it continues after a while but when get it, the vm doesn't have network access at all.
As I login, I type: ip a
And I get: 2: ensl8: BROADCAST,MULTICAST mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether mac:address brd altname enp0s!8
I have tried to change the nic from virtIO to intel or realtek but it is always the same.
Thankfully I had taken a backup of the 12.0 template and restored that and it works fine.
I assume this is a Debian 12.1 cloud image problem or is there any setting I have done wrong?
I run 2 Proxmox 8 servers, 1 in Hetzner and 1 at home, the problem i am facing can be reproduced in both of them.
The steps I did to make the template are:
1) wget https://cloud.debian.org/images/clo...0/debian-12-generic-amd64-20230723-1450.qcow2
2) qm create 8000 --memory 2048 --core 2 --name debian12-cloud --net0 virtio,bridge=vmbr0 --ostype l26
3) qm importdisk 8000 debian-12-generic-amd64-20230723-1450.qcow2 local
4) qm set 8000 --scsihw virtio-scsi-pci --scsi0 local:vm-8000-disk-0
5) qm set 8000 --ide2 local:cloudinit
6) qm set 8000 --boot c --bootdisk scsi0
7) qm set 8000 --serial0 socket --vga serial0
8) Config the vm and cloudinit
9) qm template 8000
Basically I use the same commands to make Ubuntu and Debian cloud image templates.
Now when i make the template like that, I make a full clone of it and boot it up, it always stays long time at networks, it continues after a while but when get it, the vm doesn't have network access at all.
As I login, I type: ip a
And I get: 2: ensl8: BROADCAST,MULTICAST mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether mac:address brd altname enp0s!8
I have tried to change the nic from virtIO to intel or realtek but it is always the same.
Thankfully I had taken a backup of the 12.0 template and restored that and it works fine.
I assume this is a Debian 12.1 cloud image problem or is there any setting I have done wrong?