<a href="http://git.kernel.org/pub/scm/boot/bko/warthog9.git">http://git.kernel.org/pub/scm/boot/bko/warthog9.git</a> seems under active development. Is there a main repo other than that I should be aware of?<div>-chris<br>

<br><div class="gmail_quote">On Sun, Aug 7, 2011 at 7:22 AM, Chris McClimans <span dir="ltr"><<a href="mailto:ipxe-devel@hippiehacker.org">ipxe-devel@hippiehacker.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div>Andrew,</div><div><div><br></div><div>I found several places with repos for <a href="http://boot.kernel.org" target="_blank">boot.kernel.org</a>, but all three download_initramfs_images_http.sh files try to retrieve modified pxeknife initrd images from <a href="http://rom.etherboot.org" target="_blank">rom.etherboot.org</a> which is down.</div>


<div><br></div><div># three different BKO repos to choose from:</div><div>$ git clone <a href="http://boot.kernel.org/.git/" target="_blank">http://boot.kernel.org/.git/</a> || <a href="http://git.kernel.org/pub/scm/boot/bko/warthog9.git" target="_blank">http://git.kernel.org/pub/scm/boot/bko/warthog9.git</a> || git://<a href="http://git.etherboot.org/scm/people/pravin/BKO.git" target="_blank">git.etherboot.org/scm/people/pravin/BKO.git</a></div>


</div><div><br></div><div>You can get around it by using ./deploy_BKO.sh instead of ./download_initramfs_images_http.sh, but I had to dig around to figure it out.</div><div><br></div><div>A quick greps shows the download_ISO.sh retrieving from <a href="http://rom.etherboot.org" target="_blank">rom.etherboot.org</a> as well. Alternate locations?</div>


<div><div><br></div><div>$ grep <a href="http://rom.etherboot.org" target="_blank">rom.etherboot.org</a> *</div><div>download_ISO.sh:wget <a href="http://rom.etherboot.org/share/pravin/ISO/dsl.iso" target="_blank">http://rom.etherboot.org/share/pravin/ISO/dsl.iso</a></div>


</div><div><div>download_ISO.sh:wget <a href="http://rom.etherboot.org/share/pravin/ISO/Fedora-11-i686-Live.iso" target="_blank">http://rom.etherboot.org/share/pravin/ISO/Fedora-11-i686-Live.iso</a></div><div>download_ISO.sh:wget <a href="http://rom.etherboot.org/share/pravin/ISO/KNOPPIX_V5.1.1CD-2007-01-04-EN.iso" target="_blank">http://rom.etherboot.org/share/pravin/ISO/KNOPPIX_V5.1.1CD-2007-01-04-EN.iso</a></div>


<div>download_ISO.sh:wget <a href="http://rom.etherboot.org/share/pravin/ISO/debian-live-501-i386-gnome-desktop.iso" target="_blank">http://rom.etherboot.org/share/pravin/ISO/debian-live-501-i386-gnome-desktop.iso</a></div>

<div>download_ISO.sh:wget <a href="http://rom.etherboot.org/share/pravin/ISO/filesystem.squashfs" target="_blank">http://rom.etherboot.org/share/pravin/ISO/filesystem.squashfs</a></div>
<div>download_ISO.sh:wget <a href="http://rom.etherboot.org/share/pravin/ISO/ubuntu-9.04-desktop-i386.iso" target="_blank">http://rom.etherboot.org/share/pravin/ISO/ubuntu-9.04-desktop-i386.iso</a></div><div>download_ISO.sh:wget <a href="http://rom.etherboot.org/share/pravin/ISO/U/filesystem.squashfs" target="_blank">http://rom.etherboot.org/share/pravin/ISO/U/filesystem.squashfs</a></div>


<div>upload_initramfs_images.sh:REMOTE_BKO_LOCATION=pravin@rom.etherboot.org:/pub/share/pravin/BKO/</div></div><div><br></div><div>Possibly changing the documentation here would help:</div><div><br></div><div><a href="http://boot.kernel.org/Developer.html" target="_blank">http://boot.kernel.org/Developer.html</a> :</div>


<div><div>"""</div><div>Follow the following instructions</div><div>make</div><div>cd install_help</div><div>./configure_BKO.sh</div><div>./download_initramfs_images_http.sh ##NOTE if we want to provide this, we need a working place to retrieve from OR tell them they must run ./deploy_BKO.sh</div>


<div>and optionally you need to download the ISO images, or you can point to images on etherboot server or <a href="http://kernel.org" target="_blank">kernel.org</a> server.</div><div>./download_ISO.sh ##NOTE <a href="http://kernel.org" target="_blank">kernel.org</a> URLs need to be added here, or original upstream sources</div>


</div><div>...</div><div><div></div><div class="h5"><div><br></div><div>"""</div><div><br></div><div><br></div><div>On Sat, Aug 6, 2011 at 8:43 PM, Andrew <span dir="ltr"><<a href="mailto:andrew@shopcusa.com" target="_blank">andrew@shopcusa.com</a>></span> wrote:</div>


