You are not logged in.
Pages: 1
I have an Intel i7-6700.
Help me figure this microcode thing out please.
Wiki says here that there are some processor updates that need to be installed. Okay.
https://wiki.archlinux.org/title/microcode
The intel-ucode package is already installed and GRUB has the same entry as on the wiki
echo 'Loading initial ramdisk ...'
initrd /intel-ucode.img /initramfs-linux.imgWhat I don't understand is whether or not it's even working.
Wiki says after this
journalctl -k --grep=microcodeI should see this
microcode: microcode updated early to revision 0xde, date = 2020-05-18
microcode: sig=0x806ec, pf=0x80, revision=0xde
microcode: Microcode Update Driver: v2.2.Instead I got this
Jan 18 21:49:05 dragon kernel: SRBDS: Mitigation: Microcode
Jan 18 21:49:05 dragon kernel: GDS: Vulnerable: No microcode
Jan 18 21:49:05 dragon kernel: microcode: Current revision: 0x000000f0
Jan 18 21:49:05 dragon kernel: microcode: Updated early from: 0x000000c6I have a suspicion that something is wrong but I'm not sure so please tell me.
Last edited by xyrgug (2024-01-19 06:16:58)
Offline
Jan 18 21:49:05 dragon kernel: GDS: Vulnerable: No microcode
That's in fact proving microcode has been loaded:
no microcode
Processor is vulnerable and microcode is missing mitigation. AVX disabled as mitigation.
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
xyrgug wrote:Jan 18 21:49:05 dragon kernel: GDS: Vulnerable: No microcodeThat's in fact proving microcode has been loaded:
no microcode
Processor is vulnerable and microcode is missing mitigation. AVX disabled as mitigation.
So does this mean that intel just didn't make this microcode for my processor?
Offline
6700 should have microcode updates, unless you kept on top with your UEFI updates.
Ungrepped journalctl -k ?
Just checked, it's likely the microcode update message simply changed (... not sure when) but I also see the shorter form here, so things look correct.
Last edited by V1del (2024-01-18 20:37:01)
Offline
I updated the wiki: https://wiki.archlinux.org/index.php?ti … did=793039
Offline
Pages: 1