You are not logged in.

#1 2021-09-26 01:31:31

gcslb
Member
Registered: 2021-09-26
Posts: 2

[SOLVED] add filesystem support to initcpio

Hi,
Like a dumddumb I managed to break my boot entry root filesystem entry after which I get dropped in to the rootfs shell.
I try to mount my boot partition with:

mkdir /boot
mount /dev/nvme0n1p1 /boot

which returns "mount /boot: unknown filesystem type 'vfat'."

I can run decrypt my root part and chroot to it but that does not help since I can not mount the boot partition

I know I can reboot in to the archiso live image and fix it (I have done so) but I would like to be able to fix it from the front end.

I am not sure how to add support for vfat (I see btrfs and ext) and other filesystems in the initcpio so any help would be appreciated

Thanks for your time

Last edited by gcslb (2021-09-27 00:30:57)

Offline

#2 2021-09-26 02:52:28

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: [SOLVED] add filesystem support to initcpio

You just add the modules you need to the modules array.

Offline

#3 2021-09-27 00:30:39

gcslb
Member
Registered: 2021-09-26
Posts: 2

Re: [SOLVED] add filesystem support to initcpio

Scimmia wrote:

You just add the modules you need to the modules array.

Worked perfectly, Thank you!

Offline

Board footer

Powered by FluxBB