<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 7 Aug 2020, 21:43 Robert Socha, <<a href="mailto:socha@socha.it">socha@socha.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
This is more user-level question. But for last few days I'm unable to <br>
post question via <a href="http://forum.ipxe.org" rel="noreferrer noreferrer" target="_blank">forum.ipxe.org</a>.<br>
<br>
I wonder if this supported option (passing parameters from PXELinux to iPXE)<br>
<br>
<br>
I have PXELinux boot:<br>
<br>
LABEL startipxe<br>
   KERNEL ipxe.lkrn<br>
   APPEND set MYVAR some-data<br>
<br>
And from chain loaded ipxe with embed script:<br>
<br>
#!ipxe<br>
echo MYVAR: ${MYVAR}<br>
... other stuff<br>
<br>
<br>
<br>
I was unable to make this work (PXElinux from Ubuntu 20.04 syslinux <br>
package).<br>
<br>
I solved this for myself by some small hack in ipxe code.<br>
<br>
But I wonder if this should works out of the box?<br>
<br>
Best regards<br>
-- <br>
Robert Socha<br>
<br>
_______________________________________________<br>
ipxe-devel mailing list<br>
<a href="mailto:ipxe-devel@lists.ipxe.org" target="_blank" rel="noreferrer">ipxe-devel@lists.ipxe.org</a><br>
<a href="https://lists.ipxe.org/mailman/listinfo/ipxe-devel" rel="noreferrer noreferrer" target="_blank">https://lists.ipxe.org/mailman/listinfo/ipxe-devel</a></blockquote></div></div><div dir="auto"><br></div><div dir="auto">And so what actually happen when you use that append?</div><div dir="auto">Any error message or similar that is causing you issues?</div><div dir="auto"><br></div><div dir="auto">From memory, any appended script will make the "autoboot" run that script, instead of the default DHCP and before all that any embedded script of course runs first? Have you checked the autoboot code? And what is the "hack" that you have made?</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
</blockquote></div></div></div>