Skip to content

Instantly share code, notes, and snippets.

@Sebazzz
Created July 29, 2012 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sebazzz/3197026 to your computer and use it in GitHub Desktop.
Save Sebazzz/3197026 to your computer and use it in GitHub Desktop.
My PXELINUX configuration
# Set-up menu as default
DEFAULT vesamenu.c32
PROMPT 0
# Menu config
MENU INCLUDE pxelinux.cfg/graphics.conf
MENU TITLE ReadyNAS PXE Boot Menu
MENU BACKGROUND pxelinux.cfg/background.png
# Function Keys
F1 help.txt
# Auto boot
MENU AUTOBOOT Starting Local System in # seconds
LABEL bootlocal
menu label ^Boot from first harddisk
menu default
localboot 0
timeout 600
TOTALTIMEOUT 60000
LABEL empty
MENU LABEL
MENU BEGIN clonezilla-submenu
MENU TITLE Clonezilla Backup Menu
LABEL clonezilla
MENU LABEL Clonezilla ^Live (x64 ramdisk)
KERNEL clonezilla-x64/vmlinuz
APPEND initrd=clonezilla-x64/initrd.img boot=live config noswap nolocales edd=on nomodeset ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" vga=837 nosplash noprompt fetch=tftp://192.168.0.72/clonezilla-x64/filesystem.squashfs
LABEL empty
MENU LABEL
# Clonezilla computer-specific backups
MENU BEGIN clonezilla-computer-scripts
MENU TITLE Computer ^Specific Backup Scripts
LABEL clonezilla-devil-backup
MENU PASSWD thetriads4ever
MENU LABEL Clonezilla ^Devil Backup (automatic)
KERNEL clonezilla-x64/vmlinuz
APPEND initrd=clonezilla-x64/initrd.img boot=live config noswap nolocales edd=on nomodeset ocs_live_run="bash /tmp/ocs-execute-autobackup.sh" ocs_live_extra_param="" ocs_prerun="busybox tftp -g -r clonezilla-x64/auto-devil-backup.sh -l /tmp/ocs-execute-autobackup.sh 192.168.0.72" ocs_postrun="" ocs_live_keymap="NONE" ocs_live_batch="no" ocs_lang="en_US.UTF-8" vga=837 nosplash noprompt fetch=tftp://192.168.0.72/clonezilla-x64/filesystem.squashfs
MENU END
MENU END
MENU BEGIN netinstallers
MENU TITLE Network Installers
LABEL etch_i386_install
MENU LABEL Debian Etch (x86 netinstall)
KERNEL debian/etch/i386/linux
APPEND vga=837 initrd=debian/etch/i386/initrd.gz --
MENU END
MENU BEGIN diagnostics
MENU TITLE Diagnostic Tools
LABEL memtest86
MENU LABEL Me^mtest86+
LINUX diagnostics/memtest86plus.bin
LABEL gparted
MENU LABEL ^GParted Live
kernel diagnostics/gparted/vmlinuz
append initrd=diagnostics/gparted/initrd.img boot=live config union=aufs noswap noprompt vga=837 fetch=tftp://192.168.0.72/diagnostics/gparted/filesystem.squashfs
LABEL parted-magic
MENU LABEL ^Parted Magic
LINUX diagnostics/partedmagic/bzImage
INITRD diagnostics/partedmagic/initrd.img
APPEND edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256
MENU END
MENU MASTER PASSWD dammann
MENU WIDTH 80
MENU MARGIN 10
MENU PASSWORDMARGIN 3
MENU ROWS 12
MENU TABMSGROW 18
MENU CMDLINEROW 18
MENU ENDROW 24
MENU PASSWORDROW 11
MENU TIMEOUTROW 20
MENU PASSPROMPT Enter Password
NOESCAPE 0
ALLOWOPTIONS 0
MENU COLOR SCREEN 44;30 #00FFFFFF #00000000
MENU COLOR BORDER 44;30 #FFFFFFFF #FF000000
MENU COLOR TITLE 1;44;30 #FFFFFFFF #FF000000
MENU COLOR SCROLLBAR 44;30
MENU COLOR HOTKEY 44;30 #FFFFFF00 #FF000000
MENU COLOR UNSEL 44;30 #FFFFFFFF #FF000000
MENU COLOR HOTSEL 1;30 #FFFFFFFF #FF333333
MENU COLOR SEL 7;44;30 #FFFFFF00 #FF333333
MENU COLOR CMDMARK 44;30
MENU COLOR CMDLINE 44;30
MENU COLOR TABMSG 44;30
MENU COLOR DISABLED 44;30
MENU COLOR HELP 44;30
MENU COLOR PWDBORDER 44;30 #FF187CCA #FFFFFFFF
MENU COLOR PWDHEADER 1;44;30 #FF187CCA #FFFFFFFF
MENU COLOR PWDENTRY 5;44;30 #FF187CCA #FFFFFFFF
ReadyNAS PXE Help File
----------------------
Simple: If you don't know what this menu is, ignore it and restart the PC!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment