Booting custom entries in 2PXE menu
This page explains hot the CustomMenuItems item in the .config file works to allow custom actions in the 2PXE menu.
This page explains hot the CustomMenuItems item in the .config file works to allow custom actions in the 2PXE menu.
<CustomMenuItems>
<add key="myShell" value="iPXE Shell"/>
<add key="vaccine" value="Book Corona vaccination"/>
<add key="bootToiPXWS" value="Reset device"/>
</CustomMenuItems><CustomItems>
<add key="myShell" value="shell"/>
<add key="vaccine" value="echo Sorry not available here! && prompt Press any key to return to menu"/>
<add key="bootToiPXWS" value="chain https://server.fqnd...."/>
</CustomItems>echo line 1 echo line2