I have Dell XPS which I bought with linux configured. It uses /swapfile. I would like to enable hibernate. Have tried method described in How can I hibernate on Ubuntu 16.04? but I just get a (slightly damaged - chrome crashes and must be started twice - at which point it offers to restore) clean reboot. I changed /etc/default/grub to contain
GRUB_CMDLINE_LINUX_DEFAULT="no_console_suspend initcall_debug resume=/dev/nvme0n1p3 resume_offset=34816"
(34816 was appropriate for me as well as the example)
dmesg seems OK
Any ideas?
--Len
pm-tools
package, dodpkg -L pm-tools
. Read theman
pages, all the UPPERCASE filenames, and anything else that looks good. – waltinator Jul 15 '20 at 19:00