You are not logged in.
After installing arch yesterday, every time I reboot I get this error:
[FAILED] Failed to mount /boot.
[DEPEND] Dependency failed for Local File Systems.I can still use my system and it works fine but this is something I should fix. I looked into "etc/fstab" and "lsblk -f" and saw that the file types were different and so were the UUIDs for the boot partition. So I edited "etc/fstab" so that they match the details in "lsblk -f". However I still get the same error!
Here are their outputs after I edited them:
lsblk -f:
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINT
nvme0n1
│
├─nvme0n1p1
│ vfat FAT32 53B4-1850
├─nvme0n1p2
│ ext4 1.0 c51e04e9-1d92-4a5f-b903-a7df415214b4 210.3G 4% /
└─nvme0n1p3
swap 1 e67d38d8-2a25-4bd4-bb38-255ace123e49 [SWAP]cat /etc/fstab:
# /dev/nvme0n1p2
UUID=c51e04e9-1d92-4a5f-b903-a7df415214b4 / ext4 rw,relatime 0 1
# /dev/nvme0n1p1
53B4-1850 /boot vfat rw,relatime 0 2
# /dev/nvme0n1p3
UUID=e67d38d8-2a25-4bd4-bb38-255ace123e49 none swap defaults 0 0
# /dev/nvme0n1p2
UUID=c51e04e9-1d92-4a5f-b903-a7df415214b4 / ext4 rw,relatime 0 1
# /dev/nvme0n1p2
UUID=c51e04e9-1d92-4a5f-b903-a7df415214b4 / ext4 rw,relatime 0 1Any advice would be appreciated and thank you in advanced!
Last edited by slowsnow (2020-07-02 11:23:14)
Offline
53B4-1850 /boot vfat rw,relatime 0 2You forgot UUID= on this line.
Offline
Yep that was it ty! Can't believe I missed that
Offline