Skip to main content
Topic: modprobe: FATAL: Module vfat not found in directory /lib/modules/6.12.4-artix1-1 (Read 144 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

modprobe: FATAL: Module vfat not found in directory /lib/modules/6.12.4-artix1-1

I have Artix Linux installed on a VM and tried mounting the boot section of an SD card.

It fails.

Code: [Select]
$ sudo mount /dev/sda1 /mnt
mount: /mnt: unknown filesystem type 'vfat'.
       dmesg(1) may have more information after failed mount system call.

Code: [Select]
$ modprobe vfat
modprobe: FATAL: Module vfat not found in directory /lib/modules/6.12.4-artix1-1

What to do?

Re: modprobe: FATAL: Module vfat not found in directory /lib/modules/6.12.4-artix1-1

Reply #1
Post pacman -Q | grep ^linux

 

Re: modprobe: FATAL: Module vfat not found in directory /lib/modules/6.12.4-artix1-1

Reply #2
Looks I had upgraded linux to version 6.12.8 and run into a boot issue. 
And since my boot is weird (using coreboot.. I think?)
I had to reinstall my VM in order to solve this problem.