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 git://git.etherboot.org/scm/gpxe.git cd gpxe/src make You can change the BANNER_TIMEOUT by editing the line #define BANNER_TIMEOUT 20 in the file config/general.h Hope that helps, Michael "Marty Connor" <[email protected]> wrote: >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 4/4/10 7:06 PM: >> Hi, >> The following are the main connection I http://etherboot.org/wiki/howtos >> with BANNER_TIMEOUT and even do a keyword search TIMEOUT >> http://etherboot.org/wiki/removable >> http://etherboot.org/wiki/removable >> http://etherboot.org/wiki/removable >> http://etherboot.org/wiki/usbwithstorage >> http://etherboot.org/wiki/romburning >> http://etherboot.org/wiki/pxechaining >> http://etherboot.org/wiki/rplchaining >> http://etherboot.org/wiki/proxydhcp >> http://etherboot.org/wiki/httpboot >> http://etherboot.org/wiki/scripting >> http://etherboot.org/wiki/sanboot >> http://etherboot.org/wiki/sanboot/iscsi_install >> http://etherboot.org/wiki/wirelessboot >> http://etherboot.org/wiki/winpe_memdisk >> http://etherboot.org/wiki/dhcpd >> http://etherboot.org/wiki/dnsmasq >> http://etherboot.org/wiki/msdhcp >> http://etherboot.org/wiki/mikrotik >> http://etherboot.org/wiki/debug >> http://etherboot.org/wiki/dev/gdbstub >> The above does not timeout-related content. >> Only the connection, but not what you want >> http://etherboot.org/wiki/winpe >> %BCDEDIT% -set {bootmgr} timeout 30 >> On the home page >> Use the search feature to search timeout keyword >> http://etherboot.org/wiki/doku.php?do=search&id=BANNER_TIMEOUT&fulltext=Search >> Find two connections: >> 1. >> http://etherboot.org/wiki/appnotes/pxelinux_tftp_to_http_migration?s[]=banner&s[]=timeout >> We also experienced DHCP timeouts on some of our older switches. It seems >> that although the link was “up” it was not yet passing traffic >> (spanning-tree portfast did >> not seem to be the issue in this case). The easiest way around the issue was >> to increase the gPXE banner timeout in src/config/general.h to 10 seconds >> and rebuild the >> undionly image: >> /* >> * Timer configuration >> * >> */ >> #define BANNER_TIMEOUT 100 /* Tenths of a second for which >> the shell >> banner should appear */ >> ================================================================================== >> This method and Thomas Miletich said method is the same >> 2. >> http://etherboot.org/wiki/appnotes/gpxeonqemu091?s[]=banner&s[]=timeout >> Look up several times, seems to be a qemu. >> >> ================================================================================ >> Please guide a simple way, I'm confused. >> If possible, or hope to be able to add to the http://www.rom-o-matic.net/, >> this I understand >> >> lsq726 >> :( >> >> >> >> >> 在2010-04-04 22:27:17,"Piotr Jaroszyński"<[email protected]> 写道: >>> 2010/4/4 lsq726<[email protected]>: >>>> 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 git://git.etherboot.org/scm/gpxe.git >>> $ cd gpxe/ >>> $ git remote add peper http://github.com/peper/gpxe-peper.git >>> $ git fetch peper >>> $ git checkout base64 >>> $ cd src >>> $ make >>> >>>> Modify the code which file you can modify the BANNER_TIMEOUT 0\ >>> In gpxe/src: >>> $ echo "#define BANNER_TIMEOUT 0"> config/local/general.h >>> >>>> 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? >>> >>> http://etherboot.org/wiki/howtos >>> >>> -- >>> Best Regards >>> Piotr Jaroszyński >>> >>> >>> _______________________________________________ >>> gPXE mailing list >>> [email protected] >>> http://etherboot.org/mailman/listinfo/gpxe > >_______________________________________________ >gPXE mailing list >[email protected] >http://etherboot.org/mailman/listinfo/gpxe
_______________________________________________ gPXE mailing list [email protected] http://etherboot.org/mailman/listinfo/gpxe
