[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 don't have a list.
Luckily it's 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
Comments
Post a Comment