iPXE discussion forum
Problem creation KPXE image rom-o-matic.eu - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Problem creation KPXE image rom-o-matic.eu (/showthread.php?tid=7999)



Problem creation KPXE image rom-o-matic.eu - Dark26 - 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


RE: Problem creation KPXE image rom-o-matic.eu - NiKiZe - 2016-03-31 19:52

Seems there have been some recent issues with rom-o-matic.

See https://github.com/xbgmsharp/ipxe-buildweb/issues for reporting issues in rom-o-matic as described by robinsmidsrods post here
At-least if there is no specific build error that we can track back to current git master.

But I would highly recommend to get a local build environment for iPXE. (such as a VM or similar)