<div dir="ltr"><div>I second Didier's suggestion.  <br></div><div><br></div><div>Here's  a snippet from the grub docs, the default images it looks for are at the bottom:</div><div><br></div><div>'GRUB_EARLY_INITRD_LINUX_CUSTOM'<br>'GRUB_EARLY_INITRD_LINUX_STOCK'<br>     List of space-separated early initrd images to be loaded from<br>     '/boot'.  This is for loading things like CPU microcode, firmware,<br>     ACPI tables, crypto keys, and so on.  These early images will be<br>     loaded in the order declared, and all will be loaded before the<br>     actual functional initrd image.<br><br>     'GRUB_EARLY_INITRD_LINUX_STOCK' is for your distribution to declare<br>     images that are provided by the distribution.  It should not be<br>     modified without understanding the consequences.  They will be<br>     loaded first.<br><br>     'GRUB_EARLY_INITRD_LINUX_CUSTOM' is for your custom created images.<br><br>     The default stock images are as follows, though they may be<br>     overridden by your distribution:<br>          intel-uc.img intel-ucode.img amd-uc.img amd-ucode.img early_ucode.cpio microcode.cpio</div><div><br></div><div>Cheers<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 6, 2023 at 5:08 AM Andrzej Telszewski <<a href="mailto:andrzej@telszewski.com">andrzej@telszewski.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 06/09/2023 12:37, Didier Spaier wrote:<br>
> Hi Andrzej (in BCC) and all.,<br>
><br>
> I suggest to replae this line:<br>
> iucode_tool -v --write-earlyfw=$PKG/boot/intel-ucode.cpio \<br>
> by<br>
> iucode_tool -v --write-earlyfw=$PKG/boot/intel-ucode.img \<br>
><br>
><br>
> so that grub users running update-grub have this early initrd automatically<br>
> included in /grub.cfg, in a line like this one:<br>
><br>
> initrd        /@/boot/intel-ucode.img /@/boot/initramfs-6.1.46.img<br>
><br>
><br>
> Cheers,<br>
> Didier<br>
><br>
><br>
<br>
Hi Didier,<br>
<br>
looking for _intel-ucode.img_ on my system, I don't find anything <br>
interesting.<br>
<br>
So, if it's not already _pre-configured_ in some of the _grub_ files, <br>
you could simple put<br>
_intel-ucode.cpio_ instead of _intel-ucode.img_.<br>
<br>
Or it wouldn't work, because grub does not like _*.cpio_?<br>
<br>
<br>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" target="_blank">SlackBuilds-users@slackbuilds.org</a><br>
<a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div>