Compile iPXE
<?php
$URL="https://raw.githubusercontent.com/panticz/preseed/master/ipxe/scripts/build_ipxe.sh";
echo "wget $URL -qO - | bash -";
echo "
"; $c = curl_init(); curl_setopt($c, CURLOPT_URL, $URL); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); echo htmlspecialchars(curl_exec($c)); curl_close($c); echo "
";
?>
# ToDo: https boot
http://ipxe.org/cfg/crosscert
http://ipxe.org/cfg/trust
Links
http://ipxe.org
http://ipxe.org/download
http://www.coreboot.org/IPXE