The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





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 


Messages In This Thread
Hi, I wonder if this supporeted option (passing parametres from PXELinux to ipxe) - rjsocha - 2020-08-07 20:26



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