Posts

Showing posts from January, 2022

Enable Hibernation in openSUSE Tumbleweed

 Hibernation or suspend to disk is disabled by default in openSUSE Tumbleweed . You can enable it by small work . Step 1. sudo nano /etc/dracut.conf.d/99-fix-resume.conf     add_dracutmodules+="resume" step 2. Rebuild intramfs   sudo dracut -fv   Step 3. Add this to boot command line (Yast boot loader)   resume=/dev/disk/by-uuid/<insert the UUID of your swap partition here> Now Hibernation should work !   if not    Step 4. Disable Secure boot and restart