美文网首页
虚拟机异常断电后cenots7无法正常启动

虚拟机异常断电后cenots7无法正常启动

作者: before_9dbe | 来源:发表于2020-07-11 22:57 被阅读0次

    vmware虚拟机环境下的Centos7,电脑异常关机后,无法正常启动,直接进入的dracut。
    系统提示:
    Warning: /dev/centos/root does not exist
    Warning: /dev/centos/swap does not exist
    Warning: /dev/mapper/centos-root does not exist
    然后就是提示输入journalctl查看日志。日志中主要内容也是提示以上三问题。
    尝试安装盘启动恢复,提示无法找到任何linux分区。
    按照https://blog.csdn.net/weixin_43905458/article/details/104059550的方法修复,在/dev目录中,找不到centos。
    无奈用英文搜索,终于找到一篇文章:https://unix.stackexchange.com/questions/425045/warning-dev-centos-root-swap-centos-root-does-not-exist-after-configuring-dr
    按照他的做法:

    lvm vgscan
    lvm vgchange -ay   // 创建了三个丢失的目录
    

    之后重启即可。
    参考自https://blog.csdn.net/Bibiolatrist/article/details/107241614
    侵权删

    相关文章

      网友评论

          本文标题:虚拟机异常断电后cenots7无法正常启动

          本文链接:https://www.haomeiwen.com/subject/rfuwcktx.html