Replies: 5 comments 3 replies
-
The recommended way (at least at Arch) is to pack microcode in a separate image and load it before the initramfs. If you still want to put the microcode files into the image with |
Beta Was this translation helpful? Give feedback.
-
A separate microcode image is a nicer cleaner/solution and Fedora/RHEL should definitely look at it. Meantime we can look at a stopgap solution for it. Booster could detect the microcode file with code similar to following
and then put the file under |
Beta Was this translation helpful? Give feedback.
-
I just pushed a possible solution for this request to I do not have a Fedora machine and unable to test the solution properly. @arun54321 would you be able to help with testing? |
Beta Was this translation helpful? Give feedback.
-
I looked at my solution I like it that much. I still think that a separate ucode image is a better solution even at Fedora. So I went ahead and made a tool to generate ucode early boot images. @arun54321 please build https://github.com/anatol/ucode-image-gen, generate the ucode image as |
Beta Was this translation helpful? Give feedback.
-
According to the Arch wiki it should be as easy as adding an extra |
Beta Was this translation helpful? Give feedback.
-
Microcode is included inside dracut images like this:
How can I include microcode when generating initrd image using booster?
Beta Was this translation helpful? Give feedback.
All reactions