背景:

由于不正常的关机和重启,或者突然断电导致的关机,下次起来后不能进去系统,停留在(initramfs)。

解决方法:

使用如下命令修复

fsck -y /dev/sda1

说明:其中sda1为系统启动分区,如果不知道是哪个时,可以从1开始每个分区去测试,有些可能是sdb的硬盘或者sdc的硬盘,要根据实际情况来。可以通过fdisk -l​来查看磁盘分区。

修复完成后输入reboot进行重启。

 

参考:

http://blog.csdn.net/andywuchuanlong/article/details/52675302

http://blog.sina.com.cn/s/blog_9906ec890102w5ug.html

http://jingyan.baidu.com/article/495ba841d5330738b20ede44.html

http://forum.ubuntu.org.cn/viewtopic.php?t=352589

http://blog.csdn.net/zhengyiYES/article/details/52754483

相关文章:

  • 2021-08-08
  • 2022-12-23
  • 2022-01-20
  • 2021-10-15
  • 2022-12-23
  • 2021-10-28
  • 2021-05-14
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2022-01-17
相关资源
相似解决方案