From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1PlMVA-0005Yt-MU for mharc-grub-devel@gnu.org; Fri, 04 Feb 2011 09:19:08 -0500 Received: from [140.186.70.92] (port=52301 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlMV3-0005Uh-V7 for grub-devel@gnu.org; Fri, 04 Feb 2011 09:19:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PlMUy-0007Jx-8N for grub-devel@gnu.org; Fri, 04 Feb 2011 09:18:57 -0500 Received: from chatel.calistel.com ([195.5.240.82]:45618 helo=obiou.calistel.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlMUy-0007JR-3F for grub-devel@gnu.org; Fri, 04 Feb 2011 09:18:56 -0500 Received: by obiou.calistel.com (Postfix, from userid 1001) id D299731; Fri, 4 Feb 2011 15:18:53 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by obiou.calistel.com (Postfix) with ESMTP id 0DA7C2E for ; Fri, 4 Feb 2011 15:18:52 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at obiou.calistel.com Received: from obiou.calistel.com ([127.0.0.1]) by localhost (obiou.calistel.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NprZbiwKBT06 for ; Fri, 4 Feb 2011 15:18:51 +0100 (CET) Received: from prem6s (prem6s.lanvoc [10.99.0.196]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by obiou.calistel.com (Postfix) with ESMTPS id B9BFF2B for ; Fri, 4 Feb 2011 15:18:51 +0100 (CET) Date: Fri, 4 Feb 2011 15:18:50 +0100 From: =?UTF-8?B?RnLDqWTDqXJpYw==?= Boiteux To: grub-devel@gnu.org Message-ID: <20110204151850.5b7834c3@prem6s> Organization: Calistel X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 195.5.240.82 Subject: terminal_input=at_keyboard not working X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2011 14:19:07 -0000 Hello, I've installed the 1.99rc1 version of Grub2 on my Debian system to use the new keyboard layout system. I've read that to work, I have to set up following configuration : * in /etc/default/grub : GRUB_TERMINAL_INPUT=3Dat_keyboard * in /etc/grub.d/40_custom : insmod keylayouts keymap /boot/grub/bepo.gkb with the Grub's keymap 'bepo.gkb' done with : ckbcomp fr bepo |grub-mklayout -v -o /boot/grub/bepo.gkb =C2=A0 I've tested this config on one laptop with success, but on another, a HP 6730b, I=C2=A0found that 'GRUB_TERMINAL_INPUT=3Dat_keyboard' does freeze the system, and I've to restart the system from a USB key to recover the grub system (I didn't find a way to tell Grub2 to ignore its grub.cfg file). Do you know a possible cause for my problem, and some possible solution ? Thanks, Fred.