Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
chain pxelinux from ipxe
2013-05-12, 19:52 (This post was last modified: 2013-05-12 19:57 by erwan.l.)
Post: #1
chain pxelinux from ipxe
Hi,

I cannot chain pxelinux (4.06) from ipxe (latest version from git - 1.0.0+ (cb29c) ).

Below my ipxe script (note that I get the same issue from ipxe shell):
dhcp
chain pxelinux.0

Any idea?

pxelinux.0 stays stuck on
tftp prefix : http://${dhcp-server}/
trying to load : pxelinux.cfg/...


Note, than chainloading from the kernel (not the bootstrap loader undi.pxe), this is fine.

Regards,
Erwan
Visit this user's website Find all posts by this user
Quote this message in a reply
2013-05-12, 21:38
Post: #2
RE: chain pxelinux from ipxe
found the solution

set 210:string tftp://${next-server}/
chain ${210:string}pxelinux.0 || goto failed
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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