My PC is a Lenovo Ideapad 720S with Windows 10 and Ubuntu 18.04 installed. This PC can't resume from suspend.
How can I fix this?
My PC is a Lenovo Ideapad 720S with Windows 10 and Ubuntu 18.04 installed. This PC can't resume from suspend.
How can I fix this?
You may be resumed but have black screen video failure. System is running, you cannot see. That has been happening to me lately.
Avoid using power button restart. Drive may get corrupted if it is running and you kill with button.
I get another computer and SSH into the one that seems dead. Then trigger restart with
sudo /sbin/shutdown -r now
This assumes you know IP number of frozen computer.
free -h
andsudo blkid
andcat /etc/fstab
andcat /etc/initramfs-tools/conf.d/resume
. Use the{}
to pretty-fy the text. Report back to @heynnema – heynnema Nov 27 '18 at 15:26