I recently updated to Proxmox VE 9.0.3 from 8.something (it's a single Proxmox host, so no clustering or anything), and now that Debian 13 is out, I wanted to update my VMs and containers. My VMs upgraded fine, but whenever I attempted to upgrade my LXCs, they would never boot (just stayed at a black screen). So, I figured I'd just recreate them on a new container that's already on Debian 13.
To do this, I downloaded one from the linuxcontainers.org site:
However, whenever I try to create a container with it, I'm receiving the following error:
What am I doing wrong here?
To do this, I downloaded one from the linuxcontainers.org site:
Bash:
wget 'https://images.linuxcontainers.org/images/debian/trixie/amd64/default/20250808_05:24/rootfs.tar.xz' -O /mnt/pve/MYSTORAGE/template/cache/debian-13-standard_linuxcontainers_13.0_amd64.tar.xz
However, whenever I try to create a container with it, I'm receiving the following error:
Code:
extracting archive '/mnt/pve/MYSTORAGE/template/cache/debian-13-standard_linuxcontainers_13.0_amd64.tar.xz'
Total bytes read: 409671680 (391MiB, 383MiB/s)
Detected container architecture: amd64
unable to open file '/etc/network/interfaces.tmp.6356' - No such file or directory
TASK ERROR: unable to create CT 106 - error in setup task PVE::LXC::Setup::post_create_hook
What am I doing wrong here?