Files
fileserver/winpe/boot.ipxe
2023-12-18 20:09:03 -06:00

11 lines
231 B
Plaintext
Executable File

#!ipxe
set path http://192.168.1.50/files/winpe
kernel ${path}/wimboot
initrd ${path}/BCD BCD
initrd ${path}/boot.sdi boot.sdi
initrd ${path}/boot.wim boot.wim
boot