search

Configure microcode with GRUB

Fri, Dec 25, 2020 01:00 CET

Tags: Installation, Arch, GRUB

All users with an AMD or Intel CPU should install the microcode updates to ensure system stability.

(Follows https://wiki.archlinux.org/index.php/Microcode)

Install Intel or AMD package:

pacman -S intel-ucode

or

pacman -S amd-ucode

Regenerate GRUB config

grub-mkconfig -o /boot/grub/grub.cfg