Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hi, I wonder if this supporeted option (passing parametres from PXELinux to ipxe)
2020-08-07, 20:26
Post: #1
Hi, I wonder if this supporeted option (passing parametres from PXELinux to ipxe)
Hi,

I wonder if this supporeted option (passing parametres from PXELinux to ipxe)


I have PXELinux boot:

LABEL startipxe
KERNEL ipxe.lkrn
APPEND set MYVAR some-data

And from chainloaded ipxe with embed script:

#!ipxe
echo MYVAR: ${MYVAR}
... other stuff



I was unable to make this work (PXElinux from Ubuntu 20.04 syslinux package).

I solved this for myself by some small hack in ipxe code.

But I wonder if this should works out of the box?

Best regards
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)