Problem with failed systemd-remount-fs.service
@p1pp0
·
2026-04-29
·
via CachyOS Forum - Latest posts
I noticed several [ FAILED ] entries in the boot.log Given the command: failed systemd-remount-fs.service I get the following output: systemd-remount-fs.service - Remount Root and Kernel File Systems Loaded: loaded (/usr/lib/systemd/system/systemd-remount-fs.service; enabled-runtime; preset: disabled ) Active: failed (Result: exit-code) since Tue 2026-04-28 19:41:12 CEST; 9min ago Invocation: d39ac23357e640ee859557c4e9cf87ea Docs: man:systemd-remount-fs.service(8) API File Systems Process: 1103 ExecStart=/usr/lib/systemd/systemd-remount-fs (code=exited, status=1/FAILURE) Main PID: 1103 (code=exited, status=1/FAILURE) Mem peak: 3.9M CPU: 19ms apr 28 19:41:12 MyComputerName systemd[1]: Starting Remount Root and Kernel File Systems… apr 28 19:41:12 MyComputerName systemd-remount-fs[1106]: mount: /: can’t find UUID=5699081b-a5f4-4c98-b13c-a0902f404996. apr 28 19:41:12 MyComputerName systemd-remount-fs[1103]: /usr/bin/mount for / exited with exit status 1. apr 28 19:41:12 MyComputerName systemd[1]: systemd-remount-fs.service: Main process exited, code=exited, status=1/FAILURE apr 28 19:41:12 MyComputerName systemd[1]: systemd-remount-fs.service: Failed with result ‘exit-code’. apr 28 19:41:12 MyComputerName systemd[1]: Failed to start Remount Root and Kernel File Systems. I do not understand why the message about failing to find the UUID corresponding to / since the fstab is as follows: UUID=52BD-7490 /boot/efi vfat defaults,umask=0077 0 2 UUID=4219214c-bf4f-49da-8001-ebf270713ada /home ext4 defaults,noatime,commit=60 0 2 UUID=5699081b-a5f4-4c98-b13c-a0902f404996 / ext4 defaults,noatime,commit=60 0 1 tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0 UUID=83e3b8af-fce1-4788-a8bf-de960d58ed01 none swap defaults 0 0 The / UUID in fstab and the one indicated as not found in the error message are identical. Thanks for any help
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。