You are not logged in.
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=microcodeThat's supposed to print something like this when early loading is activated:
microcode: microcode updated early to new patch_level=0x0700010fHowever, 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
Run grub-mkconfig and post the output?
Offline
What CPU do you have?
If it's already up to date then no new microcode will be loaded.
Offline
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ídoIt'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...
doneLast edited by sirkhancision (2021-08-11 20:28:57)
Offline
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