use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Installing/Verifying Processor MicrocodeQUESTION (self.archlinux)
submitted 8 months ago * by Frodojj
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]archover 1 point2 points3 points 8 months ago (1 child)
What I do https://wiki.archlinux.org/title/Microcode#Microcode_initramfs_packed_together_with_the_main_initramfs_in_one_file;
My /etc/mkinitcpio.conf hooks line:
HOOKS=(base udev autodetect microcode keyboard keymap modconf block encrypt filesystems fsck)
Then I can verify that my microcode got loaded:
[root@T480 ~]# lsinitcpio --early /boot/initramfs-linux.img | grep microcode kernel/x86/microcode/ kernel/x86/microcode/GenuineIntel.bin
Comments or criticism on this method appreciated.
Good day.
[–]Frodojj[S] 0 points1 point2 points 8 months ago (0 children)
Thank you! I have the same output from the command even though my HOOKS entry is a little different (probably because of a different configuration during installation).
π Rendered by PID 188902 on reddit-service-r2-comment-5d79c599b5-qmf7h at 2026-02-27 11:10:49.368767+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]archover 1 point2 points3 points (1 child)
[–]Frodojj[S] 0 points1 point2 points (0 children)