From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1aj2Nk-0004pV-41 for mharc-grub-devel@gnu.org; Thu, 24 Mar 2016 06:20:48 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aj2Ni-0004p5-8D for grub-devel@gnu.org; Thu, 24 Mar 2016 06:20:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aj2Nc-0002wx-Fr for grub-devel@gnu.org; Thu, 24 Mar 2016 06:20:46 -0400 Received: from mx2.suse.de ([195.135.220.15]:58207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aj2Nc-0002wg-8Q for grub-devel@gnu.org; Thu, 24 Mar 2016 06:20:40 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 0B479AB09 for ; Thu, 24 Mar 2016 10:20:36 +0000 (UTC) Date: Thu, 24 Mar 2016 11:20:37 +0100 From: Olaf Hering To: grub-devel@gnu.org Subject: at_keyboard breaks rebooting of system Message-ID: <20160324102037.GA30805@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.24 (6580) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 195.135.220.15 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 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: Thu, 24 Mar 2016 10:20:47 -0000 While trying to enable a german keymap in grub2 I run into some grub2 or BIOS bug on my Esprimo M9400. After 'terminal_input at_keyboard' reboot just hangs, in grub2, Linux and Xen. Poweroff still works. In Linux the cursor stops blinking when the reboot is supposed to happen. In grub2 the cursor does still blink. It looks like at_keyboard is required to get a non-US keymap in grub2. Any idea what might be the culprit, anything I can try? Olaf