[SOLVED] Fresh install: crypttab not working
Hi all,
I have an encrypted swap partition and encrypted home partition I'm using /etc/crypttab to open. I'm using runit.
When I boot, I get the messages:
Device /dev/by-uuid/[uuid] does not exist or access denied.
Device /dev/by-partuuid/[partuuid] does not exist or access denied.
My /etc/crypttab is:
home /dev/by-uuid/[uuid] /etc/homeKey luks
swap /dev/by-partuuid/[partuuid] /dev/urandom swap,cipher=aes-cbc-essiv:sha256,size=256
[uuid] and [partuuid] obviously replaced with the actual uuid/partuuid.
I have a keyfile at /etc/homeKey for my home partition. My root partition is also encrypted and I decrypt it upon boot (which is working fine).
`cryptsetup` and `cryptsetup-runit` are installed. `dmeventd` is running when I do `sv status dmeventd`.
I am also using `linux-hardened` instead of the normal Linux kernel.
Any help is really appreciated, I just want to get this working.