[SOLVED] dist-upgrade/full-upgrade wants to remove proxmox-ve

hashime

Renowned Member
Aug 9, 2014
36
0
71
I am running into the issue that on upgrade 7 to 8 apt wants to remove proxmox-ve.
I do not have linux-image-amd64 installed

Code:
The following packages will be REMOVED:
  ceph-common libgnutlsxx28 libnfsidmap2 libpve-guest-common-perl libpve-storage-perl libsemanage1 proxmox-ve pve-container pve-ha-manager pve-manager pve-qemu-kvm python3-cephfs python3-rados python3-rbd python3-rgw qemu-server
  spiceterm


Code:
root@hn-dl360g7-proxmox02:/etc/apt/sources.list.d# dpkg -l|grep linux-image
root@hn-dl360g7-proxmox02:/etc/apt/sources.list.d#
#
 
Did you check if your apt sources have been modified to the appropiate bookworm sources?
 
What is the output of
Code:
apt list --installed | grep linux-image
?
Please provide the
Code:
/etc/apt/sources.list
and the contens of the files in
Code:
/etc/apt/sources.list.d
 
What is the output of
Code:
apt list --installed | grep linux-image
?
Please provide the
Code:
/etc/apt/sources.list
and the contens of the files in
Code:
/etc/apt/sources.list.d

As posted in #1, it's not installed.

For future reference, if someone runs into the same problem:
Ceph was the culprit, or the manuel ceph client installation via ceph.com repo.
Need to update the ceph.com repo for upgrade to 7 and switch to proxmox ceph repo for upgrade to 8, otherwise no potato.
 
As posted in #1, it's not installed.

For future reference, if someone runs into the same problem:
Ceph was the culprit, or the manuel ceph client installation via ceph.com repo.
Need to update the ceph.com repo for upgrade to 7 and switch to proxmox ceph repo for upgrade to 8, otherwise no potato.

Sorry, I didn't saw the
Code:
dpkg -l
in the code block :(
 
Last edited: