iPXE solution for Windows iPXE WDS MDT PSD OSDCLOUD
- We can boot from any architecture
- With ou without Menu
- Fully customizable
- We can boot from HTTPS-HTTP, iSCSI, Disk, ISO and WimFile with wimboot.
An example of configuration file :
#!ipxe
set boot-url http://${next-server}:8080
cpuid --ext 29 && set arch x64 || set arch x86
kernel ${boot-url}/wimboot quiet
initrd ${boot-url}/BOOT/BCD BCD
initrd ${boot-url}/BOOT/BOOT.SDI BOOT.SDI
initrd ${boot-url}/SOURCES/PSD/${buildarch}/BOOT.WIM BOOT.WIM
boot
:unknown
echo Unknown platform ${platform}_${buildarch}
Here there is the main panel and the only panel to configure Tiny Ipxe Server.