Sony Vaio FW350 reboots instead of waking up after sleep/suspend

6,542

The fix provided in this link solved my problem:

  1. You just have to edit the /etc/default/grub file:

    gksu gedit /etc/default/grub
    
  2. Look up the line where it says:

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    

    and change it to:

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_sleep=nonvs"
    
  3. Save the file and close gedit.

  4. Update the GRUB menu:

    sudo update-grub
    
  5. Reboot and enjoy!

Share:
6,542
Felipe Hummel
Author by

Felipe Hummel

Updated on September 18, 2022

Comments

  • Felipe Hummel
    Felipe Hummel over 1 year

    After I suspend and try to wake up my laptop it just automatically reboots every time. I had this problem in 11.04, but it happened occasionaly. Now I'm with 11.10 and it occurs every time.

    It is a sony vaio FW350. It has an onboard Intel graphics.

    I also have this other problem since 9.10: http://ubuntuforums.org/showthread.php?t=1448330 I guess they are related problems.

  • Stefano
    Stefano over 6 years
    It worked also for Ubuntu 16.04, on a Sony Vaio VGN-FW31E!
  • Niko
    Niko over 2 years
    It worked also for Ubuntu 20.04