summaryrefslogtreecommitdiffstats
path: root/server/ipxe/embedded_efi.ipxe
blob: bcb177030b58be06c5f8189fbcdb792babf505bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!ipxe

################
# EFI Version #
################

ifopen
dhcp

# Wallpaper
set img tftp://10.8.102.124/ipxeWallpaper3_scale.png || shell
console --picture ${img} --x 800 --y 600 || shell

:loop
chain https://bas.intra.uni-freiburg.de/api/configloader/${uuid}
goto loop