pxe-bootserver/resources/wimboot.ipxe
2023-04-13 21:24:44 +00:00

12 lines
312 B
Plaintext

#!ipxe
prompt --key 0x02 --timeout 2000 Press Ctrl-B for the iPXE command line... && shell ||
set keep-san 1
sanhook http://192.168.75.3/non-free/windows
kernel free/wimboot
initrd boot/bcd BCD
initrd boot/boot.sdi boot.sdi
initrd http://192.168.75.3/non-free/windows/sources/boot.wim boot.wim
boot