Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Could not use image
2014-12-08, 23:00 (This post was last modified: 2014-12-09 15:38 by xhark.)
Post: #5
RE: Could not use image
Thank you.

I wrote to rom-o-matic, and good news because you can pass GET URL to build, like this :
Code:
https://rom-o-matic.eu/build.fcgi?BINARY=ipxe.efi&BINDIR=bin-x86_64-efi&REVISION=master

I try again de chainload to pxelinux.0 (and lpxelinux.0)... and it works with this :

Code:
:pxelinux
set 210:string tftp://${next-server}/
chain ${210:string}lpxelinux.0 || goto erreur

but not with this (look the "slash" after next-server variable) :

Code:
:pxelinux
set 210:string tftp://${next-server}
chain ${210:string}/lpxelinux.0 || goto erreur

error is :
Code:
PXELINUX 6.03 iwIP 2014..... Peter Anvin et al
Unable to locate configuration file

Boot failed: press a key to retry, or wait for reset...

Is is a bug or normal ?
Other question: space character or accent failed with NFS path, is there any workaround ? (except delete or replace them)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Could not use image - xhark - 2014-12-06, 15:52
RE: Could not use image - xhark - 2014-12-06, 23:14
RE: Could not use image - xhark - 2014-12-08 23:00
RE: Could not use image - xhark - 2014-12-09, 15:41



User(s) browsing this thread: 1 Guest(s)