summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/boot.ipxe
blob: 3567dc029bcf3cce010744a694f83044ec9fb7d3 (plain)
1
2
3
4
5
6
7
8
9
10
#!ipxe

# load the MAC-specific file or fail if it's not found
chain --autofree pxelinux.cfg/${mac:hexhyp} || goto error_no_config

:error_no_config
echo PXE boot failed. No configuration found for MAC ${mac}
echo Press any key to reboot...
prompt --timeout 180
reboot