因此,我想在 MacBookPro(13 英寸,2017 年)上的 USB-C 驱动器上运行持久的 Linux 安装。创建并引导到实时 USB 在 Manjaro、Fedora 和 ElementaryOS 上运行得很好。ElementaryOS 有一些问题将 USB 驱动器视为有效的安装位置(尽管我完全能够使用 GParted 对其进行格式化),所以我决定尝试其他发行版,因为我还没有做出长期决定。
对于 Fedora 和 Manjaro,我遇到了几乎相同的问题:我启动 live USB,安装到目标 USB 驱动器,然后当我启动到目标时,它告诉我找不到具有特定 UUID 的驱动器。
更正一下,Fedora 起初可以正常工作,但应用更新后,下次启动时就会出现错误。
在 Manjaro 上它看起来像这样:
ERROR: device 'UUID=<LONG-UUID-HERE>' not found. Skipping fsck
mount: /new_root: can't find UUID=<SAME_UUID_HERE>.
You are now being dropped into an emergency shell.
sh: can't access tty: job control turned off
[rootfs ]#
Fedora 看起来像这样:
Warning: /dev/disk/by-uuid/<LONG-UUID-HERE> does not exist
Generating "/run/initramfs/rdsosreport.txt"
Entering emergency mode. Exit the shell to continue.
Type "journalctl" to view system logs.
You mgiht want to save "/run/initramfs/rdsosreport.txt" to a USB stick or /boot after mounting them and attach it to a bug report.
Press Enter for maintenance
(or press Control-D to continue):
然后它完全没有响应,根本无法显示任何键盘输入。
有人见过类似的东西吗?