Am 10.06.24 um 18:39 schrieb Go Canes:
On Mon, Jun 10, 2024 at 11:17 AM Klaus-Peter Schrage via users users@lists.fedoraproject.org wrote:
Thanks!
You're welcome!
Well, I followed
https://fedoramagazine.org/setting-kernel-command-line-arguments-with-fedora...
and
# grubby --update-kernel=ALL --remove-args="resume=UUID=8e895273-b3ca-465e-b991-b7a0e4e10345"
was all I had to do, which (hopefully) should work on every present and future kernel.
My understanding is that dracut will pull in the parameters from /etc/kernel/cmdline, so keep an eye on it.
I observed, that the grubby command did (at least) three things:
- Change the line GRUB_CMDLINE_LINUX in /etc/default/grub
- Recreate /etc/kernel/cmdline (which I had deleted before)
- Adjust all entries in /boot/loader/entries/
In all these places reference to the kernel command line was altered - I don't know which changes were really crucial, but all present kernels now boot as expected. The initramfs files in /boot were left unchanged.