Changeset 15a485c3


Ignore:
Timestamp:
01/30/2023 02:49:25 PM (15 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
33cb050c
Parents:
b5da785b
Message:

Fix the initramfs part of "Early loading of microcode"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/firmware.xml

    rb5da785b r15a485c3  
    393393        linkend="initramfs"/>), you should run <command>mkinitramfs</command>
    394394        again after putting the appropriate blob or container into <filename
    395         class="directory">/lib/firmware</filename> as explained above.
     395          class="directory">/lib/firmware</filename>. More precisely, put an
     396        intel blob in a <filename
     397          class="directory">/lib/firmware/intel-ucode</filename> directory
     398        or an AMD container in a <filename
     399          class="directory">/lib/firmware/amd-ucode</filename> directory before
     400        running <command>mkinitramfs</command>.
    396401        Alternatively, you can have both initrd on the same line, such as
    397402        <userinput>initrd /microcode.img /other-initrd.img</userinput> (adapt
     
    400405
    401406      <para>
    402         You can now reboot with the added initrd, and then use the same
     407        You can now reboot with the added initrd, and then use the following
    403408        command to check that the early load worked:
    404409      </para>
Note: See TracChangeset for help on using the changeset viewer.