The intel-ucode
package was not installed.:
~> pacman -Qi intel-ucode
Fehler: Paket 'intel-ucode' wurde nicht gefunden
I installed it: sudo pacman -S intel-ucode
. After that I updated GRUB.:
~> sudo grub-mkconfig -o /boot/grub/grub.cfg
GRUB-Konfigurationsdatei wird erstellt …
Thema gefunden: /boot/grub/themes/Antergos-Default/theme.txt
Found Intel Microcode image
Linux-Abbild gefunden: /boot/vmlinuz-linux-lts
initrd-Abbild gefunden: /boot/initramfs-linux-lts.img
Found fallback initramfs image: /boot/initramfs-linux-lts-fallback.img
Linux-Abbild gefunden: /boot/vmlinuz-linux
initrd-Abbild gefunden: /boot/initramfs-linux.img
Found fallback initramfs image: /boot/initramfs-linux-fallback.img
/dev/sdc: open failed: Kein Medium gefunden
/dev/sdd: open failed: Kein Medium gefunden
/dev/sde: open failed: Kein Medium gefunden
/dev/sdc: open failed: Kein Medium gefunden
/dev/sdd: open failed: Kein Medium gefunden
/dev/sde: open failed: Kein Medium gefunden
erledigt
Then I checked for the microcode update.:
~> dmesg | grep microcode
[ 0.000000] microcode: microcode updated early to revision 0x24, date = 2018-01-21
[ 0.621286] microcode: sig=0x306c3, pf=0x2, revision=0x24
[ 0.621417] microcode: Microcode Update Driver: v2.2.
It seems to me, that the microcode got updated, because before I got the following message.:
~> dmesg | grep microcode
[ 0.000000] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 (or later)
[ 0.621839] microcode: sig=0x306c3, pf=0x2, revision=0x1c
[ 0.622049] microcode: Microcode Update Driver: v2.2.
But the problem is not gone.