centos7 断电导致 generating /run/initramfs/rdsosreport.txt 问题

物理断电,有时候会出现
generating “/run/initramfs/rdsosreport.txt”
entering emergencymode.
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。

处理步骤:
xfs_repair /dev/mapper/centos-root 或者xfs_repair /dev/mapper/centos-root -L
两个命令不一定哪个能成功,第一个不行就试下第二个。
最后reboot就行了

相关文章:

  • 2021-05-15
  • 2021-05-22
  • 2021-10-27
  • 2022-01-20
  • 2021-11-24
  • 2021-04-28
  • 2021-05-11
  • 2021-09-27
猜你喜欢
  • 2021-07-02
  • 2022-12-23
  • 2021-08-14
  • 2022-12-23
相关资源
相似解决方案