this post was submitted on 06 Aug 2026
22 points (100.0% liked)
Linux
14579 readers
136 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I was really curious about the possibilities here for a re-usable "saved hibernation state", and did a lot of digging around and testing in exploration of that idea. Please note that the following is wacky as hell and is not a good way to run a server at all, but is possible:
The next time you boot, the kernel will load the saved hibernation state from the partition specified in the resume= parameter, as if it had just been hibernated instead of halted.
Now for the downsides:
Anyway, now that we know it's possible, if you really can't suspend/resume in a non-wacky way I recommend instead just booting normally and trying to make the boot process as fast as possible. A good guide here: https://wiki.archlinux.org/title/Improving_performance/Boot_process
If booting quickly to a static state is the goal, alpine diskless mode might be a good option: https://wiki.alpinelinux.org/wiki/Diskless_Mode
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?