-
Notifications
You must be signed in to change notification settings - Fork 12
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
kdump is currently not compatible with Systemd Boot #138
Conversation
Why don't we fix the kdump/systemd-boot incompatibility instead? |
Please report the problem in bugzilla and let's work to fix this in kdump or systemd-boot or both. |
Yes, I will create a bugzilla entry but fixing Kdump is not so easy because currently the Kdump scripts does not support systemd-boot. Solving it via package dependencies would come to the same solution as this PR has already. |
❌ Internal Jenkins job #38 failed |
Problem
mkdumprd produces an error while installation if kdump is used together with systemd-boot.
Solution
Do not propose Kdump if systemd-boot is used for bootloader.
If the user still insists on using Kdump he will get a warning but can continue.
It seems that the Kdump scripts have problems with systemd-boot. See
https://bugzilla.opensuse.org/show_bug.cgi?id=1226676
We are aware that this PR is temporary only until Kdump fixed. But meanwhile we should inform the user
that there could be a problem here. Currently we are already tell the user in YaST that systemd-boot
is in the evaluation state if he is selecting it for bootloader.
Testing