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

  • Post author:
  • Post category:其他


由于Hbase开发启动了3台centos,电脑又开了其他东西导致卡死。强行关机后启动VM里的centos出现

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 -L

然后输入reboot



版权声明:本文为weixin_43603028原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。