启动 ubuntu 时出现错误。过去几个月它运行良好,但突然停止运行。以下是消息:
mount:mounting /dev/disk/by-uuid/29a23397-e18d-441c-b138-340b48019991 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 requsted /sbin/init.
No init found.Try passing init=bootarg
Busybox v1.18.5 (ubuntu 1:1.18.5-1ubuntu4.1) built-in shell (ash)
(initramfs)
请帮我解决这个问题。
答案1
该问题可能是由于根文件系统损坏或文件系统无法挂载而引起的。
尝试这个:
1.从 Ubuntu Live CD 启动;
2.打开/运行终端;
3.输入:sudo fdisk -l
[ENTER] 获取设备名称;
确定输出的正确分区。对我来说,它是“/dev/sda9”
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 102414335 51206144 7 HPFS/NTFS/exFAT
/dev/sda2 102414436 625136791 261361178 f W95 Ext'd (LBA)
/dev/sda5 102414438 212953484 55269523+ 7 HPFS/NTFS/exFAT
/dev/sda6 212963328 357175295 72105984 7 HPFS/NTFS/exFAT
/dev/sda7 409609368 625136791 107763712 7 HPFS/NTFS/exFAT
/dev/sda8 403466240 409608191 3070976 82 Linux swap / Solaris
/dev/sda9 357177344 403454687 23138672 83 Linux
4.输入:sudo fsck /dev/sda9[ENTER];
5.重启系统