From owner-freebsd-geom@FreeBSD.ORG Wed Jun 13 12:30:17 2012 Return-Path: Delivered-To: freebsd-geom@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F3EF1065675 for ; Wed, 13 Jun 2012 12:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 09B518FC12 for ; Wed, 13 Jun 2012 12:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5DCUGJo014188 for ; Wed, 13 Jun 2012 12:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5DCUGbR014185; Wed, 13 Jun 2012 12:30:16 GMT (envelope-from gnats) Date: Wed, 13 Jun 2012 12:30:16 GMT Message-Id: <201206131230.q5DCUGbR014185@freefall.freebsd.org> To: freebsd-geom@FreeBSD.org From: Thomas Steen Rasmussen Cc: Subject: Re: kern/157863: [geli] kbdmux prevents geli passwords from being entered properly on boot X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Steen Rasmussen List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2012 12:30:17 -0000 The following reply was made to PR kern/157863; it has been noted by GNATS. From: Thomas Steen Rasmussen To: bug-followup@FreeBSD.org, rsimmons0@gmail.com, stable@freebsd.org Cc: Subject: Re: kern/157863: [geli] kbdmux prevents geli passwords from being entered properly on boot Date: Wed, 13 Jun 2012 14:19:40 +0200 Hello, Just to let everyone know that this is still an issue. I am trying to install FreeBSD 9.0 amd64 on a Lenovo X121e and I can't get it to accept the geli passphrase during boot. I've confirmed using kern.geom.eli.visible_passphrase=1 that the passphrase is correct, and the same passphrase is accepted when the system is booted up. I've tried disabling kbdmux in /boot/device.hints like the PR said, but that didn't help. I also tried disabling atkbd and atkbdc without any luck, infact I couldn't type anything at all when disabling those. Any hints or suggestions to what I might try ? I have another 9-stable laptop that mounts a geli volume at boot, no idea why that one works and this new one doesn't. Thanks in advance, /Thomas Steen Rasmussen