[ipxe-devel] Run iPXE script from a menu

Sven Dreyer sven at dreyer-net.de
Mon Jan 31 09:11:21 UTC 2011


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



More information about the ipxe-devel mailing list