From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LrCLc-0000t0-3N for mharc-grub-devel@gnu.org; Tue, 07 Apr 2009 10:32:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrCLa-0000sh-AH for grub-devel@gnu.org; Tue, 07 Apr 2009 10:32:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrCLY-0000sG-VG for grub-devel@gnu.org; Tue, 07 Apr 2009 10:32:17 -0400 Received: from [199.232.76.173] (port=53079 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrCLY-0000sD-Ou for grub-devel@gnu.org; Tue, 07 Apr 2009 10:32:16 -0400 Received: from fg-out-1718.google.com ([72.14.220.156]:44425) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrCLX-0004Xh-NX for grub-devel@gnu.org; Tue, 07 Apr 2009 10:32:16 -0400 Received: by fg-out-1718.google.com with SMTP id 19so911236fgg.7 for ; Tue, 07 Apr 2009 07:32:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=X4LBmVCIIW5NW6he06O1pzVY5SnLJp25+FsNy/RkXVM=; b=ckK7Vm8HAfLs3mUjHg805vKzE3fg8I58cCDop3wHcKHdGxbcoQSUC3xHuLjLagp1z2 rgPCVZzCyGRGREy5DCjTsWNLq1nslT2Jt8T9+pk3PtHBNc0GzrNp03xjzczYzCU6opZd bkmYp9ACKkaUiAjOLwad4ih3nRstwPilmEsEw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=VhSJmv6eeVqlyBqNdr1PUZrF8EAfiHoELrfpD++5SR4T2aoD5BEBDVVamTa3j2lnxC P+P0o7jzgzMkJFyeK3wo3AgO4yMcYoPyJr8IFgOBVR6JkoZs0+FumTEsXMaLw6xJcgtk QLKHt6BTcOW+TT9TBajBpDTpYSlVJygfqptII= Received: by 10.86.95.8 with SMTP id s8mr236873fgb.39.1239114733232; Tue, 07 Apr 2009 07:32:13 -0700 (PDT) Received: from ?192.168.1.2? (251-127.3-85.cust.bluewin.ch [85.3.127.251]) by mx.google.com with ESMTPS id l19sm914937fgb.1.2009.04.07.07.32.12 (version=SSLv3 cipher=RC4-MD5); Tue, 07 Apr 2009 07:32:12 -0700 (PDT) Message-ID: <49DB63EF.9010408@gmail.com> Date: Tue, 07 Apr 2009 16:32:15 +0200 From: phcoder User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: The development of GRUB 2 References: <801b48df0904052047w45f3de40u752f002c92b09e20@mail.gmail.com> <1238989953.32736.27.camel@mj> <1239005881.3527.0.camel@fz.local> <801b48df0904070557m3ed7371fk7f7ed8085a5d78bb@mail.gmail.com> In-Reply-To: <801b48df0904070557m3ed7371fk7f7ed8085a5d78bb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: grub2 and network boot 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, 07 Apr 2009 14:32:18 -0000 Etherboot. Also I applied for a gsoc project for implementing complete TCP/IP in grub2 Dallas Clement wrote: > Unfortunately, my motherboard does not support PXE boot. It's a Via > C7 (i686) mini-ITX board. Grub2 was working really great for me, I > just need to be able to either TFTP or NFS boot to 1) ease development > 2) provide a firmware recovery mechanism > > Migrating to U-Boot seems like overkill. Do you guys have any other > recommendations? > > Thanks, > Dallas > > On Mon, Apr 6, 2009 at 3:18 AM, Felix Zielcke wrote: >> Am Sonntag, den 05.04.2009, 23:52 -0400 schrieb Pavel Roskin: >>> On Sun, 2009-04-05 at 22:47 -0500, Dallas Clement wrote: >>>> Hello All, >>>> >>>> Forgive me for asking a newb question, but could someone please tell >>>> me how to configure grub2 to do either a TFTP or NFS boot? I am >>>> assuming this functionality exists in grub2. >>>> >>>> I'm working with a 686 processor and a Realtek 8169 PHY. >>> GRUB2 has no networking support yet. It is planned, but the current >>> status is "looking for members": http://grub.enbug.org/Subprojects >>> >> It supports though PXE so you can load grub2 via PXE and then load files >> from a tftp server. >> See the wiki at http://grub.enbug.org/PXEBOOT >> -- >> Felix Zielcke >> >> >> >> _______________________________________________ >> Grub-devel mailing list >> Grub-devel@gnu.org >> http://lists.gnu.org/mailman/listinfo/grub-devel >> > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'phcoder' Serbinenko