GNU bug report logs - #36137
grub-efi doesn't understand my keyboard-layout

Previous Next

Package: guix;

Reported by: Julien Lepiller <julien <at> lepiller.eu>

Date: Sat, 8 Jun 2019 13:20:02 UTC

Severity: normal

To reply to this bug, email your comments to 36137 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#36137; Package guix. (Sat, 08 Jun 2019 13:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Julien Lepiller <julien <at> lepiller.eu>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 08 Jun 2019 13:20:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: bug-guix <at> gnu.org
Subject: grub-efi doesn't understand my keyboard-layout
Date: Sat, 8 Jun 2019 15:19:00 +0200
Hi!

here is a part of my config:

```
(operating-system
  (keyboard-layout (keyboard-layout "fr" "bepo"))
  (bootloader
    (bootloader-configuration
      (target "/boot/efi")
      (bootloader grub-efi-bootloader)
      (keyboard-layout keyboard-layout)))
  ...)
```

But grub's prompt uses qwerty.




Information forwarded to bug-guix <at> gnu.org:
bug#36137; Package guix. (Sat, 08 Jun 2019 19:46:02 GMT) Full text and rfc822 format available.

Message #8 received at 36137 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 36137 <at> debbugs.gnu.org
Subject: Re: bug#36137: grub-efi doesn't understand my keyboard-layout
Date: Sat, 08 Jun 2019 21:45:46 +0200
Hi,

Julien Lepiller <julien <at> lepiller.eu> skribis:

> here is a part of my config:
>
> ```
> (operating-system
>   (keyboard-layout (keyboard-layout "fr" "bepo"))
>   (bootloader
>     (bootloader-configuration
>       (target "/boot/efi")
>       (bootloader grub-efi-bootloader)
>       (keyboard-layout keyboard-layout)))
>   ...)
> ```
>
> But grub's prompt uses qwerty.

Could you do:

  drv="$(guix gc -R $(guix system build -nd /etc/config.scm) | grep 'grub-keymap.*\.drv$')"
  guix build --log-file $drv

and post that log?

Thanks,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#36137; Package guix. (Sat, 08 Jun 2019 20:14:02 GMT) Full text and rfc822 format available.

Message #11 received at 36137 <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 36137 <at> debbugs.gnu.org
Subject: Re: bug#36137: grub-efi doesn't understand my keyboard-layout
Date: Sat, 08 Jun 2019 22:13:15 +0200
Le 8 juin 2019 21:45:46 GMT+02:00, "Ludovic Courtès" <ludo <at> gnu.org> a écrit :
>Hi,
>
>Julien Lepiller <julien <at> lepiller.eu> skribis:
>
>> here is a part of my config:
>>
>> ```
>> (operating-system
>>   (keyboard-layout (keyboard-layout "fr" "bepo"))
>>   (bootloader
>>     (bootloader-configuration
>>       (target "/boot/efi")
>>       (bootloader grub-efi-bootloader)
>>       (keyboard-layout keyboard-layout)))
>>   ...)
>> ```
>>
>> But grub's prompt uses qwerty.
>
>Could you do:
>
>drv="$(guix gc -R $(guix system build -nd /etc/config.scm) | grep
>'grub-keymap.*\.drv$')"
>  guix build --log-file $drv
>
>and post that log?
>
>Thanks,
>Ludo’.

guix gc -R … doesn't show any derivation with grub in its name, and the only one with keymap in the name is console-keymap.fr.drv.




Information forwarded to bug-guix <at> gnu.org:
bug#36137; Package guix. (Thu, 13 Jun 2019 14:59:02 GMT) Full text and rfc822 format available.

Message #14 received at 36137 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 36137 <at> debbugs.gnu.org
Subject: Re: bug#36137: grub-efi doesn't understand my keyboard-layout
Date: Thu, 13 Jun 2019 16:58:25 +0200
Hi,

Julien Lepiller <julien <at> lepiller.eu> skribis:

> Le 8 juin 2019 21:45:46 GMT+02:00, "Ludovic Courtès" <ludo <at> gnu.org> a écrit :
>>Could you do:
>>
>>drv="$(guix gc -R $(guix system build -nd /etc/config.scm) | grep
>>'grub-keymap.*\.drv$')"
>>  guix build --log-file $drv
>>
>>and post that log?
>>
>>Thanks,
>>Ludo’.
>
> guix gc -R … doesn't show any derivation with grub in its name, and the only one with keymap in the name is console-keymap.fr.drv.

What if you search like this:

  guix gc -R $(guix gc --derivers $(readlink -f /run/current-system)) \
    | grep keymap.*drv

The derivation we’re looking for is the one created by
‘keyboard-layout-file’ in (gnu bootloader grub).

Thanks,
Ludo’.




This bug report was last modified 5 years and 364 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.