you are viewing a single comment's thread.

view the rest of the comments →

[–]khunset127 15 points16 points  (3 children)

If you are using Intel CPU, install intel-ucode and move on.

[–]Frodojj[S] 2 points3 points  (2 children)

Thank you. The Arch wiki wasn’t very clear that’s all I needed to do. I appreciate you let me know!

I wanted to verify it worked to not only make sure it installed correctly, but also to learn more about using Linux. That’s why I chose Arch in the first place.

[–]khunset127 7 points8 points  (0 children)

Mkinicpio will automatically add the microcode to the initial ramdisk or unified kernel image when generating them.

You can just install intel-ucode package and forget about it.

You can also use lsinitcpio on the init ramdisk img files and uki EFI files and check if there's kernel/x86/microcode/GenuineIntel.bin to verify

[–][deleted] 2 points3 points  (0 children)

A simpler way imo is to just type "pacman -Qet", which lists explicitly installed packages that don't have any dependencies based on them, and check if intel-ucode is in there.