[ipxe-devel] embed startup script
G10 Consulting
james at g10consulting.com
Sun Jun 2 00:07:19 UTC 2013
I am able to compile tftp and even boot winpe using the iso, so everything
manuelly works if I type it.
but I am not able to embed the script with my compiler (to make it automatic
)
cd src
make bin/undionly.kkkpxe EMBED=../ipxelinux.ipxe
and my ipxelinux.ipxe text file has
#!ipxe
dhcp
boot http://1.1.1.1/linux.ipxe
my tftp server only has the undionly.kkkpxe file it.
do I need to pass also another tftp file for instance the ipxelinux.ipxe
file
so I want it to auto dhcp and boot from a web server inside the script.
but its not working, I don't see any notes for this part anywhere.
any insight.
thanks
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20130601/b1fa6922/attachment.htm>
More information about the ipxe-devel
mailing list