Debian iPXE Net-boot
http://rec.taorl.com/linux
http://rec.taorl.com/initrd.gz
Operation Example
set url http://rec.taorl.com/
kernel ${url}linux
initrd ${url}initrd.gz
boot
iPXE Network Configuration Example
set net0/ip 172.16.x.x
set net0/gateway 172.16.0.1
set net0/netmask 255.255.x.x
set dns 8.8.8.8
ifopen net0
ifstat net0