Am Mittwoch, 4. Oktober 2023, 05:42:17 CEST schrieb Valmor F. de Almeida: > -> cat /proc/cpuinfo > > processor : 0 > vendor_id : GenuineIntel > cpu family : 6 > model : 158 > model name : Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz > stepping : 9 > microcode : 0x84
At the moment this is our actual microcode for Intel CPUs: sys-firmware/intel-microcode-20230808_p20230804 If you look into: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/blob/main/ releasenote.md You will see that version f4 is actual for your CPU (dec 6-158-9 is hex 6-9e-9) instead your version 84. KBL-G/H/S/X/E3 B0 06-9e-09/2a 000000f2 000000f4 Core Gen7; Xeon E3 v6 What you can always do: 1. Boot with our GentooMinimalCD (so you have the new/actual microcode active on your CPU) 2. Chroot into your system (like you do with a new installation) 3. Re-emerge all packages with "emerge -e ..." After this, if you boot your kernel-6.1.53-r1 you should have no problem.