aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg16/pxe/menus
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tg16/pxe/menus')
-rw-r--r--examples/tg16/pxe/menus/arch.cfg23
-rw-r--r--examples/tg16/pxe/menus/background-2013.pngbin0 -> 300425 bytes
-rw-r--r--examples/tg16/pxe/menus/background-2014.pngbin0 -> 100241 bytes
-rw-r--r--examples/tg16/pxe/menus/background-2015.pngbin0 -> 264777 bytes
-rw-r--r--examples/tg16/pxe/menus/background-2016.pngbin0 -> 242794 bytes
-rw-r--r--examples/tg16/pxe/menus/background.pngbin0 -> 242794 bytes
-rw-r--r--examples/tg16/pxe/menus/common.cfg29
-rw-r--r--examples/tg16/pxe/menus/common.cfg.orig25
-rw-r--r--examples/tg16/pxe/menus/debian.cfg44
-rw-r--r--examples/tg16/pxe/menus/hannamontana.cfg16
-rw-r--r--examples/tg16/pxe/menus/tools.cfg36
-rw-r--r--examples/tg16/pxe/menus/ubuntu.cfg48
-rw-r--r--examples/tg16/pxe/menus/ubuntu_bak.cfg22
13 files changed, 243 insertions, 0 deletions
diff --git a/examples/tg16/pxe/menus/arch.cfg b/examples/tg16/pxe/menus/arch.cfg
new file mode 100644
index 0000000..c7d8dfb
--- /dev/null
+++ b/examples/tg16/pxe/menus/arch.cfg
@@ -0,0 +1,23 @@
+# /var/lib/tftpboot/menus/debian.cfg
+MENU INCLUDE menus/common.cfg
+MENU TITLE Arch Linux Live
+
+LABEL mainmenu
+ MENU LABEL ^R Return to Main Menu
+ COM32 vesamenu.c32
+ APPEND ~
+
+MENU SEPARATOR
+
+LABEL arch_live
+ MENU LABEL ^1 Arch Linux Live (Netboot)
+ KERNEL arch/boot/vmlinuz_x86_64
+ APPEND initrd=arch/boot/initramfs_x86_64.img archisobasedir=arch rw root=/dev/nfs nfsroot=185.110.148.2:/var/lib/tftpboot/arch/arch ip=dhcp keymap=no
+
+#APPEND boot=casper netboot=nfs nfsroot=151.216.253.3:/var/nfsroot/ubuntu/12.04.4/i386 initrd=ubuntu/12.04.4/i386/initrd.lz --
+
+
+MENU SEPARATOR
+
+
+TIMEOUT 900
diff --git a/examples/tg16/pxe/menus/background-2013.png b/examples/tg16/pxe/menus/background-2013.png
new file mode 100644
index 0000000..293e591
--- /dev/null
+++ b/examples/tg16/pxe/menus/background-2013.png
Binary files differ
diff --git a/examples/tg16/pxe/menus/background-2014.png b/examples/tg16/pxe/menus/background-2014.png
new file mode 100644
index 0000000..d7f6b74
--- /dev/null
+++ b/examples/tg16/pxe/menus/background-2014.png
Binary files differ
diff --git a/examples/tg16/pxe/menus/background-2015.png b/examples/tg16/pxe/menus/background-2015.png
new file mode 100644
index 0000000..ec71212
--- /dev/null
+++ b/examples/tg16/pxe/menus/background-2015.png
Binary files differ
diff --git a/examples/tg16/pxe/menus/background-2016.png b/examples/tg16/pxe/menus/background-2016.png
new file mode 100644
index 0000000..bd1aacb
--- /dev/null
+++ b/examples/tg16/pxe/menus/background-2016.png
Binary files differ
diff --git a/examples/tg16/pxe/menus/background.png b/examples/tg16/pxe/menus/background.png
new file mode 100644
index 0000000..bd1aacb
--- /dev/null
+++ b/examples/tg16/pxe/menus/background.png
Binary files differ
diff --git a/examples/tg16/pxe/menus/common.cfg b/examples/tg16/pxe/menus/common.cfg
new file mode 100644
index 0000000..938736b
--- /dev/null
+++ b/examples/tg16/pxe/menus/common.cfg
@@ -0,0 +1,29 @@
+MENU BACKGROUND menus/background.png
+ALLOWOPTIONS 1
+PROMPT 0
+MENU WIDTH 78
+MENU ROWS 14
+MENU TABMSGROW 20
+MENU CMDLINEROW 25
+MENU HELPMSGROW 23
+MENU MARGIN 17
+MENU VSHIFT 8
+MENU COLOR BORDER 37;40 #00000000 #00000000 none
+MENU COLOR TITLE 37;40 #ff7000 #00000000 none
+
+MENU COLOR UNSEL 37;40 #0bbbe8 #00ffffff none
+MENU COLOR HOTKEY 37;40 #ff6b0035 #00ffffff none
+
+MENU COLOR SEL 37;40 #363636 #991766ff none
+MENU COLOR HOTSEL 37;40 #ff7000 #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 COLOR PWDBORDER 37;40 #ff7000 #00000000 none
+MENU COLOR PWDHEADER 37;40 #0bbbe8 #00ffffff none
+MENU COLOR PWDENTRY 37;40 #363636 #00000000 none
+
+
+MENU SEPARATOR
diff --git a/examples/tg16/pxe/menus/common.cfg.orig b/examples/tg16/pxe/menus/common.cfg.orig
new file mode 100644
index 0000000..fc8cf75
--- /dev/null
+++ b/examples/tg16/pxe/menus/common.cfg.orig
@@ -0,0 +1,25 @@
+MENU BACKGROUND menus/background-2016.png
+MENU RESOLUTION 600 480
+ALLOWOPTIONS 1
+PROMPT 0
+MENU WIDTH 78
+MENU ROWS 14
+MENU TABMSGROW 20
+MENU CMDLINEROW 25
+MENU HELPMSGROW 23
+MENU MARGIN 17
+MENU VSHIFT 8
+MENU COLOR BORDER 37;40 #00000000 #00000000 none
+MENU COLOR TITLE 37;40 #ff6b0035 #00000000 none
+
+MENU COLOR UNSEL 37;40 #ffedeb2d #00ffffff none
+MENU COLOR HOTKEY 37;40 #ff6b0035 #00ffffff none
+
+MENU COLOR SEL 37;40 #ffedeb2d #991766ff 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/examples/tg16/pxe/menus/debian.cfg b/examples/tg16/pxe/menus/debian.cfg
new file mode 100644
index 0000000..8745feb
--- /dev/null
+++ b/examples/tg16/pxe/menus/debian.cfg
@@ -0,0 +1,44 @@
+# /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 jessie_amd64_install
+ MENU LABEL ^1 Debian Testing amd64 (Stretch) netinstall
+ KERNEL debian/stretch/amd64/linux
+ APPEND vga=normal initrd=debian/stretch/amd64/initrd.gz --
+
+LABEL jessie_i386_install
+ MENU LABEL ^2 Debian Testing i386 (Stretch) netinstall
+ KERNEL debian/stretch/i386/linux
+ APPEND vga=normal initrd=debian/stretch/i386/initrd.gz --
+MENU SEPARATOR
+
+LABEL wheezy_amd64_install
+ MENU LABEL ^3 Debian Stable amd64 (Jessie) netinstall
+ KERNEL debian/jessie/amd64/linux
+ APPEND vga=normal initrd=debian/jessie/amd64/initrd.gz --
+
+LABEL wheezy_i386_install
+ MENU LABEL ^4 Debian Stable i386 (Jessie) netinstall
+ KERNEL debian/jessie/i386/linux
+ APPEND vga=normal initrd=debian/jessie/i386/initrd.gz --
+
+LABEL wheezy_amd64_fw
+ MENU LABEL ^5 Debian FW-added Stable amd64 (Jessie) netinstall
+ KERNEL debian/jessie_fw/amd64/linux
+ APPEND initrd=debian/jessie_fw/amd64/initrd.gz --
+
+#APPEND boot=casper netboot=nfs nfsroot=151.216.253.3:/var/nfsroot/ubuntu/12.04.4/i386 initrd=ubuntu/12.04.4/i386/initrd.lz --
+
+
+MENU SEPARATOR
+
+
+TIMEOUT 900
diff --git a/examples/tg16/pxe/menus/hannamontana.cfg b/examples/tg16/pxe/menus/hannamontana.cfg
new file mode 100644
index 0000000..a9b3057
--- /dev/null
+++ b/examples/tg16/pxe/menus/hannamontana.cfg
@@ -0,0 +1,16 @@
+MENU INCLUDE menus/common.cfg
+MENU TITLE Hanna Montana Linux :D
+
+LABEL mainmenu
+ MENU LABEL ^R Return to Main Menu
+ COM32 vesamenu.c32
+ APPEND ~
+
+MENU SEPARATOR
+
+LABEL hannamontana
+ MENU LABEL ^1 Hanna Montana LIVE boot
+ KERNEL hannamontana/casper/vmlinuz
+ APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.110.148.2:/var/lib/tftpboot/hannamontana/ initrd=hannamontana/casper/initrd.gz --
+
+TIMEOUT 900
diff --git a/examples/tg16/pxe/menus/tools.cfg b/examples/tg16/pxe/menus/tools.cfg
new file mode 100644
index 0000000..48a8757
--- /dev/null
+++ b/examples/tg16/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/mt86plus
+
+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 windowslol
+ 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/examples/tg16/pxe/menus/ubuntu.cfg b/examples/tg16/pxe/menus/ubuntu.cfg
new file mode 100644
index 0000000..62307cd
--- /dev/null
+++ b/examples/tg16/pxe/menus/ubuntu.cfg
@@ -0,0 +1,48 @@
+# /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 ubuntulive_14_10_32
+ MENU LABEL ^1 Ubuntu 14.10(LTS) 32bit LIVE boot
+ KERNEL ubuntu/14.10/i386/casper/vmlinuz
+ APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.110.148.2:/var/lib/tftpboot/ubuntu/14.10/i386/ initrd=ubuntu/14.10/i386/casper/initrd.lz --
+
+LABEL ubuntulive_14_10_64
+ MENU LABEL ^2 Ubuntu 14.10(LTS) 64bit LIVE boot
+ KERNEL ubuntu/14.10/amd64/casper/vmlinuz.efi
+ APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.110.148.2:/var/lib/tftpboot/ubuntu/14.10/amd64/ initrd=ubuntu/14.10/amd64/casper/initrd.lz --
+MENU SEPARATOR
+
+LABEL ubuntulive_15_10_32
+ MENU LABEL ^3 Ubuntu 15.10 32bit LIVE boot
+ KERNEL ubuntu/15.10/i386/casper/vmlinuz
+ APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.110.148.2:/var/lib/tftpboot/ubuntu/15.10/i386/ initrd=ubuntu/15.10/i386/casper/initrd.lz --
+
+LABEL ubuntulive_15_10_64
+ MENU LABEL ^4 Ubuntu 15.10 64bit LIVE boot
+ KERNEL ubuntu/15.10/amd64/casper/vmlinuz.efi
+ APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.110.148.2:/var/lib/tftpboot/ubuntu/15.10/amd64/ initrd=ubuntu/15.10/amd64/casper/initrd.lz --
+MENU SEPARATOR
+
+#LABEL ubuntuserverlive32
+# MENU LABEL ^3 Ubuntu Server 14.10 32bit LIVE boot
+# KERNEL ubuntu/server/15.10/i386/install/vmlinuz
+# APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.110.148.2:/var/lib/tftpboot/ubuntu/server/14.10/i386/ initrd=ubuntu/server/14.10/i386/install/initrd.gz --
+
+#LABEL ubuntuserverlive64
+# MENU LABEL ^4 Ubuntu Server 14.10 64bit LIVE boot
+# KERNEL ubuntu/server/14.10/amd64/install/vmlinuz
+# APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=185.110.148.2:/var/lib/tftpboot/ubuntu/server/14.10/amd64/ initrd=ubuntu/server/14.10/amd64/install/initrd.gz --
+
+#LABEL xpangolin32live
+# MENU LABEL ^2 xubuntu 14.04.2 32bit LIVE boot
+# KERNEL ubuntu/12.04.4/i386/vmlinuz
+# APPEND boot=casper netboot=nfs nfsroot=151.216.253.3:/var/nfsroot/ubuntu/12.04.4/i386 initrd=ubuntu/12.04.4/i386/initrd.lz --
+
+TIMEOUT 900
diff --git a/examples/tg16/pxe/menus/ubuntu_bak.cfg b/examples/tg16/pxe/menus/ubuntu_bak.cfg
new file mode 100644
index 0000000..c533dbf
--- /dev/null
+++ b/examples/tg16/pxe/menus/ubuntu_bak.cfg
@@ -0,0 +1,22 @@
+# /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 kalin32live
+ MENU LABEL ^1 Ubuntu 14.10 32bit LIVE boot
+ KERNEL ubuntu/14.10/casper/vmlinuz
+ APPEND boot=casper root=/dev/nfs netboot=nfs nfsroot=185.110.148.2:/srv/nfsroot/ubuntu/14.10/casper initrd=ubuntu/14.10/casper/initrd.lz --
+
+#LABEL xpangolin32live
+# MENU LABEL ^2 xubuntu 14.04.2 32bit LIVE boot
+# KERNEL ubuntu/12.04.4/i386/vmlinuz
+# APPEND boot=casper netboot=nfs nfsroot=151.216.253.3:/var/nfsroot/ubuntu/12.04.4/i386 initrd=ubuntu/12.04.4/i386/initrd.lz --
+
+TIMEOUT 900