[FAILED] Failed to start File System Check on /dev/vg_root_0/lv_root0
[DEPEND] Dependency failed for /sysroot.
[DEPEND] Dependency failed for Initrd Root File System.
[DEPEND] Dependency failed for Reload Configuration from the Real Root.
Note: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on the environment.
fsck
command automatically (preferred) or manually.linux
Option 1:
At the end of the line, add fsck.repair=yes
then press F10 to continue booting the appliance. This will force the filesystem to check and auto-resolve disk issues. The appliance may silently reboot several times to fix issues as needed.
Option 2:
At the end of the line, add systemd.unit=emergency.target
then press F10 to continue booting the appliance.
1. Find the affected filesystem:
# systemctl status systemd-fsck-root
2. Run the fsck command against the mount point that has the issue:
# fsck -y /dev/<mount>
Note: The -y switch will fix the nodes automatically. Replace <mount> with the mount point experiencing the issue:
# fsck -y /dev/mapper/vg_root_0-lv_root_0
3. Power OFF the virtual appliance:
# shutdown -h now
4. Power ON the virtual appliance.
The steps outlined in Resolution – Option 1 are also applicable when vCenter Server enters emergency mode and displays the following error:
You might want to save "/run/initramfs/rdsosreport.txt" to a USB stick or /boot
after mounting them and attach it to a bug report.
Give root password for maintenance
(or press Control-D to continue):
Generating "/run/initramfs/rdsosreport.txt"
Entering emergency mode. Exit the shell to continue.
[ype "journalctl" to view system logs.
You might want to save "/run/initramfs/rdsosreport.txt" to a USB stick or /boot
after mounting them and attach it to a bug report.
Give root password for maintenance
(or press Control-D to continue):
Generating "/run/initramfs/rdsosreport.txt"
Entering emergency mode. Exit the shell to continue.
[ype "journalctl" to view system logs.
You might want to save "/run/initramfs/rdsosreport.txt" to a USB stick or /boot