You are not logged in.

#1 2020-12-03 05:57:47

fire100265
Member
Registered: 2020-10-05
Posts: 95

[SOLVED] Remount Root and Kernel File Systems failed

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

#2 2020-12-03 08:00:57

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,571

Re: [SOLVED] Remount Root and Kernel File Systems failed

resume* are no valid mount options - where did you get the idea to put that into fstab from?

Offline

#3 2020-12-03 08:11:03

fire100265
Member
Registered: 2020-10-05
Posts: 95

Re: [SOLVED] Remount Root and Kernel File Systems failed

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

Board footer

Powered by FluxBB