启动期间的 Initramfs 错误

7 root init initramfs

Boot from (hd0,0) ext3   238ac8ca-9576-443d-8e23-8dd836cd2683
Starting up ...
mount: mounting /dev/disk/by-uuid/238ac8ca-9576-443d-8e23-8dd836cd2683 on /root
failed: Invalid argument
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 requested /sbin/init.
No init found.  Try passing init= bootarg.


BusyBox v1.15.3 (Ubuntu 1:1.15.3-1ubuntu5) built in shell (ash)

Enter 'help' for a list of built-in commands.
Run Code Online (Sandbox Code Playgroud)

rea*_*lgt 11

尝试此页面中列出的步骤:
如何修复 Ubuntu 错误:“找不到 init。尝试传递 init= bootarg”

基本上,

  • 使用 Live CD 重新启动
  • sudo fdisk -l

会给你磁盘的名称然后

  • sudo fsck /dev/sda


Ped*_*ram 0

引导加载程序尝试从不是正确 Linux 根目录的分区引导。您能提供更多信息吗?这是怎么发生的?

如果它发生在意外关闭(只是猜测)之后,也许文件系统检查可以帮助您:http://members.iinet.net.au/~herman546/p10.html#filesystem_check_on_an_ext3_filesystem