问题现象:
centos7开机启动时在进度条卡死
解决:
一、按F5查看详细信息,查看问题出现位置,初步确定问题所在。
二、进入单用户模式
首先我们进入开机界面,按e进行选择
会进入以下界面,
然后找到图中红线标注的该行,在行尾添加 init=/bin/sh
按住Ctrl+x执行
可以进入单用户模式
提示:
entering emergency mode .exit the shell to continue. type "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
执行journalctl
根据提示查看日志,发现报错:Failed to mount /sysroot
lvm xfs文件系统修复,执行这个命令
# xfs_repair -v -L /dev/dm-0
-v Verbose output.
-L Force log zeroing. Do this as a last resort.
然后,就修复了,再reboot,可退出单用户模式