After a sudden power outage on Rocky Linux 9.4, the system entered the dracut:/# mode. How can this be resolved?
Have you checked the disk? Is it corrupted?
May I ask how to check it? Are there any specific operation steps? It’s the first time I’ve encountered such a problem.
You can do the following commands to see if it shows your LVM volumes and groups:
vgs
lvs
since it seems to have problems finding them. Another alternative, in case it’s seeing it and the group is not active for some reason:
vgchange -ay
and see if that helps when you reboot.
Implemented, but the logical volume is not displayed.. And then it restarted, but it didn’t work anymore
After entering the lvm information, there is no logical volume information, and the blkid command also has no information
I would list your disk partitions using:
fdisk -l
to see whether they are there as well or not. Seems you have a really strange problem.