Comment 58 for bug 1768230

Revision history for this message
Christian Zettel (ccztux) wrote :

I have installed a fresh system (Ubuntu 18.04, with LVM) on a virtual machine and this machine is also affected.

I have updated the initramfs-tools to version: 0.130ubuntu3.3 but this doesnt solve the issue.

Other things i have done without success:

1.) Delete resume file:
> rm /etc/initramfs-tools/conf.d/resume
> sudo update-initramfs -u

2.) Change resume file:
> vim /etc/initramfs-tools/conf.d/resume
RESUME=none
> sudo update-initramfs -u

3.) Another change to the resume file:
> vim /etc/initramfs-tools/conf.d/resume
RESUME=auto
> sudo update-initramfs -u