Fix the initramfs part of "Early loading of microcode"

This commit is contained in:
Pierre Labastie 2023-01-30 15:49:25 +01:00
parent b5da785b08
commit 15a485c343

View File

@ -392,14 +392,19 @@ cd initrd</userinput></screen>
If you are already booting with an initrd (see <xref
linkend="initramfs"/>), you should run <command>mkinitramfs</command>
again after putting the appropriate blob or container into <filename
class="directory">/lib/firmware</filename> as explained above.
class="directory">/lib/firmware</filename>. More precisely, put an
intel blob in a <filename
class="directory">/lib/firmware/intel-ucode</filename> directory
or an AMD container in a <filename
class="directory">/lib/firmware/amd-ucode</filename> directory before
running <command>mkinitramfs</command>.
Alternatively, you can have both initrd on the same line, such as
<userinput>initrd /microcode.img /other-initrd.img</userinput> (adapt
that as above if /boot is not a separate mountpoint).
</para>
<para>
You can now reboot with the added initrd, and then use the same
You can now reboot with the added initrd, and then use the following
command to check that the early load worked:
</para>