forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgumboot.lst
59 lines (45 loc) · 1.22 KB
/
gumboot.lst
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
##
## This is the default gumboot.lst menu for gumboot.
##
# Video mode, possible settings:
# NTSC, PAL50, PAL60, PROGRESSIVE
video PAL60
## not yet supported - work in progress
#splashimage (sd0,0)/gumboot/mario.png
# supported colors are the official GRUB legacy set available at:
# http://www.gnu.org/software/grub/manual/legacy/grub.html#color
# syntax:
#color NORMAL HIGHLIGHT HELPTEXT HEADING
## colors can also be expressed in RGB format
#color rgb(255,0,0)/rgb(0,255,0) green/black white/blue
## official/default Gumboot color set
color light-blue/white white/blue white/light-blue green/white
## timeout 0 means show the menu and do not enable any countdown
timeout 30
## Gumboot-specific option
## do not display the menu and boot directly
## timeout must be zero
## alias of 'hiddenmenu'
#nomenu
default 0
title wii-linux-ngx kernel v3.4
root (sd0,0)/gumboot
kernel /zImage.ngx
## 'boot' is always implicit, but if specified must be the last line of a menu entry
boot
title wii-linux-ngx kernel v2.6
root (sd0,0)/gumboot
kernel /zImage26.ngx
boot
title Browse SD
root (sd0,0)
browse
title Bootmii GUI
root (sd0,0)
kernel /bootmii/gui.elf
boot
title Reboot
reboot
title Poweroff
# 'halt' can also be used
poweroff