#This file describes a PXEMenu

ScreenName  = ZENworks Preboot Services Menu
ScreenInfo  = Version 2.0  July, 2007
MenuTitle = ZENworks Preboot Options

FormatVersion = 2

#The screen colors determine the color of the main part of the menu screen
ScreenColor  = bright_white
ScreenBackgroundColor = red

#The info colors determine the color of the screen information at the top of
#the menu screen
InfoColor = bright_white
InfoBackgroundColor = red

#The hint colors determine the color of the hint line at the bottom of the screen
HintColor = bright_white
HintBackgroundColor = red

#The menu colors determine the color of the menu box and menu title
MenuColor = bright_white
MenuBackgroundColor = red

#The option colors determine the color of the menu option
OptionColor = white
OptionBackgroundColor = red

#The chosen colors determine the color of the high-lighted option
ChosenColor = red
ChosenBackgroundColor = white


StartMenu = Main

[Main]
MenuTitle = ZENworks Preboot Options
option = submenu ; "Select  Consulting Installation Framework" ; "Submenu for AutoYast Installation of OES/SLES Systems (BIOS)" ; SUBMenu_CIF
option = execute ; "Start   ZENworks   Imaging" ; "ZENworks Imaging in Automated Mode" ; pxelinux.0 ; z_auto.cfg
option = execute ; "Start   ZENworks   Imaging Maintenance" ; "ZENworks Imaging Linux Session in Interactive Mode" ;pxelinux.0 ; z_maint.cfg
option = execute ; "Disable ZENworks   Partition" ; "Disable Existing ZENworks partition" ;pxelinux.0 ; z_zpdis.cfg
option = execute ; "Enable  ZENworks   Partition" ; "Re-enable Existing ZENworks partition" ;pxelinux.0 ; z_zpen.cfg
option = exit ; "Exit" ; "Boot to local hard drive"


[SUBMenu_CIF]
MenuTitle = CIF Target Selection
option = submenu ;  "OES2023"; "Select to Install/Upgrade to OES2023" ; SUBMenu_CIF_OES2023 
option = submenu ;  "OES2018 SP3"; "Select to Install/Upgrade to OES2018 SP3" ; SUBMenu_CIF_OES2018SP3 
option = submenu ;  "SLES12  SP5"; "Select to Install/Upgrade to SLES12  SP5" ; SUBMenu_CIF_SLES12SP5 
option = submenu ;  "SLES15  SP4"; "Select to Install/Upgrade to SLES15  SP4" ; SUBMenu_CIF_SLES15SP4 
option = return ; "Return" ; "Return to main menu"
option = exit ; "Exit" ; "Boot to local hard drive"


[SUBMenu_CIF_OES2023]
MenuTitle = CIF Installation Selection
option = execute ; "OES2023" ; "Select to Install OES2023" ; 
        pxelinux.0 ; CIF_oes2023.cfg
option = execute ; "OES2023 Upgrade" ; "Select to Upgrade to OES2023" ; 
        pxelinux.0 ; CIF_oes2023_uggrade.cfg
option = return ; "Return" ; "Return to main menu"
option = exit ; "Exit" ; "Boot to local hard drive"


[SUBMenu_CIF_OES2018SP3]
MenuTitle = CIF Installation Selection
option = execute ; "OES2018 SP3" ; "Select to Install OES2018 SP3" ; 
        pxelinux.0 ; CIF_oes2018sp3.cfg
option = execute ; "OES2018 SP3 Upgrade" ; "Select to Upgrade to OES2018 SP3" ; 
        pxelinux.0 ; CIF_oes2018sp3_uggrade.cfg
option = return ; "Return" ; "Return to main menu"
option = exit ; "Exit" ; "Boot to local hard drive"


[SUBMenu_CIF_SLES12SP5]
MenuTitle = CIF Installation Selection
option = execute ; "SLES12 SP5" ; "Select to Install SLES12 SP5" ; 
        pxelinux.0 ; CIF_sles12sp5.cfg
option = execute ; "SLES12 SP5 Upgrade" ; "Select to Upgrade to SLES12 SP5" ; 
        pxelinux.0 ; CIF_sles12sp5_uggrade.cfg
option = return ; "Return" ; "Return to main menu"
option = exit ; "Exit" ; "Boot to local hard drive"


[SUBMenu_CIF_SLES15SP4]
MenuTitle = CIF Installation Selection
option = execute ; "SLES15 SP4" ; "Select to Install SLES15 SP4" ; 
        pxelinux.0 ; CIF_sles15sp4.cfg
option = execute ; "SLES15 SP4 Upgrade" ; "Select to Upgrade to SLES15 SP4" ; 
        pxelinux.0 ; CIF_sles15sp4_uggrade.cfg
option = return ; "Return" ; "Return to main menu"
option = exit ; "Exit" ; "Boot to local hard drive"
