On Sat, 6 Sep 2025 11:28:31 -0400 Robert McBroom via users <[email protected]> wrote:
> dracut does not build the initramfs for kernel-6.16.5 either still wants > to do something with /etc/fcoe/cfg-* Try perhaps: remove the fcoe-utils RPM that provides those /etc/fcoe/cfg-* files. Check that this will not remove something you need. then force a reinstall of kernel-core-6.16.5-\*: better IMO than calling dracut to rebuild the initramfs. Something thus like this: dnf remove fcoe-utils dnf reinstall kernel-core-6.16.5-\* If still no initramfs, look for dracut in the journal, starting at its call looking like: dracut[PID]: Executing: /usr/bin/dracut -f --kernel-image <snip> -- francis -- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
