Incorrect keyboard layout in GRUB stage1 to enter the LUKS passphrase

  • Open
  • quality assurance status badge
Details
3 participants
  • Damien Cassou
  • Ludovic Courtès
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Damien Cassou
Severity
important
Merged with

Debbugs page

Damien Cassou wrote 5 years ago
Wrong keymap when decrypting master key
(address . bug-guix@gnu.org)
87pnee4lil.fsf@cassou.me
Hi,

I've installed Guix System manually in Gnome Boxes and asked for
encrypting the hard drive. When booting, Guix will ask 3 times for my
passphrase:

1. just after displaying Welcome to Grub, but before displaying the Grub
menu, Guix asks for my passphrase for hd0,gpt2
2. after the Grub menu, it asks for decrypting /dev/sda2
3. after that, it asks for decrypting /dev/sda3

I find it quite annoying to enter my passphrase 3 times. But even more
annoying, the first time, I have to enter it in Qwerty even though all
my system is supposed to be configured for Colemak:

(operating-system
(locale "en_US.utf8")
(timezone "Europe/Paris")
(keyboard-layout
(keyboard-layout "us" "colemak" #:options '("ctrl:nocaps")))
(bootloader
(bootloader-configuration
(bootloader grub-bootloader)
(target "/dev/sda")
(keyboard-layout keyboard-layout)))

Is there a way to enter my passphrase less often and/or always in
Colemak?

Thanks

--
Damien Cassou

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill
Tobias Geerinckx-Rice wrote 5 years ago
878sl28s76.fsf@nckx
Damien,

Damien Cassou 写道:
Toggle quote (6 lines)
> I find it quite annoying to enter my passphrase 3 times. But
> even more
> annoying, the first time, I have to enter it in Qwerty even
> though all
> my system is supposed to be configured for Colemak:

Didn't you already[0] report this bug as #39288? Then I'll merge
the two.

Kind regards,

T G-R

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfo+u0AlEeO9y5k0W2Imw8BjFSTwFAl5JYD0ACgkQ2Imw8BjF
STwlQg/+IHyptFYNQcmqdYKZ2hMwWw2vvFd7F7gtsC4PIaKkaab21dc4gQTUlY7C
zHk6IlV7G/6heiDymQILnzYxlA+841g/m0TuAhaDU86I98rZQo/CAd7ndNut6Xvl
O9cq0q+M4FTDLGPl01S0onlTZXuOQ7IDy8UOw/LdT0PB61cdNfIuNcyDTAXyVeER
md2zhnbinHWNLcohdEYx1Ysd2ieB8IklnL7ByC6H0dY/ENHkm8UbFwWY+3KIOaby
v5pB85uJJjJQSRHiTCXY9eSx6Z7nb3IUS9wTUgJ+AJ3gmwGbHD/wC3/T4kttuvRz
eLab9t4wdIrEJPj4Rcvum1hy9H68cYMC8A2awFwr6i2V8NhRCpKiAf1dL+TLNI8D
+BASm0irp493hFWMt+Ox9rDJj9OGzB1U+Jp7enLfmn+QjyZR2GDgwBN9tqSUnXFR
yKyrfMjwKZSfFHD4ioyNNzZa8FK7P51FdvV5Lm8vQnLpAVAr/xoQrASWsLECnTER
oa1UW5rtKSynh5UBhx+5ZsHQ1TCSTJoR5+2ia1uK+WzL/D8JQI31d5uWIHp2yvsM
K13Y3/yFXi41eBAZahOMvOCwO4wyIVRXzybMkIeOxUAKNaouSMRb+4wnf3QT3gDm
NqemEd01/4tPwpo797fE56vArBjuktaLrvINigH5Mb/euLlvU0s=
=XrfL
-----END PGP SIGNATURE-----

Damien Cassou wrote 5 years ago
871rqt8rc2.fsf@cassou.me
Tobias Geerinckx-Rice <me@tobias.gr> writes:
Toggle quote (4 lines)
> Didn't you already[0] report this bug as #39288? Then I'll merge
> the two.


no, it's not me. I deny it… Sorry, I'm getting old. Please merge them.

--
Damien Cassou

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill
Ludovic Courtès wrote 5 years ago
control message for bug #39632
(address . control@debbugs.gnu.org)
87eeuonipg.fsf@gnu.org
severity 39632 important
quit
Ludovic Courtès wrote 5 years ago
control message for bug #39288
(address . control@debbugs.gnu.org)
87d0a8niow.fsf@gnu.org
merge 39288 39632
quit
Ludovic Courtès wrote 5 years ago
(address . control@debbugs.gnu.org)
87pncok34m.fsf@gnu.org
retitle 39288 Incorrect keyboard layout in GRUB stage1 to enter the LUKS passphrase
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 39632@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 39632
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help