全新安装 14.04 - 放弃等待 root 设备

全新安装 14.04 - 放弃等待 root 设备

我希望你能帮助我。我在这里读了很多关于我的问题和解决方案,但到目前为止我还没有成功解决这个问题。

该系统是 Asrock e350m1、4GB RAM、各种随机硬盘。(我已经在我的磁盘上测试了许多安装!)

我新安装了 14.04.1 LTS,但它无法启动。这是启动时的消息。

Gave up waiting for root device. Common problems:
 - Boot args (cat /proc/cmdline)
    - Check rootdelay= (did the system wait long enough?)
    - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/disk/by-uuid/0d594499-7bc3-4da6-a8e9-2127932c03fc does not exist.
Dropping to a shell!

以下是我迄今为止尝试过的方法:

我已检查 UUID 与我的磁盘是否匹配

sudo blkid

我还检查了条目是否与/boot/grub/menu.lstuuid 匹配。

此外,我还检查了 /etc/fstab 中的 uuid 是否正确。

我已经尝试过启动修复工具:https://help.ubuntu.com/community/Boot-Repair

以下是 pastebin 的结果:http://paste.ubuntu.com/9553069/

我已经按照其他人的回答中的指示完成了此操作:

sudo mount /dev/sda1 /mnt
sudo mount --bind /dev /mnt/dev
sudo mount --bind /proc /mnt/proc
sudo mount --bind /sys /mnt/sys
sudo chroot /mnt
update-initramfs -u
update-grub
reboot

我已SATA COMBINED MODE在 UEFI 设置中将其设置为禁用。

我也尝试过 Ubuntu 12.04,但也有同样的错误。有趣的是,Ubuntu 10.04、Fedora Core 21、Windows 8.1 都可以立即运行。

真的,在这个阶段,我很茫然。我不知道还能尝试什么 :(

请帮助我!谢谢!:)

相关内容