MENU TITLE Select operating system to boot:
MENU BACKGROUND backgrounds/ubuntu.png
MENU COLOR TITLE 31;40 #90ffff00 #00000000 std
#MENU AUTOBOOT message
#MENU HIDDEN
DEFAULT syslinux/vesamenu.c32
#PROMPT 0
#FONT Greek-VGA16.psf
#TIMEOUT 500
#TOTALTIMEOUT 5000
#DISPLAY filename
F1 pxelinux.cfg/default

LABEL -
    MENU LABEL Operating systems:
    MENU DISABLE

LABEL ltsp
    MENU DEFAULT
    MENU LABEL Ubuntu Lucid 10.04 LTSP (^thin client)
    TEXT HELP
        Boots a minimal Linux system from the network, and then
        connects to the server for a complete desktop experience.
    ENDTEXT
    MENU INDENT 2
    KERNEL ltsp/i386/vmlinuz
    APPEND ro initrd=ltsp/i386/initrd.img nomodeset nbdport=2001
    IPAPPEND 3

LABEL ltsp
    MENU LABEL Ubuntu Lucid 10.04 LTSP (^fat client)
    TEXT HELP
        Boots a complete Linux system from the network.
    ENDTEXT
    MENU INDENT 2
    KERNEL ltsp/i386/vmlinuz
    APPEND ro initrd=ltsp/i386/initrd.img nomodeset nbdport=2000
    IPAPPEND 3

LABEL netboot
    MENU LABEL Ubuntu Lucid 10.04 (^live CD)
    TEXT HELP
        Boots the Ubuntu Lucid 10.04 live CD from the network.
    ENDTEXT
    MENU INDENT 2
    KERNEL casper/vmlinuz
    APPEND netboot=nfs nfsroot=10.160.31.10:/cdrom ro file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz nomodeset -- debian-installer/language=el console-setup/layoutcode?=gr

LABEL jaunty
    MENU LABEL ^Ubuntu Jaunty 9.04 (local disk)
    TEXT HELP
        Boots Ubuntu Jaunty 9.04 from the local hard disk.
    ENDTEXT
    MENU INDENT 2
    COM32 syslinux/chain.c32
    APPEND hd0 3

LABEL winxp
    MENU LABEL ^Windows XP (local disk)
    MENU INDENT 2
    TEXT HELP
        Boots Windows XP from the local hard disk.
    ENDTEXT
    COM32 syslinux/chain.c32
    APPEND hd0 1

MENU SEPARATOR

LABEL -
    MENU LABEL Other options:
    MENU DISABLE

LABEL memtest
    MENU LABEL ^Memory test
    MENU INDENT 2
    KERNEL images/memtest86

LABEL recovery
    MENU LABEL Windows ^98 SE El boot disk with ghost and gdisk
    MENU INDENT 2
    MENU PASSWD pwdpwd
    KERNEL syslinux/memdisk
    APPEND initrd=images/W98SeEl.img

LABEL recovery
    MENU LABEL Windows ^98 SE El boot disk with NTFS support
    MENU INDENT 2
    MENU PASSWD pwdpwd
    KERNEL syslinux/memdisk
    APPEND initrd=images/98elNtfs144.img

LABEL hitachi
    MENU LABEL Hitachi recovery disk
    MENU INDENT 2
    MENU PASSWD pwdpwd
    KERNEL syslinux/memdisk
    APPEND initrd=images/hitachi.img

LABEL grub-rescue-floppy
    MENU LABEL Grub2 rescue floppy
    MENU INDENT 2
    MENU PASSWD pwdpwd
    KERNEL syslinux/memdisk
    APPEND initrd=grub-rescue-floppy.img

LABEL freedos
    MENU LABEL FreeDOS floppy
    MENU INDENT 2
    MENU PASSWD pwdpwd
    KERNEL syslinux/memdisk
    APPEND initrd=images/freedos.img

MENU SEPARATOR

MENU BEGIN partition
    MENU INDENT 2
    MENU LABEL Boot from a local ^partition...

    LABEL hd00
        MENU LABEL Boot from the ^local hard disk
        MENU INDENT 2
        LOCALBOOT 0

    LABEL hd01
        MENU LABEL Hard disk 0, partition ^1
        MENU INDENT 2
        COM32 syslinux/chain.c32
        APPEND hd0 1

    LABEL hd02
        MENU LABEL Hard disk 0, partition ^2
        MENU INDENT 2
        COM32 syslinux/chain.c32
        APPEND hd0 2

    LABEL hd03
        MENU LABEL Hard disk 0, partition ^3
        MENU INDENT 2
        COM32 syslinux/chain.c32
        APPEND hd0 3

    LABEL hd04
        MENU LABEL Hard disk 0, partition ^4
        MENU INDENT 2
        COM32 syslinux/chain.c32
        APPEND hd0 4

    LABEL hd11
        MENU LABEL Hard disk 1, partition 1
        MENU INDENT 2
        COM32 syslinux/chain.c32
        APPEND hd1 1

    LABEL hd12
        MENU LABEL Hard disk 1, partition 2
        MENU INDENT 2
        COM32 syslinux/chain.c32
        APPEND hd1 2

    LABEL hd13
        MENU LABEL Hard disk 1, partition 3
        MENU INDENT 2
        COM32 syslinux/chain.c32
        APPEND hd1 3

    LABEL hd14
        MENU LABEL Hard disk 1, partition 4
        MENU INDENT 2
        COM32 syslinux/chain.c32
        APPEND hd1 4

    MENU SEPARATOR

    LABEL partition_exit
        MENU LABEL Return to the main menu...
        MENU INDENT 2
        MENU EXIT

MENU END

