Hi List,

is it possible to run iPXE scripts from any kind of menu?

The menu.c32 example below will not work, it's just to let you know what I mean:

LABEL script1
  MENU LABEL Script 1
  CHAIN http://server.local/httpboot/script1.ipxe
LABEL script2
  MENU LABEL Script 2
  CHAIN http://server.local/httpboot/script2.ipxe
LABEL script3
  MENU LABEL Script 3
  CHAIN http://server.local/httpboot/script3.ipxe

I would like to choose one of the menu entries to have one of the scripts executed by iPXE.

Is there a possibility to do that? Is it correct that when I load menu.c32, I cannot get back to iPXE scripting, right? Are there other possibilities than menu.c32?

Thanks!
Sven
_______________________________________________
ipxe-devel mailing list
[email protected]
https://lists.ipxe.org/mailman/listinfo/ipxe-devel

Reply via email to