Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Masking cpios from clr-boot-manager doesn't remove them from bootloader entries #3239

Open
bwarden opened this issue Jan 3, 2025 · 0 comments
Labels

Comments

@bwarden
Copy link
Member

bwarden commented Jan 3, 2025

If you want to block installation of the i915 firmware initrd by linking it to /dev/null in /etc/initrd.d, the cpio won't be installed, but the bootloader kernel entries will still refer to it in the kernel command line, causing boot to fail.

We should ensure that the generated kernel bootloader entries do not include initrd= parameters for any files that do not exist in the EFI partition.

Related to #3192

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants