Resuming from Suspend causes computer to shutdown under Linux Mint

Vytlačiť
  1. Open /etc/default/grub with your favorite editor.
  2. change GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_sleep=nonvs"
  3. sudo update-grub
  4. reboot and changes should take effect.
Tags: linux, sleep, shutdown, resume, suspend