Initramfs UUIDs, aka Reasons Why Hibernate/Resume Fails
This is a note about an annoying scenario with a simple solution. 👍
Let's say you've resized a swap partition.
After recreating the newly-resized swap partition, your new partition
probably has a new UUID.
This can cause problems, like preventing hibernate on laptops, if it is not
taken care of properly. It can cause other problems with the system as well.
You have to update /etc/fstab with the UUID of the newly formatted swap
partition in order for the system to recognize it.