From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#39288: Wrong keyboard layout to decrypt hard drive Date: Mon, 27 Jan 2020 22:39:51 +0100 Message-ID: <87o8uofujc.fsf@gnu.org> References: <877e1e5trx.fsf@cassou.me> <877e1epfro.fsf@nckx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35949) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwC80-00032S-9V for bug-guix@gnu.org; Mon, 27 Jan 2020 16:41:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwC7z-0001yV-5A for bug-guix@gnu.org; Mon, 27 Jan 2020 16:41:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53143) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iwC7y-0001y5-7k for bug-guix@gnu.org; Mon, 27 Jan 2020 16:41:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iwC7y-0002B2-5s for bug-guix@gnu.org; Mon, 27 Jan 2020 16:41:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <877e1epfro.fsf@nckx> (Tobias Geerinckx-Rice's message of "Sun, 26 Jan 2020 13:24:11 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Tobias Geerinckx-Rice Cc: 39288@debbugs.gnu.org Hi, Tobias Geerinckx-Rice skribis: > Could you check whether your system configuration's > bootloader-configuration actually contains a keyboard-layout field? > > (bootloader (bootloader-configuration > (bootloader grub-efi-bootloader) > (target "/boot/efi") > --> (keyboard-layout keyboard-layout))) I've heard people using the French keyboard layout like this and having an encrypted root say that GRUB (stage1) would indeed ignore the chosen keyboard layout. (I believe GRUB stage2, where the menu and command line editing features are present, works fine, but that=E2=80=99s after the passphrase has been entered.) A quick search yields: https://superuser.com/questions/974833/change-the-keyboard-layout-of-grub= -in-stage-1 =E2=80=A6 which suggests using =E2=80=98grub-mkstandalone=E2=80=99 (which i= s undocumented but looks like a tiny superset of =E2=80=98grub-install=E2=80=99) and explicitl= y adding the keyboard layout file to the on the command line. Should we do that? Problem is, =E2=80=98install-grub-efi=E2=80=99 isn=E2=80=99t passed the con= figuration. Thanks, Ludo=E2=80=99.