Suspend fails (reboot on resume) and no hibernate option

12,217

Solution 1

If the solution below does not work for you, try this one:

  • Edit the file /etc/default/grub (as root)
  • Change the line with:

    GRUB_CMDLINE_LINUX=""
    

    to:

    GRUB_CMDLINE_LINUX="acpi_sleep=nonvs"
    
  • run update-grub (as root)

Worked for me... Hope this can help you!

Solution 2

I've solved a similar issue (reboot on resume) with a Sony Vaio VGN-FW51ZF by changing the last line of the file /etc/acpi/sleep.sh from pm-suspend to pm-suspend --quirk-radeon-off (guess it was a problem related with ATI proprietary drivers).

Hope this can help you!

Share:
12,217

Related videos on Youtube

flo
Author by

flo

I'm a Software Developer in Berlin, Germany.

Updated on September 17, 2022

Comments

  • flo
    flo over 1 year

    Upgraded from 10.04 to 10.10 removed hibernate option for me and introduced the problem where by after entering standby (being indicated by blinking amber LED on my laptop) I cannot resume my session. Instead I get a crash and system reboots (crash comes instantly on trying to resume).

    Tried clean install to eliminate possibility of an upgrade issue but its still persistent. All latest updates installed.

    Tried looking for an answer to this but still no joy. Laptop is Sony VGN-FW41E.

  • Taylor Price
    Taylor Price about 13 years
    Works perfectly on my Sony Vaio F11. Thanks a bunch!
  • Deep
    Deep over 9 years
    I lost my wi-fi connectivity on rebooting afte rmaking above changes. Hibernate worked though!!!
  • 谈 超
    谈 超 about 9 years
    works on Ubuntu 14.04 as well
  • CESCO
    CESCO over 8 years
    works on ubuntu 15
  • AlikElzin-kilaka
    AlikElzin-kilaka over 4 years
    What does acpi_sleep=nonvs mean?
  • artfulrobot
    artfulrobot about 4 years
    Found this: "The ACPI specification wants us to save NVS memory regions during hibernation and to restore them during the subsequent resume. Windows does that also for suspend to RAM. However, it is known that this mechanism does not work on all machines, so we allow the user to disable it with the help of the 'acpi_sleep=nonvs' kernel command line option." source