From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZCfzt-0003ae-Oj for mharc-grub-devel@gnu.org; Tue, 07 Jul 2015 23:26:09 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCfzq-0003Zp-Q5 for grub-devel@gnu.org; Tue, 07 Jul 2015 23:26:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCfzm-0008HS-NE for grub-devel@gnu.org; Tue, 07 Jul 2015 23:26:06 -0400 Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:34270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCfzm-0008HG-Ep for grub-devel@gnu.org; Tue, 07 Jul 2015 23:26:02 -0400 Received: by lagx9 with SMTP id x9so216494158lag.1 for ; Tue, 07 Jul 2015 20:26:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=L9urYBVS/1Kb672s7mYlOP+gMgyiL/Z33/DbM4w3ZTA=; b=rT6RTKDkGUQXj2T/j114ELi54BW4lDQtinp7y7oZAqVkAfl0XO/+PWC+5vA9rw1koS l7He4WmPY2Jv7iSzWNCi8OELQ2DvQkZc4Vg7n8D+wM/7P4Q0N3FRGe2o8VVENQKhUpqa j2Z6tQQ6No9JtI93ZcvEjYjcRJnyhzKLWVGSQiAtEAKeCWulFvgfnV8bGMdqDfckRWb1 24t9u9X0kivHsGIJjppVn+t0LCwWYZA4ZjhqvrRgaVjO5M8gxxOdmBZggXpAVqsvG//9 HNx/pkifoC3FqMvn06bQyWpEAi6AG0rbUsSuxUMOcmqvjUPbYkZVhJvfSSFwBhN89acc Qkfw== X-Received: by 10.152.170.165 with SMTP id an5mr7114407lac.100.1436325961589; Tue, 07 Jul 2015 20:26:01 -0700 (PDT) Received: from opensuse.site (ppp91-76-14-38.pppoe.mtu-net.ru. [91.76.14.38]) by smtp.gmail.com with ESMTPSA id sf1sm197807lbb.3.2015.07.07.20.26.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Jul 2015 20:26:00 -0700 (PDT) Date: Wed, 8 Jul 2015 06:25:59 +0300 From: Andrei Borzenkov To: Francesco Lucconi Subject: Re: how-to build ethernet drivers Message-ID: <20150708062559.210a346d@opensuse.site> In-Reply-To: References: X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.28; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22b Cc: grub-devel@gnu.org 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: Wed, 08 Jul 2015 03:26:08 -0000 =D0=92 Tue, 7 Jul 2015 19:16:02 +0200 Francesco Lucconi =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > Hi guys, > I'm working with grub bootloader (version 2.00) for target i386-pc and I > can compile and install it without any errors. > Now I want to enable ethernet drivers within grub but I haven't found yet > the configure options that I need for the activation. Furtermore using the > command "net_ls_cards" the grub shows me nothing. > Can you give me any tips to solve that? >=20 On PC BIOS grub is using PXE stack, so it expects BIOS to already load and initialize LAN drivers. This usually happens when you initiate network boot. If PXE stack is not present, GRUB cannot use network on this platform.