Hi,
I am facing a boot issue with a Rocky Linux 9 virtual machine running on VMware Workstation.
During maintenance, I attempted to expand the root ( / ) partition, which is configured using LVM. Unfortunately, the resize operation was performed incorrectly. After rebooting, the virtual machine no longer boots normally and instead enters Dracut Emergency Mode.
Current Symptoms:
- The system boots directly into dracut emergency shell.
- Common LVM utilities such as
lsblk,pvs,vgs, andlvsreturn “command not found”. - When checking
/dev/mapperusing - ls -la /dev /mapper. only rl-swap is present
the lvm rl-root is missing ,which prevents the system from mounting the root filesystem.
As a result, the operating system cannot continue the boot process.
I need help to
reactivate or recover the missing rl-root and restor access filesystem .