All of lore.kernel.org
 help / color / mirror / Atom feed
* grub2 and network boot
@ 2009-04-06  3:47 Dallas Clement
  2009-04-06  3:52 ` Pavel Roskin
  0 siblings, 1 reply; 6+ messages in thread
From: Dallas Clement @ 2009-04-06  3:47 UTC (permalink / raw)
  To: grub-devel

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.

Any pointers would be greatly appreciated.

Thanks,

Dallas Clement



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: grub2 and network boot
  2009-04-06  3:47 grub2 and network boot Dallas Clement
@ 2009-04-06  3:52 ` Pavel Roskin
  2009-04-06  3:56   ` Dallas Clement
  2009-04-06  8:18   ` Felix Zielcke
  0 siblings, 2 replies; 6+ messages in thread
From: Pavel Roskin @ 2009-04-06  3:52 UTC (permalink / raw)
  To: The development of GRUB 2

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

-- 
Regards,
Pavel Roskin



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: grub2 and network boot
  2009-04-06  3:52 ` Pavel Roskin
@ 2009-04-06  3:56   ` Dallas Clement
  2009-04-06  8:18   ` Felix Zielcke
  1 sibling, 0 replies; 6+ messages in thread
From: Dallas Clement @ 2009-04-06  3:56 UTC (permalink / raw)
  To: The development of GRUB 2

Okay, Thank you for the speedy reply!

On Sun, Apr 5, 2009 at 10:52 PM, Pavel Roskin <proski@gnu.org> wrote:
> 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
>
> --
> Regards,
> Pavel Roskin
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: grub2 and network boot
  2009-04-06  3:52 ` Pavel Roskin
  2009-04-06  3:56   ` Dallas Clement
@ 2009-04-06  8:18   ` Felix Zielcke
  2009-04-07 12:57     ` Dallas Clement
  1 sibling, 1 reply; 6+ messages in thread
From: Felix Zielcke @ 2009-04-06  8:18 UTC (permalink / raw)
  To: The development of GRUB 2

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




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: grub2 and network boot
  2009-04-06  8:18   ` Felix Zielcke
@ 2009-04-07 12:57     ` Dallas Clement
  2009-04-07 14:32       ` phcoder
  0 siblings, 1 reply; 6+ messages in thread
From: Dallas Clement @ 2009-04-07 12:57 UTC (permalink / raw)
  To: The development of GRUB 2

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 <fzielcke@z-51.de> 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
>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: grub2 and network boot
  2009-04-07 12:57     ` Dallas Clement
@ 2009-04-07 14:32       ` phcoder
  0 siblings, 0 replies; 6+ messages in thread
From: phcoder @ 2009-04-07 14:32 UTC (permalink / raw)
  To: The development of GRUB 2

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 <fzielcke@z-51.de> 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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-04-07 14:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-06  3:47 grub2 and network boot Dallas Clement
2009-04-06  3:52 ` Pavel Roskin
2009-04-06  3:56   ` Dallas Clement
2009-04-06  8:18   ` Felix Zielcke
2009-04-07 12:57     ` Dallas Clement
2009-04-07 14:32       ` phcoder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.