Microcode initrd in the bootctl config

Hello everyone. I’m new to cachyos and use it with a ryzen cpu. I have installed the amd-ucode. But I find that initrd amd-ucode.img is not written to the bootctl entries’ config file generated by sdboot-manage. Does it matter? or should I add it manually?

I believe amd-ucode.img gets merged with the whole initramfs during building so you don’t need to do anything. As a sidenote, there is a high chance that amd-ucode doesn’t contain the microcode for your CPU.

it will merged in to initramfs if the microcode hook is added to the hook array
https://wiki.archlinux.org/title/Mkinitcpio#Common_hooks

very thanks, I got it.