Re: nmve root, suspend to disk and the "resume" hook
Reply #3 –
I found an interesting Reddit post:
...which seems to be exactly what the resume hook does based on its script:
read -r major minor < <(stat -Lc '0x%t 0x%T' "$resumedev")
printf '%d:%d' "$major" "$minor" >/sys/power/resume
I wanted to test different resume= parameters in a virtual machine, but couldn't figure out how to get hibernation working in qemu
How does you current resume= parameter look?
Do you remember which naming scheme you used for resume= on the HDD?