<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><div id="yiv920146633"><table id="yiv920146633bodyDrftID" class="yiv920146633" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td id="yiv920146633drftMsgContent" style="font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit; font-family: arial; font-size: 10pt;">I tried creating a ROM to flash my Intel PRO/1000 MT NIC with gPXE a wireless boot but I get stuck at creating a Boot Disk. I configured it on Ubuntu 11. Below are the steps I use/d:<br><br>    lspci<br>    02:06.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)<br>    lspci -n -s 02:06.0<br>    02:06.0 0200: 8086:100e (rev 02)<br>    #etherboot :http://etherboot.org/<br>    <gpxe1user>
 gpxebot: lspci 8086:100e<br>    <gpxebot> e1000_82540<br><br>I downloaded the gpxe src and compiled it. I can create working ISO's with it and can boot wirelessly with an embedded script. I used a CD. Now I want to flash the ROM on my NIC with this
 script.<br><br>cd Downloads/gpxe/src<br>make bin/8086100e.rom EMBEDDED_IMAGE=wireless.gpxe<br><br>    wireless.gpxe file contents:<br>    #!gpxe<br>    set net0/ssid MYWIFIAP<br>    set net0/key MYWIFIKEY<br>    autoboot<br><br>cp bin/8086100e.rom bin/8086100e.iba<br># This is done to refresh with a clean "dosboot.img"<br>cp /home/myfolder/Downloads/dosboot.img .<br>mcopy -i dosboot.img bin/8086100e.iba ::<br># IBAUtil.exe was automatically extracted when I downloaded PROBOOT.exe<br>mcopy -i dosboot.img /home/myfolder/Downloads/APPS_intel/IBAUtil.exe ::<br><br>For USB stick, do this:<br>    sudo dd if=dosboot.img of=/dev/sdc1<br><br>    USB stick contents:<br><br>    8086100e.iba<br>    AUTOEXEC.BAT (0 bytes)<br>    COMMAND.COM<br>    CONFIG.SYS (0 bytes)<br>  
  IBAUtil.exe<br>    KERNEL.SYS    <br><br>For CD, do this, then burn ISO:<br>    mkisofs -b dosboot.img -o dosboot.iso dosboot.img<br><br>    CD contents after burning the ISO:<br><br>    boot.cat<br>    dosboot.img<br><br>Neither USB stick nor CD work when booting. The screen is just black with a blinking underscore. I've tried them both on several machines. What can I do to get around this?<br><br>Thanks, JC<br><br></td></tr></tbody></table></div></td></tr></table>