Hello all,
I hope I am in the correct Forum for this question. I have been searching for a couple of days now.
I am sure I am doing something wrong. I am trying to add options to the iPXE Advanced menu.
I have read through [url]http://fogproject.org/forum/threads/fog-0-33b-edit-pxe-menu.10403/#post-26419[/url] and tried the examples with no success. The following is what I am currently trying.
OS: Ubuntu 14.04
FOG: 1.0.0 r1678
PXE Boot Menu => Advanced Configuration Options:
Imenu ADVANCED MENU[/I]
Icolour --rgb 0xff0000 0[/I]
Icpair --foreground 0 3[/I]
Iitem --gap – -------------------------------------[/I]
Iitem konbootKon-Boot[/I]
COLOR=#ff0000goto ADV-MENU[/I][/COLOR]
Ichain [url]http://${fog-ip}/${fog-webroot}/service/ipxe/iamges/kon-bootCD.iso[/url][/I]
If I remove the section in red, it returns to the Main menu (boot.php).
If I browse to the advanced.php page I get the following.
[url]http://${fog-ip}/fog/service/ipxe/advanced.php[/url]
I#!ipxe[/I]
Iconsole[/I]
Iset fog-ip 10.1.10.24[/I]
Iset fog-webroot fog[/I]
Icpair --foreground 7 --background 2 2[/I]
Iconsole --picture [url]http://${fog-ip}/${fog-webroot}/service/ipxe/bg.png[/url] --left 100 --right 80[/I]
I:ADV-MENU[/I]
Imenu ADVANCED MENU[/I]
Icolour --rgb 0xff0000 0[/I]
Icpair --foreground 0 3[/I]
Iitem --gap – -------------------------------------[/I]
Iitem konbootKon-Boot[/I]
Igoto ADV-MENU[/I]
Ichain [url]http://${fog-ip}/${fog-webroot}/service/ipxe/iamges/kon-bootCD.iso[/url][/I]
Here is a shot of the screen after I try to go to the Advanced Menu.
[ATTACH=full]762[/ATTACH]
[url=“/_imported_xf_attachments/0/762_fog.jpg?:”]fog.jpg[/url]