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