I accidentally deleted a kernel file from the /boot partition of my encrypted Ubuntu system. Full disk encryption, no separate /home partition. Re-installing the kernel has turned out to be a dead end (none of the threads I found on google have worked for me). So no I'm just trying to access the /home folder to recover a few files. I'm using Ubuntu live USB 16.04.
I am able to unlock the partition with the
Code:
cryptsetup luksOpen /dev/sda3 recover
But when I run
it does not show the ubuntu--vg-root volume group, it only shows "recover" which I think is just the container. All the guides I read say to mount /dev/mapper/ubuntu--vg-root, but this volume group never shows up when I unlock the partition. Any way around this?