You are not logged in.
Hi,
I get the error in the title when booting. How do I fix this?
Here is the systemctl status:
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 2020-12-03 13:48:40 +08; 4min 16s ago
Docs: man:systemd-remount-fs.service(8)
https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Process: 276 ExecStart=/usr/lib/systemd/systemd-remount-fs (code=exited, status=1/FAILURE)
Main PID: 276 (code=exited, status=1/FAILURE)
Dec 03 13:48:40 Arch-Vivobookx510uf systemd-remount-fs[279]: mount: /: mount point not mounted or bad option.
Warning: journal has been rotated since unit was started, output may be incomplete.
Here is my systemd-boot entry:
title Arch Linux
linux /vmlinuz-linux-zen
initrd /intel-ucode.img
initrd /initramfs-linux-zen.img
options root='UUID=cb7dcb32-0d86-41c8-bfbe-becdc6eb47e1' rw resume_offset=885774 resume=UUID=cb7dcb32-0d86-41c8-bfbe-becdc6eb47e1 noatime
Here is my fstab entry for root:
#/@
UUID=cb7dcb32-0d86-41c8-bfbe-becdc6eb47e1 / btrfs defaults,noatime,resume_offset=885774,resume=UUID=cb7dcb32-0d86-41c8-bfbe-becdc6eb47e1 0 0
Help is appreciated.
Last edited by fire100265 (2020-12-03 08:19:57)
Offline
resume* are no valid mount options - where did you get the idea to put that into fstab from?
Offline
I was trying to use a swapfile for hibernation. I thought I needed to add that to fstab. I'll try removing it.
Edit: Thank you. I removed resume from fstab and got no errors afterwards.
Last edited by fire100265 (2020-12-03 08:19:36)
Offline