iPXE discussion forum

Full Version: Problem creation KPXE image rom-o-matic.eu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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)
Reference URL's