Ubuntu shuts down instead of suspending

7,893

Solution 1

I have the same issue with an XPS 13 9350 and Ubuntu 16.04. The issue was resolved for a little while when I followed this solution: Sony Vaio FW350 reboots instead of waking up after sleep/suspend

Now it's randomly back to shutting down instead of suspend.

You can click the suspend button in the top right menu (under the gear icon) while waiting for a solution, although even this works inconsistently on my XPS 13.

Solution 2

I have Ubuntu 17.10 & Win10 dual boot and I recently had the same issue.

What worked for me is forcing Win10 to a full shut down, then the Ubuntu suspend process was back to normal.

Share:
7,893

Related videos on Youtube

Yitz Deng
Author by

Yitz Deng

Updated on September 18, 2022

Comments

  • Yitz Deng
    Yitz Deng over 1 year

    I have a Dell XPS 13 running Ubuntu 16.04. Over the last weekend, I've noticed that this laptop will shut down instead of suspending - whether it's a result of the lid closing or manually hitting suspend.

    I have tried editing my /etc/systemd/login.conf (for HandleLidSwitch) as well as /etc/default/acpi-support (for SAVE_VIDEO_PCI_STATE), but neither approach has worked. I read Ubuntu shuts down on suspend? but there seems to be no answer.

    What can I do here?

    • Ramon Suarez
      Ramon Suarez about 7 years
      Do you have a swap partition ?
    • Nonny Moose
      Nonny Moose about 7 years
      I have this problem too, on a Sony VAIO laptop that just started doing this with an installation of Ubuntu 16.04. It seems like it sleeps at first, and then crashes during the time I'm gone. However, hibernate works for me, so I just use that. It's almost as fast.
    • Erin Ishimoticha
      Erin Ishimoticha about 7 years
      Same. Suspend on my XPS 13 worked perfectly until about February 20th-25th. Now about 95% of attempts to suspend, whether through the menu or by closing the lid, result in a shutdown instead. It rarely works, and I haven't been able to establish a pattern in those cases in which it works.
  • Asaf
    Asaf almost 7 years
    can anyone confirm if the VAIO fix works for Dell XPS ?
  • yoshinobu
    yoshinobu about 6 years
    It turned out that GRUB_CMDLINE_LINUX_DEFAULT="quiet radeon.modeset=1" was sufficient. Removing "splash" from it is important. If "splash" remains, vt.handoff=7 is appended to kernel option, then after first boot screen goes into black. See /etc/grub.d/10_linux for this vt.handoff addition.