Mucked with grub help
git-svn-id: http://phraktured.net/archiso@6 00a9fe69-e71b-0410-bb23-df0e5024db41
This commit is contained in:
parent
05bb58376c
commit
7e3a0aab54
@ -1,14 +1,25 @@
|
|||||||
# Help files must be exactly 23 lines long.
|
# Help files must be exactly 23 lines long.
|
||||||
timeout 60
|
timeout 300
|
||||||
default 0
|
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
|
configfile /boot/grub/menu.lst
|
||||||
|
|
||||||
title HOW-TO: Boot an existing system
|
title HOW-TO: Boot an existing system
|
||||||
cat /boot/help/bootexisting
|
cat /boot/help/bootexisting.txt
|
||||||
pause Press enter to continue...
|
pause Press enter to continue...
|
||||||
|
|
||||||
title HOW-TO: Do some other shit
|
title HOW-TO: Do some other shit
|
||||||
cat /boot/help/bootexisting
|
cat /boot/help/othershit.txt
|
||||||
pause Press enter to continue...
|
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...
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
|
|
||||||
#TODO add options + graphical stuff
|
timeout 300
|
||||||
timeout 30
|
|
||||||
default 0
|
default 0
|
||||||
color light-blue/blue black/light-grey
|
color light-blue/blue black/light-grey
|
||||||
splashimage=/boot/splash.xpm.gz
|
splashimage=/boot/splash.xpm.gz
|
||||||
@ -15,8 +14,12 @@ halt
|
|||||||
title Reboot the Computer
|
title Reboot the Computer
|
||||||
reboot
|
reboot
|
||||||
|
|
||||||
|
title Tools...
|
||||||
|
configgile /boot/grub/tools.lst
|
||||||
|
|
||||||
title View Help...
|
title View Help...
|
||||||
configfile /boot/grub/help.lst
|
configfile /boot/grub/help.lst
|
||||||
|
|
||||||
|
|
||||||
title More Options...
|
title More Options...
|
||||||
configfile /boot/grub/more.lst
|
configfile /boot/grub/more.lst
|
||||||
|
@ -1,21 +1,20 @@
|
|||||||
timeout 60
|
timeout 300
|
||||||
default 0
|
default 0
|
||||||
|
color light-blue/blue black/light-grey
|
||||||
|
splashimage=/boot/splash.xpm.gz
|
||||||
|
|
||||||
title Boot Existing Linux Install
|
title << Back to Main Menu
|
||||||
root (hd0,2)
|
configfile /boot/grub/menu.lst
|
||||||
kernel /vmlinuz26 root=/dev/hda1 ro
|
|
||||||
|
|
||||||
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)
|
rootnoverify (hd0,0)
|
||||||
makeactive
|
makeactive
|
||||||
chainloader +1
|
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
|
|
||||||
|
35
default-config/boot/grub/tools.lst
Normal file
35
default-config/boot/grub/tools.lst
Normal file
@ -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
|
4220
default-config/boot/help/grub.txt
Normal file
4220
default-config/boot/help/grub.txt
Normal file
File diff suppressed because it is too large
Load Diff
BIN
default-config/boot/invaders.img
Normal file
BIN
default-config/boot/invaders.img
Normal file
Binary file not shown.
BIN
default-config/boot/lilo_diagnostic1.img
Normal file
BIN
default-config/boot/lilo_diagnostic1.img
Normal file
Binary file not shown.
BIN
default-config/boot/lilo_diagnostic2.img
Normal file
BIN
default-config/boot/lilo_diagnostic2.img
Normal file
Binary file not shown.
BIN
default-config/boot/x86test.img
Normal file
BIN
default-config/boot/x86test.img
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user