Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Refreshing an iPXE Web Menu...
2013-06-07, 13:17
Post: #2
RE: Refreshing an iPXE Web Menu...
(2013-06-07 04:51)MultimediaMan Wrote:  In the menu place a selection like so...

Code:
item refresh_me        Refresh Menu

:refresh_me
chain ${17}/NetBoot/iPXE/default/default.ipxe

That's a nice development technique.

I would suggest two minor changes:
  • use the undocumented "chain -ar" option (--autofree and --replace); this will prevent iPXE from running out of memory after several iterations
  • omit the path and use just "chain -ar default.ipxe"; non-absolute paths are automatically treated as being relative to the current script URI anyway.

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Refreshing an iPXE Web Menu... - mcb30 - 2013-06-07 13:17



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