intel-microcode, how to install on Proxmox 7

jonathan2260

Member
May 3, 2021
10
1
8
55
Hello.

I am getting an error firmware bug tsc_deadline when I boot up Proxmox. Looking around I see that to solve this problem you need to install intel-microcode.

I did find a link to install it on the previous version of Proxmox. Can someone provide instructions on how to do this on Proxmox 7?

Thank you in advance for your help.
 
like on any other Debian system - enable the 'non-free' component for your Debian repository (you likely have 'main' and 'contrib' enabled already), run apt update, install apt install intel-microcode
 
  • Like
Reactions: Stoiko Ivanov
Hi Fabian. I'm not super familiar with Debian's way of doing some things but after your explanation, I didn't quite understand what you meant but figured it out. I didn't realize it was that simple to just add non-free at the end of the line to enable it. I just learned something.

Thanks again for your response.