[SOLVED] Problem in preparation of upgrade

daan.devos1990

New Member
Aug 25, 2024
4
1
3
Hello,

Seeing as support for Proxmox 7 has ended, I would like to upgrade to the newest version. However in preparation for this upgrade I am experiencing problems while updating the PVE-QEMU-KVM package.

I have tried several things like forcing a reinstall of the package but this has not worked up until now. Attached is a screenshot of the shell.

Are there things that I have forgotten to do or am I looking at a broken Proxmox install?

Thank you for the response in advance.

Kind regards,

DaanKVM.jpg
 
You've got only the PVE7 repo. The Debian 11 (Bullseye) repositories are missing.

Add these three to your /etc/apt/sources.list.
Code:
deb http://ftp.debian.org/debian bullseye main contrib
deb http://ftp.debian.org/debian bullseye-updates main contrib

# security updates
deb http://security.debian.org/debian-security bullseye-security main contrib

After that do an apt update. If there are no errors, do an apt dist-upgrade next.

Edit: Typo
 
Last edited: