2010-01-19 10:38:11 -06:00
|
|
|
#!gpxe
|
|
|
|
echo Attempting to start boot.fedoraproject.org
|
|
|
|
echo Setting up networking...
|
|
|
|
echo
|
|
|
|
imgload static.gpxe
|
|
|
|
imgstat
|
|
|
|
echo Opening first network interface ...
|
|
|
|
ifopen net0
|
|
|
|
echo If you don't have DHCP, then hit Control+C to cancel
|
|
|
|
dhcp net0
|
|
|
|
set 209:string pxelinux.cfg/default
|
2010-08-24 12:37:51 -05:00
|
|
|
set 210:string http://serverbeach1.fedoraproject.org/pub/alt/bfo/
|
2010-01-19 10:38:11 -06:00
|
|
|
echo Here we go!
|
2010-08-24 12:37:51 -05:00
|
|
|
chain http://serverbeach1.fedoraproject.org/pub/alt/bfo/pxelinux.0
|
2010-01-19 10:38:11 -06:00
|
|
|
dhcp net0
|
2010-08-24 12:37:51 -05:00
|
|
|
kernel http://serverbeach1.fedoraproject.org/pub/alt/bfo/fedora.gpxe
|
2010-01-19 10:38:11 -06:00
|
|
|
boot fedora.gpxe
|