Hello guys, I use Fedora 13, dracut 005, I have encrypted root and I tried to have crypto key on my USB stick working. After some modifications to dracut, I'm almost done, however I have one last issue: My root partition and other partitions on the same lvm group mount fine, but my second volume group (vg3) is not OK: My root partition is configured like that: md raid -> luks1 -> LVM vg2 -> filesystem My second volume group: LVM vg3 -> luks2 -> filesystem I use the same key for both partitions and I use rd_LUKS_KEYDEV_UUID kernel parameter for all my luks partitions and I know all are mounted successfully by dracut - all partitions are present in the /dev/mapper in dracut - I tested that. (I also tested that cryptsetup luksOpen returns zero in dracut for all partitions - this is OK as well) The issue is that when init process starts, for some reason luks2 partition on vg3 is not present in the /dev/mapper (however vg2 on luks1 is OK). I also tried to specify all partitions into rd_LVM_LV arguments, but it did not help either. Do you please have any hint how can I force dracut to pass all partitions from the /dev/mapper to the init process or where do you think the issue can be? I also know I can create a workaround and change init script to mount addtional partition on vg3, but I would prefer it is done by dracut, so USB stick with the key does not have to be inserted during the whole boot process (which takse quite some time on my slow machine). Thank you very much, Jaiv -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html