0

I've configured flashcache on top of luks and LVM, almost everything is working ok but I cannot mount it automatically on boot, because device is not ready yet (system hangs on boot silently). There is any simple way to run flashcache_load and mount AFTER luks and lvm startup?

αғsнιη
  • 36,350

1 Answers1

1

I had to run make -f Makefile.dkms boot_conf

To create initramd entries.

Also you'll need to manually enable modules in grub - add below line to /etc/default/grub.conf:

GRUB_PRELOAD_MODULES="cryptodisk luks gcry_rijndael gcry_sha1 lvm
αғsнιη
  • 36,350