Comment 66 for bug 1774950

Revision history for this message
wibru (wibru) wrote :

Laptop: Lenovo Thinkpad T430 with intel GPU

The patched kernel https://people.canonical.com/~khfeng/lp1774950/ seems to fix the problem.
I tried few hybrid-sleep cycles, it works by filling in the swap partition:

wibru@shablagoo ~ $ cat /etc/initramfs-tools/conf.d/resume
RESUME=UUID=1c64e295-5694-44d9-a9ab-768b8196daa9

wibru@shablagoo ~ $ grep resume /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=UUID=1c64e295-5694-44d9-a9ab-768b8196daa9"

Thanks,