diff --git a/files/hbpe/BCD b/files/hbpe/BCD new file mode 100755 index 0000000..135e083 Binary files /dev/null and b/files/hbpe/BCD differ diff --git a/files/hbpe/boot.ipxe b/files/hbpe/boot.ipxe index f9eeaca..83d1845 100755 --- a/files/hbpe/boot.ipxe +++ b/files/hbpe/boot.ipxe @@ -1,3 +1,10 @@ #!ipxe -sanboot --no-describe http://192.168.1.50/hbpe/HBCD_PE_x64.iso +set path http://192.168.1.50/hbpe + +kernel ${path}/wimboot +initrd ${path}/BCD BCD +initrd ${path}/boot.sdi boot.sdi +initrd ${path}/boot.wim boot.wim + +boot diff --git a/files/hbpe/boot.sdi b/files/hbpe/boot.sdi new file mode 100755 index 0000000..861add0 Binary files /dev/null and b/files/hbpe/boot.sdi differ diff --git a/files/hbpe/wimboot b/files/hbpe/wimboot new file mode 100755 index 0000000..5cd0460 Binary files /dev/null and b/files/hbpe/wimboot differ