Systemd-boot menu fallback entries

Hey,

I’ve edited my systemd boot menu and removed the fallback kernel entries. How do I ensure that the fallback kernel entries aren’t reinstalled?

There is config for that in /etc/kernel-install-for-dracut.conf

As a general rule, changing your entries manually does very little since they are regenerated when kernels are installed/updated/removed.

1 Like

ok does that mean if i change this #NO_DRACUT_FALLBACK="false" to this NO_DRACUT_FALLBACK="true" then there won’t be fallbacks?

Yes, the entries will no longer be created and neither will the fallback initrds.

1 Like

thanks:-)

1 Like