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

Full log


View this message in rfc822 format

From: Ludovic Courtès <ludo <at> gnu.org>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 36137 <at> debbugs.gnu.org
Subject: 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’.




This bug report was last modified 6 years ago.

Previous Next


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