DEFAULT vesamenu.c32
PROMPT 0

INCLUDE pxelinux.cfg/graphics.conf

MENU TITLE PXE - Menu Principal

LABEL 0.0
	MENU LABEL ^Demarrage sur disque dur local
	MENU DEFAULT
	LOCALBOOT 0
LABEL 0.1
	MENU LABEL ^Redemarrage
	KERNEL reboot.c32
LABEL 0.2
	MENU LABEL ^Arret
	KERNEL poweroff.c32
LABEL 0.3
	MENU LABEL ^Hardware Detection Tool
	KERNEL hdt.c32

LABEL blank
	MENU LABEL ----------------------------------------------------------------------
	MENU DISABLE

MENU BEGIN subLinuxMint
    MENU LABEL ^Linux Mint
        LABEL LinuxMint
        MENU LABEL ^Retour..
        MENU EXIT
        INCLUDE pxelinux.cfg/linux_mint.menu
    MENU END

MENU BEGIN subWindows
    MENU LABEL ^Windows
        LABEL Windows
        MENU LABEL ^Retour..
        MENU EXIT
        INCLUDE pxelinux.cfg/windows.menu
    MENU END

MENU BEGIN subAutreSystemes
    MENU LABEL Au^tre Systemes
        LABEL AutreSystemes
        MENU LABEL ^Retour..
        MENU EXIT
        INCLUDE pxelinux.cfg/autre.menu
    MENU END

MENU BEGIN subUtilitaires
    MENU LABEL ^Utilitaires
        LABEL Utilitaires
        MENU LABEL ^Retour..
        MENU EXIT
        INCLUDE pxelinux.cfg/utilitaires.menu
    MENU END
