[Bug 202703] geom_eli_passphrase_prompt doesn't work on Dell Precision WorkStation T5400
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Aug 28 02:57:42 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202703
Bug ID: 202703
Summary: geom_eli_passphrase_prompt doesn't work on Dell
Precision WorkStation T5400
Product: Base System
Version: 10.2-RELEASE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: freebsd-bugs at FreeBSD.org
Reporter: mason at blisses.org
geom_eli_passphrase_prompt isn't working on a Dell Precision WorkStation T5400
I've got here, which uses an identical set-up to another system I have - two
SATA disks, ZFS maintaining a bootpool across them, GELI across the rest and
ZFS maintaining a pool on that.
I note the GELI password prompt on boot, enter the passphrase, and then get the
normal mid-boot passphrase when the kernel tries to mount the root filesystem,
which requires a frantic whacking of the enter key until I see a linefeed,
after which I'm told my passphrase was incorrect but I'm given a chance to
authenticate, which succeeds and continues into the boot.
$ uname -a
FreeBSD lethe 10.2-RELEASE FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37
UTC 2015 root at releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
$ cat /boot/loader.conf
geom_eli_passphrase_prompt="YES"
geli_ada0p4_keyfile0_load="YES"
geli_ada0p4_keyfile0_type="ada0p4:geli_keyfile0"
geli_ada0p4_keyfile0_name="/boot/encryption.key"
geli_ada1p4_keyfile0_load="YES"
geli_ada1p4_keyfile0_type="ada1p4:geli_keyfile0"
geli_ada1p4_keyfile0_name="/boot/encryption.key"
aesni_load="YES"
geom_eli_load="YES"
geom_mirror_load="YES"
vfs.root.mountfrom="zfs:zroot/ROOT/default"
zfs_load="YES"
kern.geom.label.gptid.enable="0"
zpool_cache_load="YES"
zpool_cache_type="/boot/zfs/zpool.cache"
zpool_cache_name="/boot/zfs/zpool.cache"
(the mirror_load is unnecessary, FWIW)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list