首先我要说的是,我不是非常高级的 Ubuntu 用户。整个事情开始于我在运行 Ubuntu 时收到未完成更新的通知,因此我开始更新。然而,在更新过程中,我的电脑死机了,经过一段时间的等待后,我选择硬重启。当我尝试启动 Ubuntu 时,我收到一条消息,说安装失败,我可以按 S 跳过安装或按 M 进行手动恢复。所以我进入维护 shell 并尝试
sudo mount -o remount,rw /
sudo dpkg --configure -a
sudo mount -o remount,ro /
sudo sync
sudo reboot
(在与我的问题类似的问题中提出的建议)
这似乎没有解决任何问题,因此fsck -f -c /
按照这个答案尝试:https://askubuntu.com/a/524617/538375。
当我尝试启动时,它卡在“正在加载初始 ramdisk”。所以我重新启动了计算机并以恢复模式启动。然后得到了
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/xxxxxxxxx does not exist. Dropping to a shell
BusyBox v1.18.5 (Ubuntu 1:1.18.5-1ubuntu4) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs)
然后我重新启动并按照本指南第 1 部分的说明进行操作:http://www.proposedsolution.com/solutions/ubuntu-booting-to-initramfs-prompt/
这让我陷入了同样的境地。所以我尝试在 live-USB 上运行 boot-repair-disk。但是当我尝试运行修复程序时,我得到了一个无限循环,Filesystem repair requires to unmount partitions. Please close all programs. Then close this window.
尽管没有运行任何程序,但它还是告诉我。我尝试从 BIOS 和 Windows UEFI 运行 live-USB,但都没有成功。所以我改为在 boot-repair-disk 中运行启动信息程序。结果如下:http://paste.ubuntu.com/16185667/
这就是我现在的处境。我决定在这里发帖,因为我担心我可能会把整个事情搞得更糟。如果有人能对如何解决这个问题提出建议,或者能给我一个有帮助的教程,我将不胜感激。
此外,这是我在这里的第一篇帖子,因此,如果我以不正确的方式提出这个问题,我深表歉意。