Solve the problem of boot failure caused by forced shutdown or power failure of linux (Entering emergency mode. Exit the shell to continue...)

insert image description here

Solve the command to clean up the system log

Command 1: umount /dev/sda3
Command 2: xfs_repair -v -L /dev/sda3

Then restart the system
reboot

Guess you like

Origin blog.csdn.net/weixin_41675375/article/details/115509543