<div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF"><div><div></div><div>
    On 8/5/2011 12:36 PM, Chris McClimans wrote:
    </div></div><blockquote type="cite"><div><div></div><div>
      <div>
        <div>I'd like to find a way to construct those images from
          original sources</div>
        <div>and not depend on the <a href="http://etherboot.org" target="_blank">etherboot.org</a> blobs. I'm
          trying to create a</div>
        <div>customized <a href="http://boot.kernel.org" target="_blank">boot.kernel.org</a>, thoughts
          on secondary sources for those</div>
        <div>modified images, or better yet, how to create them?</div>
        <div><br>
        </div>
        <div>$ git clone git://<a href="http://git.etherboot.org/scm/people/pravin/BKO.git" target="_blank">git.etherboot.org/scm/people/pravin/BKO.git</a></div>
        <div>$ cd BKO/install_help</div>
        <div>$ ./download_initramfs_images_http.sh</div>
        <div>downloading dsl initramfs</div>
        <div>--2011-08-06 06:43:17--  <a href="http://rom.etherboot.org/share/pravin/BKO///bko/live/dsl/minirt24.gz" target="_blank">http://rom.etherboot.org/share/pravin/BKO///bko/live/dsl/minirt24.gz</a></div>
        <div>Resolving rom.etherboot.org... 140.211.167.171</div>
        <div>Connecting to <a href="http://rom.etherboot.org" target="_blank">rom.etherboot.org</a>|140.211.167.171|:80...
          failed: Connection refused.</div>
        <div><br>
        </div>
        <div>$ grep REMOTE_BKO_LOCATION=
          ./install_help/download_initramfs_images_http.sh</div>
        <div>REMOTE_BKO_LOCATION=$REMOTE_INITRAMFS_DOWNLOAD_LOCATION</div>
        <div>REMOTE_BKO_LOCATION="<a href="http://rom.etherboot.org/share/pravin/BKO/" target="_blank">http://rom.etherboot.org/share/pravin/BKO/</a>"</div>
        <div><br>
        </div>
        <div>$ nc <a href="http://rom.etherboot.org" target="_blank">rom.etherboot.org</a> 80 -v</div>
        <div>nc: connect to <a href="http://rom.etherboot.org" target="_blank">rom.etherboot.org</a> port
          80 (tcp) failed: Connection refused</div>
        <div><br>
        </div>
        <div>
          $ nmap <a href="http://rom.etherboot.org" target="_blank">rom.etherboot.org</a></div>
        <div><br>
        </div>
        <div>Starting Nmap 5.21 ( <a href="http://nmap.org" target="_blank">http://nmap.org</a> ) at 2011-08-06
          06:38 NZST</div>
        <div>Nmap scan report for <a href="http://rom.etherboot.org" target="_blank">rom.etherboot.org</a>
          (140.211.167.171)</div>
        <div>Host is up (0.21s latency).</div>
        <div>Not shown: 992 filtered ports</div>
        <div>PORT     STATE  SERVICE</div>
        <div>22/tcp   closed ssh</div>
        <div>80/tcp   closed http</div>
        <div>443/tcp  closed https</div>
        <div>497/tcp  open   retrospect</div>
        <div>587/tcp  open   submission</div>
        <div>1863/tcp open   msnp</div>
        <div>5190/tcp open   aol</div>
        <div>9418/tcp open   git</div>
      </div>
      <div><br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>_______________________________________________
ipxe-devel mailing list
<div><a href="mailto:ipxe-devel@lists.ipxe.org" target="_blank">ipxe-devel@lists.ipxe.org</a>
</div><a href="https://lists.ipxe.org/mailman/listinfo/ipxe-devel" target="_blank">https://lists.ipxe.org/mailman/listinfo/ipxe-devel</a>
</pre>
    </blockquote>
    <br>
    I have an unmodified copy of the BKO repo, I could probably tar it
    up Monday and put it somewhere  if you would like. <br><font color="#888888">
    <br>
    -A<br>
  </font></div>

<br>_______________________________________________<br>
ipxe-devel mailing list<br>
<a href="mailto:ipxe-devel@lists.ipxe.org" target="_blank">ipxe-devel@lists.ipxe.org</a><br>
<a href="https://lists.ipxe.org/mailman/listinfo/ipxe-devel" target="_blank">https://lists.ipxe.org/mailman/listinfo/ipxe-devel</a><br>
<br></blockquote></div><br></div></div>
</div></div></blockquote></div><br></div>