请帮我这个忙:
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! UUID=48c4ab40-53b0-4274-82f6-0286459d5df8 does not exist. Dropping toate a shell!
BusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in Shell (ash)
Enterprise 'help' for a list of built-in commands.
(initramfs)我想提一下,我是一个使用Ubuntu的初学者。我通过USB安装的get删除了所有数据的分区。
发布于 2017-09-28 22:48:38
我不明白这个说法..。“我通过USB安装get来删除所有数据的分区。”如果您删除了启动/Ubuntu分区,您希望它如何正确引导?您可能只需要重新安装Ubuntu。
万一我误会了..。
由于您可能无法访问GRUB菜单和根提示符,所以我们将进行很长的一段时间。可能需要在步骤中进行一些调整,这取决于合作的程度。
Files窗口,单击左侧窗格中的硬盘名称,以挂载硬盘。导航到硬盘上的/etc文件夹。右键单击/etc文件夹中的空白,然后从上下文菜单中选择Open in terminal。然后键入sudo nano fstab。查找包含"UUID=48c4ab40-53b0-4274-82f6-0286459d5df8"...的行我们需要改变这个UUID。terminal窗口并键入sudo blkid。这将给出各种磁盘分区的UUID列表。为引导分区找到正确的UUID。用正确的UUID替换另一个终端窗口中的UUID。保存文件。重新启动电脑。https://askubuntu.com/questions/960306
复制相似问题