几天前,我打开了我的电脑,但我在启动屏幕上看到了一些东西;
Failed to start Remount Root and Kernel File Systems.
命令后status systemd-remount-fs.service
;
● systemd-remount-fs.service - Remount Root and Kernel File Systems
Loaded: loaded (/usr/lib/systemd/system/systemd-remount-fs.service; enabled-runtime; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2019-05-16 07:22:48 +00; 3min 38s ago
Docs: man:systemd-remount-fs.service(8)
https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Process: 742 ExecStart=/usr/lib/systemd/systemd-remount-fs (code=exited, status=1/FAILURE)
Main PID: 742 (code=exited, status=1/FAILURE)
May 16 07:22:47 manjaro systemd[1]: Starting Remount Root and Kernel File Systems...
May 16 07:22:48 manjaro systemd-remount-fs[742]: mount: /: can't find UUID=F982-A556.
May 16 07:22:48 manjaro systemd-remount-fs[742]: /usr/bin/mount for / exited with exit status 1.
May 16 07:22:48 manjaro systemd[1]: systemd-remount-fs.service: Main process exited, code=exited, status=1/FAILURE
May 16 07:22:48 manjaro systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
May 16 07:22:48 manjaro systemd[1]: Failed to start Remount Root and Kernel File Systems.
你能帮我吗?顺便感谢您的关注。
您
/etc/fstab
的文件混淆了文件系统条目。你有这样的东西:第一个问题是您的系统上完全不存在具有该 UUID 的文件系统。第二个问题是这种不寻常的 UUID 格式只来自 FAT16/FAT32 文件系统,所以即使它存在,它也完全不适合充当 /(根)文件系统。也许这是一个旧的条目,实际上应该在 /boot 或 /efi(FAT 在这里有意义),或者 Manjaro 安装程序在搜索根分区时不小心拿起了你的 USB 记忆棒。
在任何情况下,完全删除这个 fstab 条目应该是安全的——引导过程不依赖于它的存在。(根据内核命令行找到根分区。)