You are not logged in.

#1 2024-04-01 19:25:10

OriginalHB
Member
Registered: 2024-04-01
Posts: 3

[SOLVED] Boot partition fails to mount, unknown filesystem type vfat

It all started when I was trying to update my firmware, and fwupdmgr gave me the message

WARNING: UEFI ESP partition not detected or configured

I tried adding

OverrideESPMountPoint=/boot/efi

to uefi_capsule.conf, and when I tried to mount the partition I got the error

mount: /boot/efi: unknown filesystem type 'vfat'.

and the partition fails to mount. It worked at some point before.

Last edited by OriginalHB (2024-04-02 03:47:32)

Offline

#2 2024-04-01 20:47:21

seth
Member
Registered: 2012-09-03
Posts: 54,565

Re: [SOLVED] Boot partition fails to mount, unknown filesystem type vfat

uname -a
pacman -Qs kernel

Did you update the kernel and not reboot (in which case you don't have access to the vfat module for the older, running kernel anymore)
=> reboot.

Online

#3 2024-04-02 03:46:49

OriginalHB
Member
Registered: 2024-04-01
Posts: 3

Re: [SOLVED] Boot partition fails to mount, unknown filesystem type vfat

I ran pacman -Qs kernel and that seemed to work. Thanks!

Offline

#4 2024-04-02 07:03:32

seth
Member
Registered: 2012-09-03
Posts: 54,565

Re: [SOLVED] Boot partition fails to mount, unknown filesystem type vfat

pacman -Qs is inert, it search packages matching the provided filter - the point was to see whether running and intalled kernel fall apart.
If you did reboot, that"fixed" it because it aligned the two.

Online

Board footer

Powered by FluxBB