Download des ISO von PROXMOX.
ISO mit z.B. balenaEtcher auf USB-Stick kopieren.
Inhalt von /etc/apt/sources.list mit folgendem ersetzen.
nano /etc/apt/sources.list
deb http://ftp.debian.org/debian bullseye main contrib
deb http://ftp.debian.org/debian bullseye-updates main contrib
# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
# security updates
deb http://security.debian.org/debian-security bullseye-security main contrib
Inhalt von /etc/apt/sources.list.d/pve-enterprise.list auf folgenden Inhalt ändern.
nano /etc/apt/sources.list.d/pve-enterprise.list
# deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise
Mit folgendem Befehl updaten.
apt update && apt dist-upgrade -y && apt clean
Rechner rebooten
Mit folgendem Befehl Popup enfernen.
sed -i.backup -z "s/res === null || res === undefined || \!res || res\n\t\t\t.data.status.toLowerCase() \!== 'active'/false/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service