Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
chain menu.c32
2013-09-01, 21:06
Post: #6
RE: chain menu.c32
Here below my folder structure :

I can boot straight to pxelinux without any issues.
If I chainload pxelinux.0 from ipxe : pxelinux loads and freezes before it gets a change to load the menu.

-root
--ldlinux.c32
--libutil.c32
--menu.c32
--pxelinux.0
--pxelinux.cfg
---default

Here below my ipxe script which works with previous versions (4.x)

:pxelinux
dhcp net0
#set 210:string tftp://${next-server}/ -> does not work either
set 210:string tftp://${dhcp-server}/
chain ${210:string}pxelinux.0 || goto failed
goto start

Erwan L. -
website : http://erwan.labalec.fr
blog : http://labalec.fr/erwan/
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
chain menu.c32 - erwan.l - 2013-08-30, 18:23
RE: chain menu.c32 - robinsmidsrod - 2013-09-01, 15:08
RE: chain menu.c32 - erwan.l - 2013-09-01, 15:40
RE: chain menu.c32 - robinsmidsrod - 2013-09-01, 16:26
RE: chain menu.c32 - robinsmidsrod - 2013-09-01, 21:01
RE: chain menu.c32 - erwan.l - 2013-09-01 21:06
RE: chain menu.c32 - robinsmidsrod - 2013-09-03, 12:32



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