Solved Installing FreeBSD on geli+ufs

I have a strange problem installing FreeBSD 10.1 on encrypted root. The issue is I'm not get enter password dialog during boot sequence, so vfs.root.mountfrom fails with error 19.

I have the following gpt layout:
1. freebsd-boot
2. freebsd-ufs (unencrypted boot)
3. freebsd-ufs (encrypted root)

loader.conf
Code:
kern.geom.label.gptid.enable=0
geom_eli_load="YES"
vfs.root.mountfrom="ufs:/dev/da0p3.eli"
Encryption key is not used. What could I miss?
 
No. Auto zfs option in bsdinstall creates working configuration, but as I'm making a boot pen drive, zfs is pretty much overkill for me. I can't figure what bsdinstall has used to create a working configuration.
 
Back
Top