Updating the Intel microcode with iucode tool: Difference between revisions

From Notes to self
Jump to navigation Jump to search
Created page with "* <code># iucode_tool --scan-system=exact --list intel-ucode/</code> * <code># iucode_tool --scan-system=exact --overwrite --write-earlyfw=/boot/ucode.cpio intel-ucode/</code>..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
* <code># iucode_tool --scan-system=exact --list intel-ucode/</code>
* <code># iucode_tool --scan-system=exact --list --quiet intel-ucode/</code>
* <code># iucode_tool --scan-system=exact --overwrite --write-earlyfw=/boot/ucode.cpio intel-ucode/</code>
* <code># cat /proc/cpuinfo | grep microcode</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/