]> git.ipfire.org Git - oddments/ipfire-netboot.git/blob - ipfireboot.ipxe
Send the architecture and BIOS type we are running on to the server
[oddments/ipfire-netboot.git] / ipfireboot.ipxe
1 #!ipxe
2
3 # Determine the architecture we are running on
4 cpuid --ext 29 && set arch x86_64 || set arch i386
5
6 # Try to boot from DHCP.
7 dhcp net0
8
9 chain http://boot.ipfire.org/menu.gpxe?arch=${arch}&platform=${platform}