Bazzite will not resume from hibernation

Which Linux distro are you using?

Bazzite

Which release version?
(if rolling release without a release version, skip this question)

44.20260629 No idea if Bazzite is rolling or not.

(If rolling release, last date updated?)

I updated today (7/11/2026)

Which kernel are you using?

Whatever comes with Bazzite.

Which BIOS version are you using?

4.01

Which Framework Laptop 16 model are you using? (AMD Ryzen™ 7040 Series)

AMD Ryzen AI 9 HX 370

I am trying to get hibernation to work on my FW16 running Bazzite. I have followed the guide here: Using Swap for Additional Memory or Hibernation - Bazzite Documentation

After following that guide, the system will hibernate (as far as I can tell) but it will not resume. If I run “dmesg | grep hibernat” I see there is a message about “image mismatch” followed by “Failed to load image” and then “resume failed (-1)”.

Is there anything more I need to do to get this to work?

Found a bunch of similar issues online where they were able to resolve it by running:

sudo findmnt -no UUID -T /var/swap/swapfile(gets you the UUID of the swap volume I think)

sudo btrfs inspect-internal map-swapfile -r /var/swpa/swapfile (gets the offset)

rpm-ostree kargs --append-if-missing="resume=UUID={UUID_partition}"

rpm-ostree kargs --append-if-missing="resume_offset={resume_offset}"

This did not work for me. I still have the same issue. Specifically, “Image mismatch: architecture specific data” is the error that appears to stop the resume from hibernation.