iPXE discussion forum

Full Version: chain http://server/pxelinux.0 with label as argument?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I see that chain supports arguments? Is it possible to something like this?

Load pxelinux and send label linux as an argument, or possibly with other arguments after that?

Code:
#!ipxe

dhcp
chain http://server/pxelinux.0 linux


Torgeir
The "linux" param from your example above will just be passed as the command line to the program being loaded. If it is a linux kernel, it is what will go into /proc/cmdline. I'm not sure if pxelinux.0 supports being given arguments this way.
Reference URL's