/dev/sda2 contains a file system with errors, check forced | initramfs

开机无法进入系统,显示/dev/sda2 contains a file system with errors, check forced.......initramfs待输入框

问题原因:系统盘dev/sda2加载错误。

解决办法:用fsck命令开始检查、修复(fsck是个很好用了磁盘检测修复命令)输入:fsck -t ext4 /dev/sda2

(-t是指定文件系统类型:现在的多半是ext3和ext4,不知道,你就一个一个试!)最后回车后它会问你是否继续,你就一路按y就行了!到最后会它完了之后,reboot,重启开机就基本好了!

相关文章:

  • 2022-12-23
  • 2021-07-03
  • 2021-11-04
  • 2021-09-01
  • 2022-12-23
  • 2021-09-28
  • 2021-08-24
猜你喜欢
  • 2022-12-23
  • 2021-05-17
  • 2021-10-24
  • 2021-06-13
  • 2022-12-23
  • 2021-12-05
  • 2021-12-17
相关资源
相似解决方案