I've copied one disk content to another disk and now when system boots I get this:
resume: libgcrypt version: 1.5.0
resume: Could not stat the resume device file '/dev/sda6' please type in full path name to try again or press ENTER to boot the system
The problem is now i don't have /dev/sda6. I removed this row from fstab
, restarted system but I still get this message.
update-initramfs -u
as the solution. However your command fixed my problem when I realized that-k all
updates all images for versions of kernels known to initramfs. Thanks :) – benathon Jan 03 '16 at 04:22