十个小时之前,我运行了sudo pacman -Syu,关机之后现在无法启动,我进入到了一个命令行:
[FAILED] Failed to mount /boot
[DEPEND] Dependency failed for Local File Systems.
You are in emergency mode. After logging in, type "journalctl -xb" to view to continue bootup.
Give root password for maintenance
我问了GPT,让我检查/etc/fstab中硬盘分区的UUID是否正确,我将其中的UUID和lsblk -f的UUID对照,检查无误,然后GPT叫我把boot分区的参数从0改为2来保证boot分区被检查和加载,我不是很确定要不要这样做
这是我的fstab的内容
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/nvme0n1p7
UUID=xxx / btrfs rw,relatime,ssd,discard=async,space_cache=v2,subvolid=5,subvol=/ 0 0
# /dev/nvme0n1p1 LABEL=ESP
UUIT=5896-5BA9 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,ioharset=ascii,shortname=ixed,utf8,errors=remount-ro 0 2
# /dev/nvme0n1p8
UUID=xxx none swap defaults 0 0
请问如何修复这个问题?我可以提供其他需要的信息