Results 1 to 4 of 4

Thread: Ubuntu Hibernation Shutdown Problems

  1. #1
    Join Date
    Apr 2005
    Location
    Canada
    Beans
    24
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Ubuntu Hibernation Shutdown Problems

    Hi!

    I'm currently on Ubuntu 19.04 with Kernel 5.3.0 but the problem has been happening for the past month or so and back then I was on Ubuntu 18.10 with kernel 5.1.* and 5.2.*

    I'm using uswsusp to hibernate my XPS laptop. But for the past weeks, it hibernates without actually shutting down so I need to manually reboot my laptop and lose everything that was supposed to be "saved". I noticed I'm all over the place trying to reconfigure uswsusp properly, do I really need pm-utils for this? I noticed I can trigger hibernation via systemd, pm-utils, s2disk, etc. What is really THE tool I need?

    I tried setting hibernate_mode to shutdown, also set /sys/power/disk to [shutdown] I noticed it always sets itself back to [platform] could that be part of my problem?

    Any ideas or suggestions are welcome!

    Thanks a lot and have a wonderful day!

  2. #2
    Join Date
    Apr 2005
    Location
    Canada
    Beans
    24
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Ubuntu Hibernation Shutdown Problems

    pm-suspend.log: http://ix.io/1Vz9

  3. #3
    Join Date
    Apr 2005
    Location
    Canada
    Beans
    24
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Ubuntu Hibernation Shutdown Problems

    journalctl -b: https://termbin.com/yuym

  4. #4
    Join Date
    Sep 2019
    Beans
    1

    Re: Ubuntu Hibernation Shutdown Problems

    Could passing acpi settings in grub help perhaps?
    To give it a try type "sudo strings /sys/firmware/acpi/tables/DSDT | grep -i windows"
    Get the latest windows entry there and in grub press "e" to modify the ubuntu entry
    In the line that says 'linux /boot/vmlinuz quiet splash', add ' acpi_osi=! acpi_osi="Windows XXXX" ' after quiet splash replacing Windows XXXX with what you got in the previous command
    Then press ctrl+x or F10 to boot.
    Last edited by ej-112; September 18th, 2019 at 08:25 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •