警告!UUID=xxxx 不存在。`blkid` 不显示输出,磁盘未显示在 `/dev/sd*/

警告!UUID=xxxx 不存在。`blkid` 不显示输出,磁盘未显示在 `/dev/sd*/

我有一台运行 Ubuntu 22.04 的 Dell XPS 13。自从我今天早上打开它以来,它一直无法启动。它让我进入 BusyBox shell...

BusyBox v.1.30.1 (Ubuntu 1:1.30.1-7ubuntu3) built-in shell (ash)   
Enter 'help' for list of built-in commands.  

(initramfs)

我尝试了很多命令fsck,但fsck -A什么都没做。我exit在提示符下输入并得到:

Gave up waiting for root file system device. Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT! UUID=441239f8-bb37-456e-806f-8b505a8e6e2e does not exist. Dropping to a shell!

BusyBox v1.30.1 (Ubuntu 1:1.30.1-7ubuntu3) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs) cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.15.0-91-generic root=UUID=441239f8-bb37-456e-806f-8b505a8e6e2e ro quiet splash

所以看起来问题出在这里,启动映像的 UUID 未找到。我运行后也blkid没有得到任何输出...

(initramfs) blkid
(initramfs)

我也尝试环顾四周:

(initramfs) ls /dev/disk
ls: /dev/disk: No such file or directory
(initramfs) ls /dev/disks
ls: /dev/disks: No such file or directory

如果我从 USB 记忆棒启动实时会话,“磁盘”GUI 应用程序不会显示除 USB 记忆棒之外的任何驱动器。

ubuntu@ubuntu:~$ lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
loop0    7:0    0     3G  1 loop /rofs
loop1    7:1    0     4K  1 loop /snap/bare/5
loop2    7:2    0  63.4M  1 loop /snap/core20/1974
loop3    7:3    0  73.9M  1 loop /snap/core22/858
loop4    7:4    0 237.2M  1 loop /snap/firefox/2987
loop5    7:5    0  91.7M  1 loop /snap/gtk-common-themes/1535
loop6    7:6    0 349.7M  1 loop /snap/gnome-3-38-2004/143
loop7    7:7    0  53.3M  1 loop /snap/snapd/19457
loop8    7:8    0 485.5M  1 loop /snap/gnome-42-2204/120
loop9    7:9    0  12.3M  1 loop /snap/snap-store/959
loop10   7:10   0   452K  1 loop /snap/snapd-desktop-integration/83
sda      8:0    1   7.5G  0 disk 
├─sda1   8:1    1   4.7G  0 part /cdrom
├─sda2   8:2    1   4.9M  0 part 
├─sda3   8:3    1   300K  0 part 
└─sda4   8:4    1   2.8G  0 part /var/crash
                                 /var/log

我不太清楚上次重启之前我做了什么。但可能是内核或启动映像已更新(愚蠢的是我没注意)。

但似乎整个驱动器都无法识别。有人能帮忙吗?

相关内容