summaryrefslogblamecommitdiffstats
path: root/server/ipxe/embedded_efi.ipxe
blob: 09d3aaa0705f9b17e3f9ccae3c21f8f7a42d714b (plain) (tree)
1
2
3
4
5
6
7
8
9
      




                
      
    
 
           

                                                                  
 
     
                                                                
        
#!ipxe

################
# EFI 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