Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

no microcode early update?

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: no microcode early update?

#16 Post by stevepusser »

Does dmesg report stuff from the initrd boot, or does it have to wait until the main system starts?
MX Linux packager and developer

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: no microcode early update?

#17 Post by Head_on_a_Stick »

^ Good question and I'm not sure.

Anyway the actual µcode version can be viewed with:

Code: Select all

grep microcode /proc/cpuinfo
I tried updating it manually by downloading the files from Intel, placing them in /lib/firmware/intel-ucode and then running:

Code: Select all

# echo 1 > /sys/devices/system/cpu/microcode/reload
But the version stayed the same so I presume that my method works.

All we have in dmesg is

Code: Select all

alpine:~$ sudo dmesg|grep microcode
[    0.533318] microcode: sig=0x20655, pf=0x10, revision=0x4
[    0.533490] microcode: Microcode Update Driver: v2.2.
I have also discovered that for Debian the µcode is baked into the initramfs image, for more see

Code: Select all

zcat /usr/share/doc/intel-microcode/README.Debian.gz
deadbang

Post Reply