Hi all,
Is there a method out there that can “save a hibernate state” to disk, and just permanently boot immediately into that state every time?
It would be OK to lose data used after this point. And ot would also be OK if it required building a custom image based on the hardware, similar to embedded systems.
The goal is to be able to, as quickly as possible, spin up a GPU server when needed, but without using suspend/resume.
Thanks.


First, that’s super smart. I’ve got hibernate to LUKS in LVM working already, so saving the state males sense. However, speed of resume being the issue doesn’t he’ll much, to your point.
The Diskless Alpine looks very interesting. Do you know if there is a Debian version?