1
- submenu " Remix OS 32-bit" --class android-x86 {
1
+ submenu " [1] Remix OS 32-bit" -- hotkey =1 --class android-x86 {
2
2
set gfxmode =1024x768
3
3
terminal_output gfxterm
4
4
search --file --no-floppy --set =root /Files/Android/Remix_OS_32bit/kernel
5
5
if [ -e /Files/Android/Remix_OS_32bit/kernel ]; then
6
- menuentry " Remix OS 32-bit - ${remixresident}" --class android-x86 {
6
+ menuentry " [1] Remix OS 32-bit - ${remixresident}" -- hotkey =1 --class android-x86 {
7
7
linux /Files/Android/Remix_OS_32bit/kernel vga =791 root =/dev/ram0 androidboot.hardware =remix_x86 androidboot.selinux =permissive quiet SRC = DATA = CREATE_DATA_IMG =1
8
8
initrd /Files/Android/Remix_OS_32bit/initrd.img
9
9
}
10
- menuentry " Remix OS 32-bit - ${remixguest}" --class android-x86 {
10
+ menuentry " [2] Remix OS 32-bit - ${remixguest}" -- hotkey =2 --class android-x86 {
11
11
linux /Files/Android/Remix_OS_32bit/kernel vga =791 root =/dev/ram0 androidboot.hardware =remix_x86 androidboot.selinux =permissive quiet SRC = DATA = DATA_IN_MEM =1
12
12
initrd /Files/Android/Remix_OS_32bit/initrd.img
13
13
}
14
- menuentry " Remix OS 32-bit - ${installhdd}" --class android-x86 {
14
+ menuentry " [3] Remix OS 32-bit - ${installhdd}" -- hotkey =3 --class android-x86 {
15
15
beforeins " Remix OS 32-bit"
16
16
linux /Files/Android/Remix_OS_32bit/kernel vga =791 root =/dev/ram0 androidboot.hardware =remix_x86 androidboot.selinux =permissive quiet SRC = DATA = INSTALL =1
17
17
initrd /Files/Android/Remix_OS_32bit/initrd.img
@@ -20,20 +20,20 @@ submenu "Remix OS 32-bit" --class android-x86 {
20
20
extractc " Remix_OS_for_PC_32bit_xxx.zip" " Remix_OS_for_PC_32bit_xxx.iso" " /Files/Android/Remix_OS_32bit/" " http://www.jide.com/remixos-for-pc"
21
21
fi
22
22
}
23
- submenu " Remix OS 64-bit" --class android-x86 {
23
+ submenu " [2] Remix OS 64-bit" -- hotkey =2 --class android-x86 {
24
24
set gfxmode =1024x768
25
25
terminal_output gfxterm
26
26
search --file --no-floppy --set =root /Files/Android/Remix_OS_64bit/kernel
27
27
if [ -e /Files/Android/Remix_OS_64bit/kernel ]; then
28
- menuentry " Remix OS 64-bit - ${remixresident}" --class android-x86 {
28
+ menuentry " [1] Remix OS 64-bit - ${remixresident}" -- hotkey =1 --class android-x86 {
29
29
linux /Files/Android/Remix_OS_64bit/kernel vga =791 root =/dev/ram0 androidboot.hardware =remix_x86_64 androidboot.selinux =permissive quiet SRC = DATA = CREATE_DATA_IMG =1
30
30
initrd /Files/Android/Remix_OS_64bit/initrd.img
31
31
}
32
- menuentry " Remix OS 64-bit - ${remixguest}" --class android-x86 {
32
+ menuentry " [2] Remix OS 64-bit - ${remixguest}" -- hotkey =2 --class android-x86 {
33
33
linux /Files/Android/Remix_OS_64bit/kernel vga =791 root =/dev/ram0 androidboot.hardware =remix_x86_64 androidboot.selinux =permissive quiet SRC = DATA = DATA_IN_MEM =1
34
34
initrd /Files/Android/Remix_OS_64bit/initrd.img
35
35
}
36
- menuentry " Remix OS 64-bit - ${installhdd}" --class android-x86 {
36
+ menuentry " [3] Remix OS 64-bit - ${installhdd}" -- hotkey =3 --class android-x86 {
37
37
beforeins " Remix OS 64-bit"
38
38
linux /Files/Android/Remix_OS_64bit/kernel vga =791 root =/dev/ram0 androidboot.hardware =remix_x86_64 androidboot.selinux =permissive quiet DATA = INSTALL =1
39
39
initrd /Files/Android/Remix_OS_64bit/initrd.img
@@ -42,22 +42,22 @@ submenu "Remix OS 64-bit" --class android-x86 {
42
42
extractc " Remix_OS_for_PC_64bit_xxx.zip" " Remix_OS_for_PC_64bit_xxx.iso" " /Files/Android/Remix_OS_64bit/" " http://www.jide.com/remixos-for-pc"
43
43
fi
44
44
}
45
- submenu " Android-x86 v6 [32-bit]" --class android-x86 {
45
+ submenu " [3] Android-x86 v6 [32-bit]" -- hotkey =3 --class android-x86 {
46
46
set gfxmode =1024x768
47
47
terminal_output gfxterm
48
48
search --file --no-floppy --set =root /Files/Android/android-x86-6/system.sfs
49
49
if [ -e /Files/Android/android-x86-6/system.sfs ]; then
50
- menuentry " Android-x86 v6 - Live" --class android-x86 {
50
+ menuentry " [1] Android-x86 v6 - Live" -- hotkey =1 --class android-x86 {
51
51
linux /Files/Android/android-x86-6/kernel root =/dev/ram0 androidboot.hardware =android_x86 quiet DATA = SRC =/Files/Android/android-x86-6
52
52
initrd /Files/Android/android-x86-6/initrd.img
53
53
}
54
54
55
- menuentry " Android-x86 v6 - ${debugmode}" --class android-x86 {
55
+ menuentry " [2] Android-x86 v6 - ${debugmode}" -- hotkey =2 --class android-x86 {
56
56
linux /Files/Android/android-x86-6/kernel root =/dev/ram0 androidboot.hardware =android_x86 DATA = DEBUG =2 SRC =/Files/Android/android-x86-6
57
57
initrd /Files/Android/android-x86-6/initrd.img
58
58
}
59
59
60
- menuentry " Android-x86 v6 - ${installhdd}" --class android-x86 {
60
+ menuentry " [3] Android-x86 v6 - ${installhdd}" -- hotkey =3 --class android-x86 {
61
61
beforeins " Android-x86 v6"
62
62
linux /Files/Android/android-x86-6/kernel root =/dev/ram0 androidboot.hardware =android_x86 DEBUG = INSTALL =1
63
63
initrd /Files/Android/android-x86-6/initrd.img
@@ -67,20 +67,20 @@ submenu "Android-x86 v6 [32-bit]" --class android-x86 {
67
67
fi
68
68
}
69
69
70
- submenu " Android-x86 v6 [64-bit]" --class android-x86 {
70
+ submenu " [4] Android-x86 v6 [64-bit]" -- hotkey =4 --class android-x86 {
71
71
set gfxmode =1024x768
72
72
terminal_output gfxterm
73
73
search --file --no-floppy --set =root /Files/Android/android-x86_64-6/system.sfs
74
74
if [ -e /Files/Android/android-x86_64-6/system.sfs ]; then
75
- menuentry " Android-x86 v6 - Live" --class android-x86 {
75
+ menuentry " [1] Android-x86 v6 - Live" -- hotkey =1 --class android-x86 {
76
76
linux /Files/Android/android-x86_64-6/kernel root =/dev/ram0 androidboot.hardware =android_x86_64 quiet DATA = SRC =/Files/Android/android-x86_64-6
77
77
initrd /Files/Android/android-x86_64-6/initrd.img
78
78
}
79
- menuentry " Android-x86 v6 - ${debugmode}" --class android-x86 {
79
+ menuentry " [2] Android-x86 v6 - ${debugmode}" -- hotkey =2 --class android-x86 {
80
80
linux /Files/Android/android-x86_64-6/kernel root =/dev/ram0 androidboot.hardware =android_x86_64 DATA = DEBUG =2 SRC =/Files/Android/android-x86_64-6
81
81
initrd /Files/Android/android-x86_64-6/initrd.img
82
82
}
83
- menuentry " Android-x86 v6 - ${installhdd}" --class android-x86 {
83
+ menuentry " [3] Android-x86 v6 - ${installhdd}" -- hotkey =3 --class android-x86 {
84
84
beforeins " Android-x86 v6"
85
85
linux /Files/Android/android-x86_64-6/kernel root =/dev/ram0 androidboot.hardware =android_x86_64 DEBUG = INSTALL =1
86
86
initrd /Files/Android/android-x86_64-6/initrd.img
@@ -90,24 +90,24 @@ submenu "Android-x86 v6 [64-bit]" --class android-x86 {
90
90
fi
91
91
}
92
92
93
- submenu " Android-x86 v5 [32-bit]" --class android-x86 {
93
+ submenu " [5] Android-x86 v5 [32-bit]" -- hotkey =5 --class android-x86 {
94
94
set gfxmode =1024x768
95
95
terminal_output gfxterm
96
96
search --file --no-floppy --set =root /Files/Android/android-x86-5/system.sfs
97
97
if [ -e /Files/Android/android-x86-5/system.sfs ]; then
98
- menuentry " Android-x86 5 - Live" --class android-x86 {
98
+ menuentry " [1] Android-x86 5 - Live" -- hotkey =1 --class android-x86 {
99
99
linux /Files/Android/android-x86-5/kernel vga =791 root =/dev/ram0 androidboot.hardware =android_x86 quiet SRC = DATA =
100
100
initrd /Files/Android/android-x86-5/initrd.img
101
101
}
102
- menuentry " Android-x86 5 - ${vesa}" --class android-x86 {
102
+ menuentry " [2] Android-x86 5 - ${vesa}" -- hotkey =2 --class android-x86 {
103
103
linux /Files/Android/android-x86-5/kernel vga =788 root =/dev/ram0 androidboot.hardware =android_x86 quiet nomodeset SRC = DATA =
104
104
initrd /Files/Android/android-x86-5/initrd.img
105
105
}
106
- menuentry " Android-x86 5 - ${debugmode}" --class android-x86 {
106
+ menuentry " [3] Android-x86 5 - ${debugmode}" -- hotkey =3 --class android-x86 {
107
107
linux /Files/Android/android-x86-5/kernel vga =788 root =/dev/ram0 androidboot.hardware =android_x86 DEBUG =2 SRC = DATA =
108
108
initrd /Files/Android/android-x86-5/initrd.img
109
109
}
110
- menuentry " Android-x86 5 - ${installhdd}" --class android-x86 {
110
+ menuentry " [4] Android-x86 5 - ${installhdd}" -- hotkey =4 --class android-x86 {
111
111
beforeins " Android-x86 v5"
112
112
linux /Files/Android/android-x86-5/kernel vga =791 root =/dev/ram0 androidboot.hardware =android_x86 INSTALL =1 DEBUG =
113
113
initrd /Files/Android/android-x86-5/initrd.img
@@ -116,20 +116,20 @@ submenu "Android-x86 v5 [32-bit]" --class android-x86 {
116
116
extract " android-x86-5.1-rc1.iso" " /Files/Android/android-x86-5/" " http://www.android-x86.org/download"
117
117
fi
118
118
}
119
- submenu " Android-x86 v5 [64-bit UEFI]" --class android-x86 {
119
+ submenu " [6] Android-x86 v5 [64-bit UEFI]" -- hotkey =6 --class android-x86 {
120
120
set gfxmode =1024x768
121
121
terminal_output gfxterm
122
122
search --file --no-floppy --set =root /Files/Android/android-x86_64-5/system.sfs
123
123
if [ -e /Files/Android/android-x86_64-5/system.sfs ]; then
124
- menuentry ' Android-x86 5 - Live' --class android-x86 {
124
+ menuentry " [1] Android-x86 5 - Live" -- hotkey =1 --class android-x86 {
125
125
linux /Files/Android/android-x86_64-5/kernel vga =791 root =/dev/ram0 androidboot.hardware =android_x86_64 quiet DATA =
126
126
initrd /Files/Android/android-x86_64-5/initrd.img
127
127
}
128
- menuentry " Android-x86 5 - ${debugmode}" --class android-x86 {
128
+ menuentry " [2] Android-x86 5 - ${debugmode}" -- hotkey =2 --class android-x86 {
129
129
linux /Files/Android/android-x86_64-5/kernel vga =788 root =/dev/ram0 androidboot.hardware =android_x86_64 DATA = DEBUG =2
130
130
initrd /Files/Android/android-x86_64-5/initrd.img
131
131
}
132
- menuentry " Android-x86 5 - ${installhdd}" --class android-x86 {
132
+ menuentry " [3] Android-x86 5 - ${installhdd}" -- hotkey =3 --class android-x86 {
133
133
beforeins " Android-x86 v5"
134
134
linux /Files/Android/android-x86_64-5/kernel vga =791 root =/dev/ram0 androidboot.hardware =android_x86_64 DEBUG = INSTALL =1
135
135
initrd /Files/Android/android-x86_64-5/initrd.img
@@ -139,22 +139,22 @@ submenu "Android-x86 v5 [64-bit UEFI]" --class android-x86 {
139
139
fi
140
140
}
141
141
if [ " $pc" ]; then
142
- submenu " Android-x86 v4 [32-bit]" --class android-x86 {
142
+ submenu " [7] Android-x86 v4 [32-bit]" -- hotkey =7 --class android-x86 {
143
143
set gfxmode =1024x768
144
144
terminal_output gfxterm
145
145
search --file --no-floppy --set =root /Files/Android/android-x86-4/system.sfs
146
146
if [ -e /Files/Android/android-x86-4/system.sfs ]; then
147
- menuentry " Android-x86 v4 - Live" --class android-x86 {
147
+ menuentry " [1] Android-x86 v4 - Live" -- hotkey =1 --class android-x86 {
148
148
linux /Files/Android/android-x86-4/kernel vga =791 root =/dev/ram0 androidboot.hardware =android_x86 quiet DATA =
149
149
initrd /Files/Android/android-x86-4/initrd.img
150
150
}
151
151
152
- menuentry " Android-x86 v4 - ${debugmode}" --class android-x86 {
152
+ menuentry " [2] Android-x86 v4 - ${debugmode}" -- hotkey =2 --class android-x86 {
153
153
linux /Files/Android/android-x86-4/kernel vga =788 root =/dev/ram0 androidboot.hardware =android_x86 DATA = DEBUG =2
154
154
initrd /Files/Android/android-x86-4/initrd.img
155
155
}
156
156
157
- menuentry " Android-x86 v4 - ${installhdd}" --class android-x86 {
157
+ menuentry " [3] Android-x86 v4 - ${installhdd}" -- hotkey =3 --class android-x86 {
158
158
beforeins " Android-x86 v4"
159
159
linux /Files/Android/android-x86-4/kernel vga =791 root =/dev/ram0 androidboot.hardware =android_x86 DEBUG = INSTALL =1
160
160
initrd /Files/Android/android-x86-4/initrd.img
@@ -164,6 +164,6 @@ submenu "Android-x86 v4 [32-bit]" --class android-x86 {
164
164
fi
165
165
}
166
166
fi
167
- menuentry " ${backcfg} (b) " --hotkey =b {
167
+ menuentry " [b] ${backcfg}" --hotkey =b {
168
168
configfile ${prefix}/main.cfg
169
169
}
0 commit comments