From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KpkgR-0002jE-6r for mharc-grub-devel@gnu.org; Tue, 14 Oct 2008 10:15:35 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KpkgO-0002iW-Rv for grub-devel@gnu.org; Tue, 14 Oct 2008 10:15:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KpkgN-0002hQ-9N for grub-devel@gnu.org; Tue, 14 Oct 2008 10:15:32 -0400 Received: from [199.232.76.173] (port=53620 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpkgM-0002hC-S2 for grub-devel@gnu.org; Tue, 14 Oct 2008 10:15:30 -0400 Received: from india245.server4you.de ([85.25.150.237]:47647 helo=hohwie.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KpkgM-000291-OF for grub-devel@gnu.org; Tue, 14 Oct 2008 10:15:30 -0400 Received: from localhost (hohwie.com [127.0.0.1]) by hohwie.com (Postfix) with ESMTP id 4297E7B404A for ; Tue, 14 Oct 2008 16:15:17 +0200 (CEST) X-Virus-Scanned: amavisd-new at hohwie.com Received: from hohwie.com ([127.0.0.1]) by localhost (hohwie.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id EnCwF4eHW9TI for ; Tue, 14 Oct 2008 16:15:16 +0200 (CEST) Received: by hohwie.com (Postfix, from userid 1000) id 0424F7B405B; Tue, 14 Oct 2008 16:15:16 +0200 (CEST) Date: Tue, 14 Oct 2008 16:15:20 +0200 X-OfflineIMAP-1859262923-6f7574626f78-494e424f582e6f7574626f78: 1223993722-00325148375612-v4.0.16 From: Joerg Hohwieler To: grub-devel@gnu.org Message-ID: <20081014141520.GD7080@hohwie.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: grub2 netboot & memtest X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2008 14:15:33 -0000 Hi, I'm trying to use grub2 (current svn) netboot to boot memtest86+-2.01. Netboot already works and the b/w menu shows up. here's my grub.cfg: .. snip .. set timeout=100 set default=0 menuentry "memtest86+-2.01" { linux /memtest86+-2.01 } .. snip .. When I execute this command, grub2 complains: error: too small lower memory (0x99100 > 0x89000) What's wrong? What is the correct grub.cfg entry for booting memtest86+ ? Best regards, joerg