Debian 13 LXC – Black Screen in Console (Proxmox VE 9.0)

Gruenschnabel

New Member
Sep 25, 2025
5
0
1
I’ve just created a new Debian 13 (Trixie) LXC container on Proxmox VE 9.0 using the official template. When I open the Console, I only get a completely black screen with a white cursor. Firewall is active but no rules. I dont use IPv6 in my network. I can type into the console, but nothing is echoed or executed.

Code:
arch: amd64
cmode: console
cores: 1
hostname: unifi-controller
memory: 2048
nameserver: 192.168.70.1
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.70.1,hwaddr=BC:24:11:0E:AE:1D,ip=192.168.70.79/24,tag=70,type=veth
ostype: debian
rootfs: SSD-DATA1:vm-100-disk-0,size=32G
searchdomain: 192.168.70.1
swap: 0
unprivileged: 1

The container is running (pct list shows it active). I can access the container shell without issues. Is this a known issue with Debian 13 templates or something specific to Proxmox VE 9.0?

Thanks in advance!
 
Last edited:
I am having literally the exact same issue. Debian 13 LXC, PVE 9.0. Container is running and shows active, but console output is blank, despite showing connected. I've tried various combination of console options on the container, nothing works.

Code:
arch: amd64
cores: 8
hostname: debian13-test
memory: 16384
net0: name=eth0,bridge=vmbr0,firewall=1,gw=10.1.10.1,hwaddr=BC:24:11:05:F5:F8,ip=10.1.10.82/24,type=veth
ostype: debian
rootfs: ZFS_fast:subvol-802-disk-0,size=32G
swap: 0
unprivileged: 0