
Neil, et al -- ...and then Neil Rickert said... % % In addition to what others have said, you should also check % "/etc/default/grub". Perhaps use: % % grep resume /etc/default/grub OOOOOH! We have a bingo: diskfarm:~ # grep resume /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="splash=silent resume=/dev/disk/by-label/System Reserved mitigations=auto quiet" I see why I don't see that on my desktop, too: davidtg@gezebel:~> grep resume /etc/default/grub ### GRUB_CMDLINE_LINUX_DEFAULT="splash=silent resume=/dev/disk/by-label/gezebel-swap mitigations=auto quiet" GRUB_CMDLINE_LINUX_DEFAULT="resume=/dev/disk/by-label/gezebel-swap mitigations=auto quiet" Apparently I forgot to write down that change: davidtg@gezebel:~> grep resume /mnt/data/OS/OS-notes.gezebel.txt davidtg@gezebel:~> I can fix that :-) % % The "resume=" parameter is where to find a possible hibernation image. Makes sense ... now :-/ Since diskfarm is a "server" and gezebel is a desktop and neither ever gets shut down to pause, we don't need to go there. THANKS!!! :-D -- David T-G See http://justpickone.org/davidtg/email/ See http://justpickone.org/davidtg/tofu.txt