#!ipxe # Load CA certificates from here set crosscert http://ca.ipxe.org/auto # Determine the architecture we are running on cpuid --ext 29 && set arch x86_64 || set arch i386 # Try to boot from DHCP. dhcp net0 chain http://boot.ipfire.org/menu.gpxe?version=@VERSION@&arch=${arch}&platform=${platform}