Files
fileserver/files/winpe/boot.ipxe
2023-12-03 02:25:01 -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