From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0NHn-0004gG-CN for mharc-grub-devel@gnu.org; Tue, 11 Jul 2006 14:48:43 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0NHl-0004gB-Qv for grub-devel@gnu.org; Tue, 11 Jul 2006 14:48:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0NHg-0004fr-QC for grub-devel@gnu.org; Tue, 11 Jul 2006 14:48:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0NHg-0004fo-Kr for grub-devel@gnu.org; Tue, 11 Jul 2006 14:48:36 -0400 Received: from [200.61.53.195] (helo=mail.corest.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0NJ3-0002rR-EP for grub-devel@gnu.org; Tue, 11 Jul 2006 14:50:01 -0400 Received: from webmail.corest.com (lan-53-196.CORESECURITY.COM [200.61.53.196]) by sin.core-sdi.com (mail system) with ESMTP id DBBC81A6B0A for ; Tue, 11 Jul 2006 18:48:33 +0000 (GMT) Message-ID: <44B3F285.3060509@corest.com> Date: Tue, 11 Jul 2006 15:48:37 -0300 From: Gerardo Richarte MIME-Version: 1.0 To: The development of GRUB 2 References: <44B3E9B8.8070608@ssd.fsi.com> <87ejws6kmi.fsf@xs4all.nl> In-Reply-To: <87ejws6kmi.fsf@xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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:48:41 -0000 Marco Gerards wrote: > Ted Dennison writes: > >> 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. > To check if your card is supported in GRUB Legacy, check grub-0.97/netboot (for example). There in the file config.c you'll find lots of strings describing the different supported netcards. However, your e1000 is not supported (although e100 is... are they compatible? I don't think so. If they are you'll need to hack the PCI identification values). gera