12 lines
312 B
Plaintext
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
|