Hello,<br>
I am using iPXE with a tree of scripts to allow the user to select a boot<br>
from various menu options. From the main path or script provided originally<br>
by the dhcp server the user can then navigates or chain from folder to folder.<br>
Is there a way to display and use the local (current) path used by iPXE ?<br>
Or in other words, what is name of the variable I should use to access<br>
or "show" the base path when a relative parameter is provided to chain ?<br>cf iPXE forum topic: <a href="http://forum.ipxe.org/showthread.php?tid=6837">http://forum.ipxe.org/showthread.php?tid=6837</a><br>Is this already possible (if yes how ?) to have a way to really extract<br>
the current path or this feature needs to be added to the iPXE code ?<br>
iPXE is a great project ! Thank you very much for your time and support.<br>
Best Regards,<br>
Gilles<br>
<br>
FYI:I am using the http protocol to navigate through the various menus<br>
and the "filename" variable always shows the initial dhcp data.<br>