SOLVED Suspend causes reboot on Sony Vaio
SOLVED Suspend causes reboot on Sony Vaio
I was using a Sony Vaio SR29VN and when I tried to resume from suspension, the laptop would reboot instead of resuming. I understand that this may affect other models, however, I dont have a list.
Luckily its easy to fix: we need to add acpi_sleep=nonvs kernel option to the grub settings.
Fix
Edit (with root permissions) the line GRUB_CMDLINE_LINUX on the file /etc/default/grub, adding the option acpi_sleep=nonvs.
Then run this on the command line:
sudo update-grub2
References
suspend causes rebootdownload file now
Comments
Post a Comment