I don't see how GRUB_DISABLE_RECOVERY="false" is related. All that does when true is create extra "(recovery mode)'" menu entries for each kernel that includes one additional boot parameter: single Saying "it doesn't work" and "it used to work and now it doesn't" is not at all helpful. You need to provide logs, specifically the entire output of 'journalctl -b -o short-monotonic > journal_notworking.log' and then one for the working case, and look through them both to find out what the differences are between them. There's a 50/50 chance you could just compare dmesg with a working case and non-working case. I'm willing to bet that the kernel is either not finding where the hibernation image is stored, or it doesn't like what it found. The logic for finding the hibernation image is apparently non-trivial, there's no udev or anything available yet so I think it's dracut that has to convert whatever notation you use into major:minor which is what the kernel needs to use to get the image. -- Chris Murphy _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx