Manjaro & Luks on LVM

HI guys, new to this forum so if im missing anything let me know.
So i just switched to manjaro and I’m trying to make a luks on lvm partition scheme with separate partitions for /root and /home with a keyfile in crypttab to unlock /home automatically at boot, but after booting and typing the password for /root i get the errors “dependency failed for /home” and “dependency failed for local files system”. My question is is there anything specific that needs to be done to make luks on lvm work on manjaro?

Fstab:
/dev/mapper/root / btrfs defaults 0 0

dev/mapper/home /home btrfs defaults 0 0

Crypttab:
home /dev/VolGroup/crypthome /etc/luks-keys/home

1 Like