Mar*_*rty 4 updates initramfs boot-failure busybox
我想首先说我对 Linux 非常陌生(使用它大约 1 个月)。到目前为止,我没有遇到任何问题。
我正在从带有 250 GB 硬盘驱动器和 3 GB 内存的东芝笔记本电脑上运行 Ubuntu 12.04。
昨天一切正常。我所做的唯一改变是我下载了 Banshee 来尝试替代 Rhythmbox,并做了一些推荐的更新。今天早上我尝试启动,花了很长时间,我终于得到了这个错误:
mount: mounting /dev/disk/by-uuid/02bc41cc-1e21-4700-a179-be2805a658c4 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.18. (Ubuntu 1:1.18.5-1ubuntu4) built-in shell (ash)
Enter 'help' for a list of built-in commands
(initramfs)
Run Code Online (Sandbox Code Playgroud)
我不知道在这之后该怎么办。我已经在这里阅读并没有找到我需要的帮助。我确实尝试从 Live CD 启动它。我可以启动到 Try Ubuntu/Install Ubuntu 屏幕。当我通过 Try Ubuntu 选择时,我无法访问我的硬盘。当我点击它时,我收到了这个错误:
无法挂载 247 GB 文件系统
错误挂载:挂载:错误的 fs 类型、错误的选项、/dev/sda/1 上的超级块错误、缺少代码页或帮助程序或其他错误。在某些情况下,可以在 syslog 中找到有用的信息 - 尝试 dmesg|tail 左右。
我尝试dmesg|tail并看到了一串值,但没有任何帮助。
我还尝试从 GRUB 屏幕启动作为恢复模式和以前的 Linux 版本,但它们也不起作用。
我尝试加载 Windows 恢复环境(加载程序)(在 /dev/sdc3 上)并收到此消息:
error: no such device: 268057B1805785E9
error: hd1 cannot get C/H/S values
Run Code Online (Sandbox Code Playgroud)
我曾在某处看到我可以用 Live CD 解决这个问题,但我的知识还不够好,无法尝试。我用我读过的 Gpart 尝试了一些东西,但系统告诉我我没有 Gpart。有人可以向我解释我需要做什么和/或还没有尝试过。