O Intel Xeon pode ser muito antigo para obter atualizações de firmware, mas aqui vai ...
Em terminal
...
sudo apt-get update # update the software database
sudo apt-get install intel-microcode # install intel-microcode
reboot # reboot the computer
either one of the following:
dmesg | grep -i microcode # review the log since boot
grep -i microcode /var/log/syslog* # review syslog
Looking to see if the microcode got loaded, or if it
indicates that it's not required for your processor.
Se não for necessário:
sudo apt-get purge intel-microcode # to uninstall it
Para usar intel-microcode
, você não faz nada além de notar que está funcionando no seu processador.