summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/larch/cd-root/boot/grub/tools.lst
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/clarch/larch/cd-root/boot/grub/tools.lst')
-rw-r--r--build_tools/clarch/larch/cd-root/boot/grub/tools.lst23
1 files changed, 23 insertions, 0 deletions
diff --git a/build_tools/clarch/larch/cd-root/boot/grub/tools.lst b/build_tools/clarch/larch/cd-root/boot/grub/tools.lst
new file mode 100644
index 0000000..609962e
--- /dev/null
+++ b/build_tools/clarch/larch/cd-root/boot/grub/tools.lst
@@ -0,0 +1,23 @@
+timeout 300
+default 0
+color light-blue/blue black/light-grey
+splashimage=/boot/splash.xpm.gz
+
+title << Back to Main Menu
+configfile /boot/grub/menu.lst
+
+title Run memtest (Memory Testing)
+kernel /boot/memtest
+
+# http://www.vortex.prodigynet.co.uk/x86test/
+title Run x86test (CPU Info)
+kernel /boot/x86test_zImage.bin
+#wget http://www.vortex.prodigynet.co.uk/x86test/x86test_zImage.bin
+
+# http://home.san.rr.com/johninsd/pub/linux/lilo/boot/
+title LILO Diagnostic
+kernel /boot/diag2.img
+
+title Install GRUB to hd0 MBR
+root (hd0,0)
+setup (hd0)