<p dir="ltr">On Sep 16, 2014 3:48 AM, "sujan karanjeet" <<a href="mailto:sujan54004@gmail.com">sujan54004@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> I managed to boot into snponly with Michael's "snponly" branch (<a href="https://git.ipxe.org/people/mcb30/ipxe.git/shortlog/refs/heads/snponly">https://git.ipxe.org/people/mcb30/ipxe.git/shortlog/refs/heads/snponly</a>).<br>
><br>
> I understand that there is not much support for anything else than efi libraries but is it somehow possible to boot custom bzimage (iso) files using snponly.efi or ipxe.efi ?<br>
><br>
> This is how I'm booting the image files at the moment:<br>
><br>
> :MY_IMAGE<br>
> initrd http://${server}/images/MY_IMAGE.iso<br>
> chain http://${server}/memdisk iso raw || goto failed<br>
> goto start</p>
<p dir="ltr">Syslinux MEMDISK is BIOS-only and is loaded/executed like a BIOS Linux kernel in bzImage format though I can't recall the boot protocol version.</p>
<p dir="ltr">--Gene</p>