From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1SniEh-00032L-LN for mharc-grub-devel@gnu.org; Sat, 07 Jul 2012 23:32:39 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SnTN2-0003Y1-AR for grub-devel@gnu.org; Sat, 07 Jul 2012 07:40:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SnTN0-0006PG-D4 for grub-devel@gnu.org; Sat, 07 Jul 2012 07:40:15 -0400 Received: from 15.mo1.mail-out.ovh.net ([188.165.38.232]:53263 helo=mo1.mail-out.ovh.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SnTN0-0006P3-72 for grub-devel@gnu.org; Sat, 07 Jul 2012 07:40:14 -0400 Received: from mail194.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo1.mail-out.ovh.net (Postfix) with SMTP id 97020FFCFC8 for ; Sat, 7 Jul 2012 13:45:10 +0200 (CEST) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 7 Jul 2012 13:40:11 +0200 Received: from abordeaux-158-1-109-102.w90-60.abo.wanadoo.fr (HELO ?192.168.0.3?) (perso@maisondouf.fr@90.60.100.102) by ns0.ovh.net with SMTP; 7 Jul 2012 13:40:10 +0200 Message-ID: <4FF8201A.4030204@maisondouf.fr> Date: Sat, 07 Jul 2012 13:40:10 +0200 From: Alain SAURAT User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: grub-devel@gnu.org X-Ovh-Mailout: 178.32.228.1 (mo1.mail-out.ovh.net) Subject: patch for 20_memtest86+ Content-Type: multipart/mixed; boundary="------------060902080608040808080508" X-Ovh-Tracer-Id: 2313161360544580750 X-Ovh-Remote: 90.60.100.102 (abordeaux-158-1-109-102.w90-60.abo.wanadoo.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: 0 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeegkedrjeduucetufdoteggodetrfdofgetucfrrhhofhhilhgvmecuqfggjfenuceurghilhhouhhtmecufedttdenucenucfhrhhomheptehlrghinhcuufetfgfttefvuceophgvrhhsohesmhgrihhsohhnughouhhfrdhfrheqnecujfgurhepkfffhfhrfgggvffutgesmhdtrggrtdefud X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeegkedrjeduucetufdoteggodetrfdofgetucfrrhhofhhilhgvmecuqfggjfenuceurghilhhouhhtmecufedttdenucenucfhrhhomheptehlrghinhcuufetfgfttefvuceophgvrhhsohesmhgrihhsohhnughouhhfrdhfrheqnecujfgurhepkfffhfhrfgggvffutgesmhdtrggrtdefud X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 188.165.38.232 X-Mailman-Approved-At: Sat, 07 Jul 2012 23:32:38 -0400 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: Sat, 07 Jul 2012 11:40:17 -0000 This is a multi-part message in MIME format. --------------060902080608040808080508 Content-Type: multipart/alternative; boundary="------------040206070003060207070500" --------------040206070003060207070500 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi I use grub2 on a blind server which have only a serial port to comunicate. I use the "GRUB_TERMINAL=serial" in /etc/default/grub and so I have the grub menu on my tty. But, in the grub menu there is always the menuentry for memtest86 displayed on internal graphic.... and then nothing is displayed and I have to stop the server with AC power... So I think to avoid this menuentry when serial terminal is choosen in default options of grub I send you a diff file to path 20_memtest86+ Best regards, Alain --------------040206070003060207070500 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi
I use grub2 on a blind server which have only a serial port to comunicate.

I use the "GRUB_TERMINAL=serial" in /etc/default/grub and so I have the grub menu on my tty.

But, in the grub  menu there is always the menuentry for memtest86 displayed on internal graphic.... and then nothing is displayed and I have to stop the server with AC power...

So I think to avoid this menuentry when serial terminal is choosen in default options of grub

I send you a diff file to path 20_memtest86+

Best regards, Alain



--------------040206070003060207070500-- --------------060902080608040808080508 Content-Type: text/x-patch; name="20_memtest86+.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="20_memtest86+.diff" 25a26,27 > if [ ! GRUB_TERMINAL = serial ]; > then 32a35,37 > EOF > fi > cat << EOF --------------060902080608040808080508--