blob: 583ee4ba16d2928a8d9e8d761bb0e9471e9849fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
|