Amdgpu & microcode hook

Should you use the modules amdgpu with the microcode hook ?

Its technically a little more than a yes or no answer.

  • amdgpu in MODULES will allow for early kernel mode setting.
  • microcode in HOOKS is desirable for loading the microcode into initramfs.
    This is how its done now - it is no longer part of the preset files so if you want that microcode it should be included in HOOKS.

https://wiki.archlinux.org/title/Kernel_mode_setting

https://wiki.archlinux.org/title/Mkinitcpio

https://wiki.archlinux.org/title/Microcode


For me that equates to a general ‘yes you should’ for most people, and these options are present on my system.

1 Like

They are not directly related. amdgpu is the GPU driver, the microcode updates the CPU.

So, add both and enjoy a generally smoother boot process.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.