Your VM won’t boot. FSCK needed on an LVM. You don’t have root and are screwed.
Boot the rescue disk.
Scan all disks for partiitions:
- lvm pvscan
Scan all disks for volume groups and build /etc/lvmtab and /etc/lvmtab.d/* which are the database for all other lvm commands:
- lvm vgscan
Change attributes of a logical volume
- lvm lvchange -ay VolGroup00
Scan all disks for logical volumes
- lvm lvscan
Then I was able to run fsck as follows
fsck -f /dev/VolGroup00/LogVol00