How to repair Failed to mount /sysroot
Below command will fix the issue:
sudo xfs_repair -v -L /dev/dm-0
Node failed to boot after a power outage and got the error "Failed to mount /sysroot" and entered into emergency mode.
Mount and unmount failed so in this condition just run with -L
option and that will help node to boot up again.
Comments
Post a Comment