Updating the Intel microcode with iucode tool: Difference between revisions

From Notes to self
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
* <code># iucode_tool --scan-system=exact --list --quiet intel-ucode/</code>
* <code># iucode_tool --scan-system=exact --list --quiet intel-ucode/</code>
* <code># cat /proc/cpuinfo | grep microcode</code>
* <code># cat /proc/cpuinfo | grep microcode</code>
* <code># iucode_tool --scan-system=exact --overwrite --write-earlyfw=/boot/ucode.cpio intel-ucode/</code>
* <code># iucode_tool --scan-system=exact --overwrite --write-earlyfw=/boot/intel-ucode.cpio intel-ucode/</code>


[[Category: Linux]]
[[Category: Linux]]

Latest revision as of 21:09, 26 October 2022

  • # iucode_tool --scan-system=exact --list --quiet intel-ucode/
  • # cat /proc/cpuinfo | grep microcode
  • # iucode_tool --scan-system=exact --overwrite --write-earlyfw=/boot/intel-ucode.cpio intel-ucode/