2016-03-31, 15:39
Hello,
I tries to create new kpxe image in order to test another OS on boot on SAN.
I reuse my old script which was working, but now a have an error when i tried to compile it i on the website rom-o-matic.eu
My script is simple :
#!ipxe
dhcp net0
set keep-san 1
sanboot iscsi:192.168.1.245:::1:iqn.2016-04.windows10
here is the start of the error's report :
Build failed:
"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 233
Build log:
Path:
Parameters:
BINARY = undionly.kpxe
BINDIR = bin
DEBUG =
EMBED.00script.ipxe = #!ipxe
dhcp net0
set keep-san 1
sanboot iscsi:192.168.1.245:::1:iqn.2016-04.windows10
REVISION = master
Binary: undionly.kpxe
Binary directory: bin
Revision: master
Temporary embedded image directory: /var/tmp/ipxe-build/ipxe-embed-kbncye
Embedded image: /var/tmp/ipxe-build/ipxe-embed-kbncye/00script.ipxe
#!ipxe
dhcp net0
set keep-san 1
sanboot iscsi:192.168.1.245:::1:iqn.2016-04.windows10
Canonicalising revision master...
any idea???
Thanks for your great job :-)
Dark26
I tries to create new kpxe image in order to test another OS on boot on SAN.
I reuse my old script which was working, but now a have an error when i tried to compile it i on the website rom-o-matic.eu
My script is simple :
#!ipxe
dhcp net0
set keep-san 1
sanboot iscsi:192.168.1.245:::1:iqn.2016-04.windows10
here is the start of the error's report :
Build failed:
"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 233
Build log:
Path:
Parameters:
BINARY = undionly.kpxe
BINDIR = bin
DEBUG =
EMBED.00script.ipxe = #!ipxe
dhcp net0
set keep-san 1
sanboot iscsi:192.168.1.245:::1:iqn.2016-04.windows10
REVISION = master
Binary: undionly.kpxe
Binary directory: bin
Revision: master
Temporary embedded image directory: /var/tmp/ipxe-build/ipxe-embed-kbncye
Embedded image: /var/tmp/ipxe-build/ipxe-embed-kbncye/00script.ipxe
#!ipxe
dhcp net0
set keep-san 1
sanboot iscsi:192.168.1.245:::1:iqn.2016-04.windows10
Canonicalising revision master...
any idea???
Thanks for your great job :-)
Dark26