The error occurs on a LVM/LUKS Debian VPS.
I deleted the swap
volume and grew the root
volume using the following:
swapoff /dev/group/swap
lvremove group/swap
lvresize -rl +100%FREE /dev/group/root
Now, when I boot, I get the following error message:
Failed to find logical volume "group/swap"
Everything works fine, but I would like to fix whatever is causing this error.
This worked for me:
Solved!