Было
update-initramfs: Generating /boot/initrd.img-4.18.0-14-generic I: The initramfs will attempt to resume from /dev/sda1 I: (UUID=cd12e77e-54cc-4487-a549-196476dfb6f3) I: Set the RESUME variable to override this.
$ sudo update-initramfs -u -k all update-initramfs: Generating /boot/initrd.img-4.18.0-14-generic I: The initramfs will attempt to resume from /dev/sda1 I: (UUID=cd12e77e-54cc-4487-a549-196476dfb6f3) I: Set the RESUME variable to override this. update-initramfs: Generating /boot/initrd.img-4.18.0-13-generic I: The initramfs will attempt to resume from /dev/sda1 I: (UUID=cd12e77e-54cc-4487-a549-196476dfb6f3) I: Set the RESUME variable to override this.
Выполнили
$ blkid /dev/sda1: UUID="cd12e77e-54cc-4487-a549-196476dfb6f3" TYPE="swap" PARTUUID="e40be40b-01" /dev/sda2: UUID="594107df-56d8-4fae-852f-e0ec1bd63af5" TYPE="ext4" PARTUUID="e40be40b-02" /dev/sda3: UUID="becbd0d5-c9fd-4185-b196-7ac3a9051d56" TYPE="ext4" PARTUUID="e40be40b-03"
$ sudo vim /etc/initramfs-tools/conf.d/resume RESUME=UUID=cd12e77e-54cc-4487-a549-196476dfb6f3
Стало
$ sudo update-initramfs -u -k all update-initramfs: Generating /boot/initrd.img-4.18.0-14-generic update-initramfs: Generating /boot/initrd.img-4.18.0-13-generic