11 lines
235 B
Plaintext
Executable File
11 lines
235 B
Plaintext
Executable File
#!ipxe
|
|
|
|
set path http://192.168.1.50/files/ipxe/hbpe
|
|
|
|
kernel ${path}/wimboot
|
|
initrd ${path}/BCD BCD
|
|
initrd ${path}/boot.sdi boot.sdi
|
|
initrd ${path}/boot.wim boot.wim
|
|
|
|
boot
|