[gPXE] Tip errors, need your help

2010-04-04 Thread lsq726
Hi, I refer to your method, but run into git fetch peper Tip: fatal:the remote end hung up unexpectedly Continue running git checkout base64 Tip error. error:pathspec'base64'did not mathch any file(s)known to git You see a picture attachment In addition: Modify the code which file you can

Re: [gPXE] Dual-ROM BIOS woes

2010-04-04 Thread Geert Stappers
Op 20100403 om 14:36 schreef Elisamuel Resto: Hello all! I've been trying to replace the option ROM on a AMI BIOS ROM for a X7SLA-H on the Supermicro 5015A-H server, to no avail. What happens is that only one ROM can be replaced, the other one can only be deleted, and no more than one can

Re: [gPXE] Tip errors, need your help

2010-04-04 Thread Thomas Miletich
On Sunday, April 4, 2010, Piotr Jaroszyński p.jaroszyn...@gmail.com wrote: 2010/4/4 lsq726 lsq...@163.com: Hi,      I refer to your method, but run into git fetch peper Tip: fatal:the remote end hung up unexpectedly Hmm, not sure why the server wouldn't work for you. Try: $ git clone

Re: [gPXE] Tip errors, need your help

2010-04-04 Thread Marty Connor
On 4/4/10 10:41 AM, Piotr Jaroszyński wrote: At least git 1.7.0.3 is smart enough to figure it out. Also automatically creates a local branch. It's important to understand that not everyone is running the latest versions of tools. Etherboot.org, for example, is currently running: git 1.5.6.6.

Re: [gPXE] Tip errors, need your help

2010-04-04 Thread lsq726
Hi, Is the problem of git version? If this is the case. I'm using febora 12, which version should I use the febora? lsq726 Regards 在2010-04-04 23:02:12,Marty Connor m...@etherboot.org 写道: On 4/4/10 10:41 AM, Piotr Jaroszyński wrote: At least git 1.7.0.3 is smart enough to figure it out.

Re: [gPXE] Tip errors, need your help

2010-04-04 Thread lsq726
Hi, $ git clone git://git.etherboot.org/scm/gpxe.git $ cd gpxe/ $ git remote add peper http://github.com/peper/gpxe-peper.git $ git fetch peper tip: error:unable to get pack file http://github.com/peper/gpxe-peper.git/objects/pack-584377590961d8d1d87ca99560d22dae95be4fee.pack transfer closed

Re: [gPXE] Tip errors, need your help

2010-04-04 Thread Piotr Jaroszyński
2010/4/4 Marty Connor m...@etherboot.org: On 4/4/10 10:41 AM, Piotr Jaroszyński wrote: At least git 1.7.0.3 is smart enough to figure it out. Also automatically creates a local branch. It's important to understand that not everyone is running the latest versions of tools. I get that, I was

Re: [gPXE] Tip errors, need your help

2010-04-04 Thread lsq726
HI, May be a network of git fetch peper error prompt With git checkout peper/base64 back to normal. Thanks for everyone's help How can build customised ? For example: How can generate undi of GPXE.PXE? How can generate all-drivers of gpxe.pxe? How to build for a particular NIC's gpxe.pxe?

Re: [gPXE] Tip errors, need your help

2010-04-04 Thread lsq726
Hi, $ git clone git://git.etherboot.org/scm/gpxe.git $ cd gpxe/ $ git remote add peper git://gitorious.org/gpxe-peper/gpxe-peper.git $ git fetch peper $ git checkout peper/base64 $ cd src $ make I used this method successfully. Thanks for everyone's help to ask where to find gpxe.pxe? How can

Re: [gPXE] Tip errors, need your help

2010-04-04 Thread lsq726
hi, Hi, thank you for your help. How can generate undi of GPXE.PXE? make bin/gpxe.kpxe Gpxe.kpxe is undionly The undi how do? lsq726 Regards 在2010-04-05 01:03:00,Piotr Jaroszyński p.jaroszyn...@gmail.com 写道: 2010/4/4 lsq726 lsq...@163.com: Hi, $ git clone

Re: [gPXE] Tip errors, need your help

2010-04-04 Thread Piotr Jaroszyński
How can generate undi of GPXE.PXE? make bin/gpxe.kpxe Gpxe.kpxe is undionly The undi how do? make bin/undi.pxe That's just a guess, hope it helps though. -- Best Regards Piotr Jaroszyński ___ gPXE mailing list gPXE@etherboot.org

Re: [gPXE] Tip errors, need your help

2010-04-04 Thread Joshua Oreman
2010/4/4 Piotr Jaroszyński p.jaroszyn...@gmail.com: How can generate undi of GPXE.PXE? make bin/gpxe.kpxe Gpxe.kpxe is undionly The undi how do? make bin/undi.pxe That's just a guess, hope it helps though. You want: make bin/undionly.kpxe for a gPXE that can be chainloaded from a vendor

Re: [gPXE] Tip errors, need your help

2010-04-04 Thread lsq726
Hi, Modify the code which file you can modify the BANNER_TIMEOUT 0\ In gpxe/src: $ echo #define BANNER_TIMEOUT 0 config/local/general.h I follow this method, but make a mistake. [BUILD] bin/main.o In file included from ./config/general.h:149, from core/main.c:25:

Re: [gPXE] Tip errors, need your help

2010-04-04 Thread lsq726
Marty, I am very sorry, to a simple question, always never get tired of asking dongwenxi. In fact, I was also very tired. Hope you can understand. Read the WIKI to me is very difficult. In itself, is through http://www.microsofttranslator.com/default.aspx terminology. He made a translation

Re: [gPXE] Tip errors, need your help

2010-04-04 Thread Marty Connor
Enough. You're messages will now be moderated so that you won't use up mailing list bandwidth with trivial questions. I don't like doing this, but you are flooding the mailing list with junk. Please watch: http://www.youtube.com/watch?v=ZSFDm3UYkeE Thanks, / Marty / lsq726 wrote on

Re: [gPXE] Tip errors, need your help

2010-04-04 Thread Michael Brown
This seems to be a language barrier. As far as I can understand, lsq726 is now trying to build gPXE from source, rather than from rom-o-matic.net, and is wondering where to set the compile-time options such as BANNER_TIMEOUT. lsq726: you need to do: git clone