You are not logged in.

#1 2021-08-11 19:58:05

sirkhancision
Member
Registered: 2021-08-11
Posts: 5

Can't seem to set up early AMD microcode loading with GRUB

Hello, I'm trying to troubleshoot some problems that have been happening, and I saw this entry in the wiki regarding early loading of microcode when using GRUB. Apparently, you really just have to install the amd-ucode (in my case, at least) package and grub-mkconfig will early load it. But, the same article has this line:

journalctl -k --grep=microcode

That's supposed to print something like this when early loading is activated:

microcode: microcode updated early to new patch_level=0x0700010f

However, when I run the same command, it gives me this, with no mention of early loading:

microcode: CPU0: patch_level=0x08701021
microcode: CPU1: patch_level=0x08701021
microcode: CPU2: patch_level=0x08701021
microcode: CPU3: patch_level=0x08701021
microcode: CPU4: patch_level=0x08701021
microcode: CPU5: patch_level=0x08701021
microcode: CPU6: patch_level=0x08701021
microcode: CPU7: patch_level=0x08701021
microcode: CPU8: patch_level=0x08701021
microcode: CPU9: patch_level=0x08701021
microcode: CPU10: patch_level=0x08701021
microcode: CPU11: patch_level=0x08701021
microcode: Microcode Update Driver: v2.2.

So my question is this: is early loading actually turned on? And if not, how would I go about doing it, exactly?

Offline

#2 2021-08-11 20:10:35

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 636

Re: Can't seem to set up early AMD microcode loading with GRUB

Run grub-mkconfig and post the output?

Offline

#3 2021-08-11 20:12:18

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Can't seem to set up early AMD microcode loading with GRUB

What CPU do you have?

If it's already up to date then no new microcode will be loaded.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#4 2021-08-11 20:15:43

sirkhancision
Member
Registered: 2021-08-11
Posts: 5

Re: Can't seem to set up early AMD microcode loading with GRUB

Zod wrote:

Run grub-mkconfig and post the output?

Sorry about that, here it is:

A gerar ficheiro de configuração grub...
Tema encontrado: /usr/share/grub/themes/Vimix/theme.txt
Imagem Linux encontrada: /boot/vmlinuz-linux-zen
Imagem initrd encontrada: /boot/amd-ucode.img /boot/initramfs-linux-zen.img
Found fallback initrd image(s) in /boot:  amd-ucode.img initramfs-linux-zen-fallback.img
Aviso: os-prober será executado para detectar outras partições de arranque.
A sua saída será usada para detectar binários de arranque nessas partições e criar novas entradas.
Encontrado Windows Boot Manager em /dev/sdb1@/EFI/Microsoft/Boot/bootmgfw.efi
A adicionar entrada de menu para UEFI Firmware Settings ...
concluído

It's in portuguese, but the translation is pretty much:

Generating grub configuration file...
Theme found: /usr/share/grub/themes/Vimix/theme.txt
Linux image found: /boot/vmlinuz-linux-zen
Initrd image found: /boot/amd-ucode.img /boot/initramfs-linux-zen.img
Found fallback initrd image(s) in /boot:  amd-ucode.img initramfs-linux-zen-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Your output will be used to detect bootable binaries in those partitions and create new entries.
Found Windows Boot Manager in /dev/sdb1@/EFI/Microsoft/Boot/bootmgfw.efi
Adding menu entry to UEFI Firmware Settings...
done

Last edited by sirkhancision (2021-08-11 20:28:57)

Offline

#5 2021-08-11 20:16:50

sirkhancision
Member
Registered: 2021-08-11
Posts: 5

Re: Can't seem to set up early AMD microcode loading with GRUB

Slithery wrote:

What CPU do you have?

If it's already up to date then no new microcode will be loaded.

I have a Ryzen 5 3600, and my amd-ucode version is 20210716.b7c134f-1

Offline

Board footer

Powered by FluxBB