iPXE discussion forum
iPXE and HDT - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: iPXE and HDT (/showthread.php?tid=7260)



iPXE and HDT - xaviestelles - 2014-04-02 16:39

Is possible to get working a php calculated script based on BIOS info, by example RAM size?


RE: iPXE and HDT - robinsmidsrod - 2014-04-18 13:33

Yes, you can do something like this:

Code:
#!ipxe
chain http://.../boot.php?memsize=${memsize}