[syslinux] EFI: ipxe + syslinux = Failed to read blocks: 0xC

Oscar Roozen oscar.roozen at brightcomputing.com
Fri Jul 31 05:50:53 PDT 2015



On 31-07-15 14:25, Patrick Masotta wrote:
> ""exponential-like decay of IO rate"" could you please post a link on
> your comments on this?

Sure, see the thread starting at:
	http://www.syslinux.org/archives/2015-June/023621.html
And Gene's confirmation at:
	http://www.syslinux.org/archives/2015-June/023629.html

> OK I got lost.
> are you saying you finally were able to chainload syslinux.efi on the HP??
> by doing what?

Some magic in dhcpd.conf:

       if option architecture-type = 00:09 {
         filename "efi64/syslinux-87020-or.efi";
         option pxelinux.pathprefix "http://bla/efi64/";
       } elsif option architecture-type = 00:07 {
         filename "efi64/ipxe-git87981.efi";
       } else {
         filename "pxelinux.0";
       }


More information about the Syslinux mailing list