Retry resume from disk if failed

Is there any way to make the system “try again” if it has failed to resume after hibernate?
I’m trying to debug why my system fails to resume from hibernate one out of 20ish times. As it seems to fail while restoring ram content from disk, I don’t think there has been significant changes to the disk. If I could make the system retry to restore ram content after resume has failed, I could be somewhat closer to an answer of if it is a random hardware failure, or faulty hibernate data.

1 Like

The next time it fails, post the output of journalctl -p3 -b-1

1 Like

I’m having the same issue.