From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0NFR-00045u-UK for mharc-grub-devel@gnu.org; Tue, 11 Jul 2006 14:46:17 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0NFQ-00045e-PZ for grub-devel@gnu.org; Tue, 11 Jul 2006 14:46:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0NFN-00045S-Jz for grub-devel@gnu.org; Tue, 11 Jul 2006 14:46:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0NFN-00045P-GX for grub-devel@gnu.org; Tue, 11 Jul 2006 14:46:13 -0400 Received: from [194.109.24.34] (helo=smtp-vbr14.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0NGk-0002id-8s for grub-devel@gnu.org; Tue, 11 Jul 2006 14:47:38 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr14.xs4all.nl (8.13.6/8.13.6) with ESMTP id k6BIkBeX071285 for ; Tue, 11 Jul 2006 20:46:12 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <44B3E9B8.8070608@ssd.fsi.com> Mail-Copies-To: mgerards@xs4all.nl Date: Tue, 11 Jul 2006 20:51:01 +0200 In-Reply-To: <44B3E9B8.8070608@ssd.fsi.com> (Ted Dennison's message of "Tue, 11 Jul 2006 13:11:04 -0500") Message-ID: <87ejws6kmi.fsf@xs4all.nl> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: Finding the list of NIC names 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, 11 Jul 2006 18:46:17 -0000 Ted Dennison writes: > I'm trying to build GRUB (1.94) for loading a diskless system that has > Intel E1000-series NICs. The instructions I have say that I can get a > list of supported NICs by doing a: > > ./configure --help > > I do get a lot of output from that command, but no list of NIC's that > I can see. I tried it on both a cygwin system and on AIX, with the > same result. > > I tried looking through the sources too, but couldn't find anything > enlightening. What am I missing? GRUB 2 does not have networking support yet. Better use GRUB Legacy. -- Marco