8 to 9 | amd64-microcode warning

Nov 22, 2022
16
1
8
cloudzeeland.nl
Prior to the upgrade from 8.4.8 to Proxmox 9.0 I ran the pve8to9 -- full command
Everything looks almost ok, except one warning:

Package amd64-microcode is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'amd64-microcode' has no installation candidate
---

Can you tell how I can force this 'other package' to update the amd64-microcode package?
Thanks, Jos
 
The amd64-microcode package does not seem to be in the repos. I checked a Debian 12 and a Debian 13 Vm they do not seem to be there either.
 
The amd64-microcode package does not seem to be in the repos. I checked a Debian 12 and a Debian 13 Vm they do not seem to be there either.
To be able to install packages from this component, run editor /etc/apt/sources.list, append non-free-firmware to the end of each .debian.org repository line and run apt update.
 
I did, but no result:
Hit:1 http://ftp.nl.debian.org/debian bookworm InRelease
Hit:2 http://ftp.nl.debian.org/debian bookworm-updates InRelease
Hit:3 http://security.debian.org bookworm-security InRelease
Hit:4 https://enterprise.proxmox.com/debian/pve bookworm InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.

Does anyone know who I have to contact to have that amd64-microcode package in the Debian 12 repo (which I currently in) and Debian 13 one?
 
Solution is hier:
 
Hello,

Here is how /etc/apt/sources.list file shoud look like:
Code:
/etc/apt# cat sources.list
deb http://ftp.debian.org/debian bookworm main contrib non-free-firmware

deb http://ftp.debian.org/debian bookworm-updates main contrib non-free-firmware

# security updates
deb http://security.debian.org bookworm-security main contrib non-free-firmware

deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription

It installs correctly after that.
 
That was pre-upgrade, I let it as-is and ran apt modernize-sources after upgrade.
I noticed differences between recommend file content in ProxMox Wiki and what was copied over by modernize-sources (basically just the content of sources.list as is), so I kept only the recommended content.