- Edited
Hello there,
I wanted to try the encryption of a whole partition and used the swap partition as a test object for this. I did turn off the respective partition using swapoff
before reformatting but as it turns out this was not enough and when I rebooted my computer booted to a black screen. With help of a live USB boot, I renewed the swap partition and updated /etc/fstab
but that did not help. I found out that the issue is a boot parameter "resume" that is set to the UUID of the old swap partition. My computer boots normally when I just remove this parameter but I did not find a way to persistently change it. I tried to edit the config /etc/kernel/cmdline.d/10_resume.conf
and replace the old UUID with the new one. clr-boot-manager update
did update the config files in /boot/loader/entries/
but the boot parameters that are used on boot still contain the old UUID. I didn't find another way to fix this, do you have one?
Thank you and greetings!