summaryrefslogtreecommitdiff
path: root/default-config/boot/grub
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-09-12 15:16:59 +0000
committerAaron Griffin <aaron@archlinux.org>2006-09-12 15:16:59 +0000
commit7e3a0aab547917ba3066a015f4ec4cc8e87c505f (patch)
tree96c6b4194712cb3134b55381a63d42baebcd8157 /default-config/boot/grub
parent05bb58376c1e4e1b5562a8479f869611b0c6fa42 (diff)
downloadarchiso32-7e3a0aab547917ba3066a015f4ec4cc8e87c505f.tar.xz
Mucked with grub help
git-svn-id: http://phraktured.net/archiso@6 00a9fe69-e71b-0410-bb23-df0e5024db41
Diffstat (limited to 'default-config/boot/grub')
-rw-r--r--default-config/boot/grub/help.lst23
-rw-r--r--default-config/boot/grub/menu.lst7
-rw-r--r--default-config/boot/grub/more.lst27
-rw-r--r--default-config/boot/grub/tools.lst35
4 files changed, 70 insertions, 22 deletions
diff --git a/default-config/boot/grub/help.lst b/default-config/boot/grub/help.lst
index 4018a27..623e7c1 100644
--- a/default-config/boot/grub/help.lst
+++ b/default-config/boot/grub/help.lst
@@ -1,14 +1,25 @@
# Help files must be exactly 23 lines long.
-timeout 60
+timeout 300
default 0
+color light-blue/blue black/light-grey
+splashimage=/boot/splash.xpm.gz
-title Back to main menu
+title << Back to main menu
configfile /boot/grub/menu.lst
-title HOW-TO: Boot an existing system
-cat /boot/help/bootexisting
+title HOW-TO: Boot an existing system
+cat /boot/help/bootexisting.txt
pause Press enter to continue...
-title HOW-TO: Do some other shit
-cat /boot/help/bootexisting
+title HOW-TO: Do some other shit
+cat /boot/help/othershit.txt
pause Press enter to continue...
+
+title MANUAL: Grub
+cat /boot/help/grub.txt
+pause Press enter to continue...
+
+title MANUAL: Lilo
+cat /boot/help/lilo.txt
+pause Press enter to continue...
+
diff --git a/default-config/boot/grub/menu.lst b/default-config/boot/grub/menu.lst
index 4650a92..2edc59a 100644
--- a/default-config/boot/grub/menu.lst
+++ b/default-config/boot/grub/menu.lst
@@ -1,6 +1,5 @@
-#TODO add options + graphical stuff
-timeout 30
+timeout 300
default 0
color light-blue/blue black/light-grey
splashimage=/boot/splash.xpm.gz
@@ -15,8 +14,12 @@ halt
title Reboot the Computer
reboot
+title Tools...
+configgile /boot/grub/tools.lst
+
title View Help...
configfile /boot/grub/help.lst
+
title More Options...
configfile /boot/grub/more.lst
diff --git a/default-config/boot/grub/more.lst b/default-config/boot/grub/more.lst
index 1fe37fc..a8450f3 100644
--- a/default-config/boot/grub/more.lst
+++ b/default-config/boot/grub/more.lst
@@ -1,21 +1,20 @@
-timeout 60
+timeout 300
default 0
+color light-blue/blue black/light-grey
+splashimage=/boot/splash.xpm.gz
-title Boot Existing Linux Install
-root (hd0,2)
-kernel /vmlinuz26 root=/dev/hda1 ro
+title << Back to Main Menu
+configfile /boot/grub/menu.lst
-title Boot Existing Windows Install
+title Attempt existing Linux detection
+configfile /boot/grub/tryboot.lst
+
+title [EDIT ME] Boot Existing Linux Install
+root (hd0,1)
+kernel /vmlinuz26 root=/dev/hda3 ro
+
+title [EDIT ME] Boot Existing Windows Install
rootnoverify (hd0,0)
makeactive
chainloader +1
-title Install GRUB to HD0
-root (hd0,0)
-setup (hd0)
-
-title Run Ranish Partition Manager
-kernel /boot/ranish/part.exe
-
-title Run memtest86+
-kernel /boot/memtest86+/memtest.bin
diff --git a/default-config/boot/grub/tools.lst b/default-config/boot/grub/tools.lst
new file mode 100644
index 0000000..583ee4b
--- /dev/null
+++ b/default-config/boot/grub/tools.lst
@@ -0,0 +1,35 @@
+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 memtest86+ (Memory Testing)
+kernel /boot/memtest86+/memtest.bin
+
+# TODO package
+# http://www.vortex.prodigynet.co.uk/x86test/
+title Run x86test (CPU Info)
+kernel /boot/x86test.img
+
+# TODO package
+# http://home.san.rr.com/johninsd/pub/linux/lilo/boot/
+title LILO Diagnostic 1 (diag1)
+kernel /boot/lilo_diagnostic1.img
+
+title LILO Diagnostic 2 (diag1)
+kernel /boot/lilo_diagnostic2.img
+
+title Install GRUB to hd0 MBR
+root (hd0,0)
+setup (hd0)
+
+title Install GRUB to hd1 MBR
+root (hd1,0)
+setup (hd1)
+
+# http://www.erikyyy.de/invaders/
+title Space Invaders!!
+kernel /boot/invaders.img