diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2014-04-06 03:11:04 +0200 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2014-04-06 03:11:04 +0200 |
commit | 2a0c0a3dbbdf7fa5040953c0b0d88ad6f62c011e (patch) | |
tree | 92c7cbf54272466b46f64e5dc8d1ddb429858836 /pxe/menus | |
parent | fe0be5960aac1f9bb600dbf853d862a9f4e60de8 (diff) |
Initial commit. Source; TG13-goodiebag.
Diffstat (limited to 'pxe/menus')
-rw-r--r-- | pxe/menus/background.png | bin | 0 -> 300425 bytes | |||
-rw-r--r-- | pxe/menus/bg.png | bin | 0 -> 171182 bytes | |||
-rw-r--r-- | pxe/menus/common.cfg | 24 | ||||
-rw-r--r-- | pxe/menus/debian.cfg | 35 | ||||
-rw-r--r-- | pxe/menus/tools.cfg | 36 | ||||
-rw-r--r-- | pxe/menus/ubuntu.cfg | 47 |
6 files changed, 142 insertions, 0 deletions
diff --git a/pxe/menus/background.png b/pxe/menus/background.png Binary files differnew file mode 100644 index 0000000..293e591 --- /dev/null +++ b/pxe/menus/background.png diff --git a/pxe/menus/bg.png b/pxe/menus/bg.png Binary files differnew file mode 100644 index 0000000..00bc09a --- /dev/null +++ b/pxe/menus/bg.png diff --git a/pxe/menus/common.cfg b/pxe/menus/common.cfg new file mode 100644 index 0000000..904b2db --- /dev/null +++ b/pxe/menus/common.cfg @@ -0,0 +1,24 @@ +MENU BACKGROUND menus/background.png +ALLOWOPTIONS 1 +PROMPT 0 +MENU WIDTH 77 +MENU ROWS 14 +MENU TABMSGROW 25 +MENU CMDLINEROW 25 +MENU HELPMSGROW 23 +MENU MARGIN 15 +MENU VSHIFT 4 +MENU COLOR BORDER 37;40 #00000000 #00000000 none +MENU COLOR TITLE 37;40 #ff6b0035 #ffffffff none + +MENU COLOR UNSEL 37;40 #ffeb088d #00ffffff none +MENU COLOR HOTKEY 37;40 #ff6b0035 #00ffffff none + +MENU COLOR SEL 37;40 #ffeb088d #ffb1dbfa none +MENU COLOR HOTSEL 37;40 #ff6b0035 #ffb1dbfa none + +MENU COLOR HELP 37;40 #fff9a11d #00ffffff none +MENU COLOR TIMEOUT_MSG 37;40 #fff9a11d #0faaaaaa none +MENU COLOR TIMEOUT 37;40 #fff9a11d #0faaaaff none + +MENU SEPARATOR diff --git a/pxe/menus/debian.cfg b/pxe/menus/debian.cfg new file mode 100644 index 0000000..e5e2376 --- /dev/null +++ b/pxe/menus/debian.cfg @@ -0,0 +1,35 @@ +# /var/lib/tftpboot/menus/debian.cfg +MENU INCLUDE menus/common.cfg +MENU TITLE Debian Installers + +LABEL mainmenu + MENU LABEL ^R Return to Main Menu + COM32 vesamenu.c32 + APPEND ~ + +MENU SEPARATOR + + +LABEL squeeze_amd64_install + MENU LABEL ^1 Debian Stable amd64 (Squeeze) netinstall + KERNEL debian/squeeze/amd64/linux + APPEND vga=normal initrd=debian/squeeze/amd64/initrd.gz -- + +LABEL squeeze_i386_install + MENU LABEL ^2 Debian Stable i386 (Squeeze) netinstall + KERNEL debian/squeeze/i386/linux + APPEND vga=normal initrd=debian/squeeze/i386/initrd.gz -- + +MENU SEPARATOR + +LABEL wheezy_amd64_install + MENU LABEL ^3 Debian Testing amd64 (Wheezy) netinstall + KERNEL debian/wheezy/amd64/linux + APPEND vga=normal initrd=debian/wheezy/amd64/initrd.gz -- + +LABEL wheezy_i386_install + MENU LABEL ^4 Debian Testing i386 (Wheezy) netinstall + KERNEL debian/wheezy/i386/linux + APPEND vga=normal initrd=debian/wheezy/i386/initrd.gz -- + +TIMEOUT 900 diff --git a/pxe/menus/tools.cfg b/pxe/menus/tools.cfg new file mode 100644 index 0000000..aa37dd0 --- /dev/null +++ b/pxe/menus/tools.cfg @@ -0,0 +1,36 @@ +# /var/lib/tftpboot/menus/debian.cfg +MENU INCLUDE menus/common.cfg +MENU TITLE Tools + +LABEL mainmenu + MENU LABEL ^R Return to Main Menu + COM32 vesamenu.c32 + APPEND ~ + +MENU SEPARATOR + +LABEL memtest + MENU LABEL ^Memory test using Memtest86+ + TEXT HELP +Run memory test using Memtest86+ + ENDTEXT + KERNEL tools/memtest + +LABEL hdt + MENU LABEL ^HDT - Hardware Detection Tool + TEXT HELP +Used to examine system devices, system information, diagnostics + ENDTEXT + COM32 tools/hdt_0_5_2.c32 + APPEND pciids=tools/pci.ids + +LABEL ntpasswd + MENU LABEL ^Offline NT Password Recovery ... + MENU PASSWD nexuserbest + TEXT HELP +Can be used to recover/clear Windows password. Password protected. + ENDTEXT + KERNEL tools/ntpasswd/vmlinuz + INITRD tools/ntpasswd/initrd.cgz,tools/ntpasswd/scsi.cgz + +TIMEOUT 900 diff --git a/pxe/menus/ubuntu.cfg b/pxe/menus/ubuntu.cfg new file mode 100644 index 0000000..081bc61 --- /dev/null +++ b/pxe/menus/ubuntu.cfg @@ -0,0 +1,47 @@ +# /var/lib/tftpboot/menus/ubuntu.cfg +MENU INCLUDE menus/common.cfg +MENU TITLE Ubuntu Live boot + +LABEL mainmenu + MENU LABEL ^R Return to Main Menu + COM32 vesamenu.c32 + APPEND ~ + +MENU SEPARATOR + +LABEL pangolin32live + MENU LABEL ^1 Ubuntu 12.04.2 32bit LIVE boot + KERNEL ubuntu/12.04.2/i386/live/vmlinuz + APPEND boot=casper netboot=nfs nfsroot=151.216.125.3:/var/nfsroot/ubuntu/12.04.2/i386 quiet splash initrd=ubuntu/12.04.2/i386/live/initrd.lz -- + +LABEL pangolin64live + MENU LABEL ^2 Ubuntu 12.04.2 64bit LIVE boot + KERNEL ubuntu/12.04.2/amd64/live/vmlinuz.efi + APPEND boot=casper netboot=nfs nfsroot=151.216.125.3:/var/nfsroot/ubuntu/12.04.2/amd64 quiet splash initrd=ubuntu/12.04.2/amd64/live/initrd.lz -- + +MENU SEPARATOR + +LABEL xpangolin32live + MENU LABEL ^3 xubuntu 12.04.2 32bit LIVE boot + KERNEL xubuntu/12.04.2/i386/live/vmlinuz + APPEND boot=casper netboot=nfs nfsroot=151.216.125.3:/var/nfsroot/xubuntu/12.04.2/i386 quiet splash initrd=xubuntu/12.04.2/i386/live/initrd.lz -- + +LABEL xpangolin64live + MENU LABEL ^4 xubuntu 12.04.2 64bit LIVE boot + KERNEL xubuntu/12.04.2/amd64/live/vmlinuz + APPEND boot=casper netboot=nfs nfsroot=151.216.125.3:/var/nfsroot/xubuntu/12.04.2/amd64 quiet splash initrd=xubuntu/12.04.2/amd64/live/initrd.lz -- + +MENU SEPARATOR + +LABEL quetzal64 + MENU LABEL ^5 Ubuntu 12.10 64bit Installer + KERNEL ubuntu/12.10/amd64/linux + APPEND boot=casper quiet splash initrd=ubuntu/12.10/amd64/initrd.gz -- + +LABEL quetzal32 + MENU LABEL ^6 Ubuntu 12.10 32bit Installer + KERNEL ubuntu/12.10/i386/linux + APPEND boot=casper quiet splash initrd=ubuntu/12.10/i386/initrd.gz -- + + +TIMEOUT 900 |