Looking for some troubleshooting help, if possible.

Attempting to install Arch using the linux-zen kernel. Planning to encrypt root using dm-crypt.

Early on, after running

parted /dev/vda --script mklabel gpt

parted -a optimal /dev/vda --script mkpart "ptn-boot" fat32 2048s 1024MiB

parted -a optimal /dev/vda --script mkpart "ptn-root" btrfs 1024MiB 100%

on the disk.

i then enter

modprobe dm-crypt

modprobe dm-mod

I’ve done this procedure a lot of times before, but I think I’m missing something, bc when I run modprobe dm-crypt, i get

modprobe: ERROR: could not insert 'dm_crypt': Invalid argument

I don’t get an error with modprobe dm-mod.

In /lib/modules/7.1.3-zen1-2-zen/kernel/drivers/md/, i have dm-crypt.ko.zst and dm-mod.ko.zst.