Ubuntu 10.04 强制关机Target filesystem doesn't have /sbin/init错误

  • 错误现象
  • 解决步骤

一、错误现象

Ubuntu 10.04 强制关机后启动提示

mount: mounting /dev on /root/dev failed: No such file or directory
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or directory
Target filesystem doesn't have /sbin/init
No init found . Try passing init=bootarg.

 
二、解决步骤

使用Ubuntu10.04光盘进入Try Ubuntu 试用界面

使用sudo fsck /dev/sda1命令修复

重启即可

猜你喜欢

转载自leadercoo.iteye.com/blog/1949006