Hi,
I have a storage with ZFS on root and another ZFS pool with GELI encrypted, but the encrypted pool and drive don't work after reboot, I can't even find the .eli file been created under /dev.
Below is my loader.conf:
The drive can be manually attached with the command line.
I have a storage with ZFS on root and another ZFS pool with GELI encrypted, but the encrypted pool and drive don't work after reboot, I can't even find the .eli file been created under /dev.
Below is my loader.conf:
Code:
zfs_load="YES"
hw.ata.wc=0
aesni_load="YES"
vfs.zfs.cache_flush_disable=1
vfs.root.mountfrom="zfs:zroot"
geom_eli_load="YES"
geli_ada0p3_keyfile0_load="YES"
geli_ada0p3_keyfile0_type="ada0p3:geli_keyfile0"
geli_ada0p3_keyfile0_name="/boot/geli/disks.key"
The drive can be manually attached with the command line.