From owner-freebsd-geom@freebsd.org Sun Dec 10 12:16:07 2017 Return-Path: Delivered-To: freebsd-geom@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AB70E8ACB9 for ; Sun, 10 Dec 2017 12:16:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57CDE6EAC7 for ; Sun, 10 Dec 2017 12:16:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vBACG7Iq084417 for ; Sun, 10 Dec 2017 12:16:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-geom@FreeBSD.org Subject: [Bug 200214] Asks for passphrase twice when booting into encrypted ZFS single disk install Date: Sun, 10 Dec 2017 12:16:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mark.zsombok@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-geom@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 12:16:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D200214 MZsombok changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark.zsombok@gmail.com --- Comment #2 from MZsombok --- Greetings, I had this issue quite a few times, but only decided to look further into it now. To me, the cause appears to be - and this is just an assumption - how GELI handles the keyboard layout during boot. (after a guided installation. I faintly remember not having this issue after a completely manual installati= on) I tested with hungarian layout (qwertz). 1. - boot into install medium 2. - select hungarian 102 key layout 3. - start installation with "guided ZFS" -> choose to encrypt disk 4. - provide passphrase that contains a "y". 5. - complete installation 6. - reboot 7. - bootloader asks for passphrase -> enter passphrase assuming hungarian 102key layout is used. 8. - passphrase is accepted and boot process starts. 9. - halfway in, GELI requests the passphrase again, but this time the keyb= oard layout is not the selected hungarian 102key, but apperas to be US-english. = "y" and "z" are switched and need to be taken into account while entering the passphrase again. 10. - boot process completes, system is ready for action. On a second installation where the used keys of in the passphrase are laid = out the same way in both us-english and hu-102. - Install successful, - Bootloader requests passphrase -> enter passphrase - Passphrase is not asked for a second time during boot and bootup complete= s. I hope this helps. --=20 You are receiving this mail because: You are the assignee for the bug.=