[ipxe-devel] embed startup script

Robin Smidsrød robin at smidsrod.no
Sun Jun 2 06:38:02 UTC 2013


On 02.06.2013 02:07, G10 Consulting wrote:
> cd src
> make bin/undionly.kkkpxeEMBED=../ipxelinux.ipxe

Why are you building undionly.kkkpxe? That is a special target which is
only useful when building iPXE with pxelinux.0 embedded (which is not
what you're doing). For what you're doing you should be using most
likely the undionly.kpxe compilation target.

make bin/undionly.kpxe EMBED=../linux_embedded.ipxe

Everything else you mentioned seems right.

PS: Naming your embedded script ipxelinux.ipxe, when it doesn't actually
load pxelinux.0 is a bit confusing, and should be avoided? I suggest you
rename it to linux_embedded.ipxe, as that is what it is actually loading.

-- Robin



More information about the ipxe-devel mailing list