Hallo,
ich konnte das Problem inzwischen pragmatisch lösen.
Besonderheit unter der
Distro Solus, wo ich leider kein eigenes Forum finden konnte:
Code: Alles auswählen
$ cat /etc/kernel/cmdline.d/10_resume.conf
resume=LABEL=SWAP
Damit hat dann wohl
die Änderung in der /boot/grub/grub.cfg zu "resume=LABEL=SWAP" bewirkt:
Code: Alles auswählen
$ sudo cat /boot/grub/grub.cfg | grep systemd.show_status=true
linux /boot/com.solus-project.current.6.1.5-229 root=UUID=1bba4dcc-b149-4995-bddd-76db8a87a2e5 quiet loglevel=3 splash systemd.show_status=true rw radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1 resume=LABEL=SWAP
linux /boot/com.solus-project.current.5.15.68-218 root=UUID=1bba4dcc-b149-4995-bddd-76db8a87a2e5 quiet loglevel=3 splash systemd.show_status=true rw radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1 resume=LABEL=SWAP
linux /boot/com.solus-project.lts.5.15.87-196 root=UUID=1bba4dcc-b149-4995-bddd-76db8a87a2e5 quiet loglevel=3 splash systemd.show_status=true rw radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1 resume=LABEL=SWAP
linux /boot/com.solus-project.lts.4.9.124-106 root=UUID=1bba4dcc-b149-4995-bddd-76db8a87a2e5 quiet loglevel=3 splash systemd.show_status=true rw resume=LABEL=SWAP
Die Änderung von systemd.show_status=false in systemd.show_status=true
habe ich von Hand dann in der /boot/grub/grub.cfg vorgenommen, weil das einfach nicht aus der /etc/default/grub übernommen worden ist. Vielleicht eine Besonderheit von Solus.
Jedenfalls läuft es jetzt zufriedenstellend.
Gruß
Ch. Hanisch