iPXE discussion forum

Full Version: iPXE and HDT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is possible to get working a php calculated script based on BIOS info, by example RAM size?
Yes, you can do something like this:

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