On 08/17/17 17:20, Ben Caradoc-Davies wrote:
On 18/08/17 11:27, David Christensen wrote:
On 08/17/17 00:44, Curt wrote:
On 2017-08-17, David Christensen <dpchr...@holgerdanske.com> wrote:
Is there a configuration file I can edit so that the kernel does not
wait 30 seconds on boot for a suspend/resume device?
"kernel parameter 'noresume' or
'resume='"
Into which file do I put one of those options?
I would put it in /etc/default/grub; for example, mine contains:
GRUB_CMDLINE_LINUX="quiet"
I would change this to:
GRUB_CMDLINE_LINUX="quiet noresume"
After changing /etc/default/grub, run "update-grub" to regenerate
/boot/grub/grub.cfg.
That worked -- thank you. :-)
David