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

################
# BIOS Version #
################

ifopen
dhcp

# Wallpaper
set img https://bas.intra.uni-freiburg.de/files/ipxe_wallpaper.png
console --picture ${img} --x 800 --y 600

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