There's also the official Intel microcode git repo https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
Since it seems the Proxmox/Debian intel-microcode package can take time to update. Just for funsies, for N100
BEFORE:
Commands:
AFTER:
Since it seems the Proxmox/Debian intel-microcode package can take time to update. Just for funsies, for N100
BEFORE:
Code:
root@n100p4:~# dmesg | grep microcode
[ 1.322292] microcode: Current revision: 0x0000001a
[ 1.322294] microcode: Updated early from: 0x0000000e
Commands:
Code:
wget https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/main.zip
unzip main.zip
cd Intel-Linux-Processor-Microcode-Data-Files-main
cp -v intel-ucode/* /lib/firmware/intel-ucode/
update-initramfs -u
reboot
AFTER:
Code:
root@n100p4:~# dmesg | grep microcode
[ 1.331536] microcode: Current revision: 0x0000001c
[ 1.331539] microcode: Updated early from: 0x0000000e