Frieder108
Anmeldungsdatum: 7. März 2010
Beiträge: 9427
|
Revan335 schrieb: Grub ist also da, nur ohne sichtbares Auswahlmenü.
Könnte das schwarze Schrift auf schwarzem Hintergrund sein?
|
Revan335
(Themenstarter)
Anmeldungsdatum: 11. August 2014
Beiträge: Zähle...
|
Frieder108 schrieb: Revan335 schrieb: Grub ist also da, nur ohne sichtbares Auswahlmenü.
Könnte das schwarze Schrift auf schwarzem Hintergrund sein?
Möglich, mich irritiert nur der Balken.
Konnte inzwischen das Foto hochladen.
|
dingsbums
Anmeldungsdatum: 13. November 2010
Beiträge: 3771
|
Ein Hinweis dazu wäre super.
Eröffne doch dazu ein Thema im Unterforum Rund um ubuntuusers.de.
|
dingsbums
Anmeldungsdatum: 13. November 2010
Beiträge: 3771
|
Zeig doch bitte nochmal deine komplette /etc/default/grub und ls -l /etc/grub.d/
|
Revan335
(Themenstarter)
Anmeldungsdatum: 11. August 2014
Beiträge: Zähle...
|
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 | # If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
|
1
2
3
4
5
6
7
8
9
10
11
12
13 | $ ls -l /etc/grub.d/
insgesamt 132
-rwxr-xr-x 1 root root 10627 Apr 15 13:31 00_header
-rwxr-xr-x 1 root root 6258 Mär 4 2018 05_debian_theme
-rwxr-xr-x 1 root root 17622 Aug 17 16:04 10_linux
-rwxr-xr-x 1 root root 42359 Aug 17 16:04 10_linux_zfs
-rwxr-xr-x 1 root root 12894 Apr 15 13:31 20_linux_xen
-rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
-rwxr-xr-x 1 root root 12059 Mär 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1424 Apr 15 13:31 30_uefi-firmware
-rwxr-xr-x 1 root root 214 Mär 4 2018 40_custom
-rwxr-xr-x 1 root root 216 Mär 4 2018 41_custom
-rw-r--r-- 1 root root 483 Mär 4 2018 README
|
|
dingsbums
Anmeldungsdatum: 13. November 2010
Beiträge: 3771
|
Also für mich sieht das alles unverdächtig aus. Letzte Idee: Installiere alle Grub-Pakete mit den Optionen --reinstall --install-recommends noch einmal neu. Welche installiert sind, siehst du mit dpkg -l | grep grub Danach das übliche sudo update-grub
|
Revan335
(Themenstarter)
Anmeldungsdatum: 11. August 2014
Beiträge: 157
|
Er scheint uns nicht zu mögen.
Er zeigt weiterhin diesen Strich an. | $ dpkg -l | grep grub
ii grub-common 2.04-1ubuntu26.4 amd64 GRand Unified Bootloader (common files)
ii grub-efi-amd64 2.04-1ubuntu26.4 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 version)
ii grub-efi-amd64-bin 2.04-1ubuntu26.4 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 modules)
ii grub-efi-amd64-signed 1.142.6+2.04-1ubuntu26.4 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 version, signed)
ii grub2-common 2.04-1ubuntu26.4 amd64 GRand Unified Bootloader (common files for version 2)
|
- Bilder
|
dingsbums
Anmeldungsdatum: 13. November 2010
Beiträge: 3771
|
Wenn das sudo apt-get install --reinstall --install-recommends grub-common grub2-common && sudo update-grub nichts gebracht hat, dann fällt mir erst einmal nichts mehr ein.
|
Frieder108
Anmeldungsdatum: 7. März 2010
Beiträge: 9427
|
dingsbums schrieb: Also für mich sieht das alles unverdächtig aus.
für mich auch. Revan335, das mit den Pfeiltasten hast du ja schon gemacht, hast du da auch mal "Enter" gedrückt → also z.B. 1x "Pfeil runter" und dann "Enter"? Was passiert da? Und mal angenommen, da ist dann auch alles schwarz, dann klick nochmals auf "Enter" → normalerweise sollte jetzt dein Ubuntu mit dem vorletzten Kernel starten → also mal vorausgesetzt, dass es einen älteren Kernel gibt. Wie auch immer, was passiert mit "enter" in dem komischen Balkenfenster?
|
Revan335
(Themenstarter)
Anmeldungsdatum: 11. August 2014
Beiträge: 157
|
Verstehen muss man das System nicht. Wenn man Pfeil runter und Enter drückt, kommt ein Piepton und das Menü vom Foto erscheint.
Wenn man dort auf "F12" und dann auf Ubuntu geht (Der Bildschirm ist in diesem "Menü" auch Schwarz aber ohne Balken und so) und dann 2x nach unten und mit Enter bestätigt, dann wird Win vermutlich in nem Safe Grafikmodus gestartet, da die Auflösung viel niedriger ist als normal.
Wenn man 1x nach unten geht und dies bestätigt dann kommt man in den Recovery Mode. Ebenfalls mit niedriger Auflösung, auch wenn man dort sagt, Normalstarten und im Ubuntu landet. Das andere Foto ist aus dem UEFI unter Boot. Wieso dies so ist, erschließt sich mir nicht. Aber vielleicht ist es irgendein Faktor den Grub oder die Grafikanzeige nicht mag und deshalb dieses Verhalten zeigt. Oder das schon genannte klemmende Bit. Unter Win wurde gezeigt, dass der Akku nicht geladen wird, was meine Vermutung war. Vermutlich hat der Chip oder was auch immer im Akku gesagt, dass du jetzt kaputt bist und die Aufladung deaktivieren sollst, damit man einen neuen kauft.
Unter Ubuntu wurde angezeigt das der Akku laden würde, aber über 0% kommt der nicht.
- Bilder
|
dingsbums
Anmeldungsdatum: 13. November 2010
Beiträge: 3771
|
Das scheint ja ein Multiboot-System Ubuntu / Manjaro / Windows zu sein? Daß da noch ein Linux am Start ist, hättest du ruhig verraten dürfen. Ich würde mal auf folgendes tippen: Manjaro wurde nach Ubuntu installiert und hat den führenden Grub. Da kennen sich dann aber andere hier besser aus. Was passiert, wenn du das Manjaro auswählst?
|
black_tencate
Anmeldungsdatum: 27. März 2007
Beiträge: 11222
|
Hej dingsbums, dingsbums schrieb: ...Manjaro wurde nach Ubuntu installiert und hat den führenden Grub.
nööö, wenn er im fwsetup (dieses Bild) Manjaro wählt, hat er Manjaro, ist ja kein Ubuntu, wo die Flavors sich gegenseitig in esp /efi/... das Leben schwer machen (sich überschreiben wie in guten alten BIOS Zeiten). @Revan335, kannst Du von USB (ein LiveSystem, Ubuntu) booten. Im EFI System kommt da ja ein grub , da könntest Du testen ob du dann was siehst, damit wir den Fehler einkreisen können. Also z.B. im grub Menü
C (CLI), dort dann mal so ls , set und – wenn Du was siehst – eben set root=(h0,x) x="/" von Ubuntu, configfile /boot/grub/grub.cfg Oder halt Manjaro, und von dort mal die "/"ubuntu /boot/grub.cfg versuchsweise umbenennen, ein kleine nackte neu anlegen so etwa
menuentry "Ubuntu" {
set root=(hdx,y) #x,y ="/" von Ubuntu
linux /boot/vmlinuz root=/dev/sdxy x,y ="/" von Ubuntu aber hier: x beginnt mit "a" (2=b, usw)
initrd /boot/initrd.img }
und dann mal schauen.
Gruß black tencate
|
Revan335
(Themenstarter)
Anmeldungsdatum: 11. August 2014
Beiträge: 157
|
Ich hab es nicht erwähnt, weil es nicht mehr existiert. Wenn man Manjaro auswählt, passiert nichts und man landet wieder am Anfang der Liste. Das gleiche bei den Windows Boot Managern. Bei der SSD wird SystemBoot Order not found. Initializing Defaults. angezeigt und danach wird Ubuntu wieder gestartet. Ubuntu hat quasi Manjaro vor einigen Ubuntu Versionen ersetzt. Den Rest muss ich noch probieren.
|
Lidux
Anmeldungsdatum: 18. April 2007
Beiträge: 16656
|
Hallo Revan335, Ändere den Abschnitt von grub mit Root Rechten mal so um: # The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
GRUB_GFXMODE=1024x768
GRUB_GFXPAYLOAD_LINUX=keep Ein sudo update-grub nicht vergessen. Ausgabe hier zeigen ...... Gruss Lidux
|
Revan335
(Themenstarter)
Anmeldungsdatum: 11. August 2014
Beiträge: 157
|
Lidux 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 | # If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
GRUB_GFXMODE=1024x768
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
|
Vielen Dank!
Leider keine Veränderung. black_tencate
Über Live wird ein GRUB angezeigt und kann dann per c in die Shell wechseln oder per Auswahl einer Option auch in das Live Ubuntu System booten.
Was sollte für ne Ausgabe bei deinem Kommando kommen? GRUB Shell → c
5 hab ich über die Eintragungen in der grub.cfg gefunden sowie der Anzeige in Gparted. /boot/grub/grub.cfg
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279 | #
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${initrdfail}" = 2 ]; then
set initrdfail=
elif [ "${initrdfail}" = 1 ]; then
set next_entry="${prev_entry}"
set prev_entry=
save_env prev_entry
if [ "${next_entry}" ]; then
set initrdfail=2
fi
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function initrdfail {
if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
if [ -z "${initrdfail}" ]; then
set initrdfail=1
if [ -n "${boot_once}" ]; then
set prev_entry="${default}"
save_env prev_entry
fi
fi
save_env initrdfail
fi; fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 c23ce5ae-0071-4e90-a1e8-aafca0da48c4
else
search --no-floppy --fs-uuid --set=root c23ce5ae-0071-4e90-a1e8-aafca0da48c4
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=1024x768
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=de_DE
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=hidden
set timeout=0
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 0 ; then
set timeout=0
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
set linux_gfx_mode=keep
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c23ce5ae-0071-4e90-a1e8-aafca0da48c4' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 c23ce5ae-0071-4e90-a1e8-aafca0da48c4
else
search --no-floppy --fs-uuid --set=root c23ce5ae-0071-4e90-a1e8-aafca0da48c4
fi
linux /boot/vmlinuz-5.4.0-48-generic root=UUID=c23ce5ae-0071-4e90-a1e8-aafca0da48c4 ro quiet splash $vt_handoff
initrd /boot/initrd.img-5.4.0-48-generic
}
submenu 'Erweiterte Optionen für Ubuntu' $menuentry_id_option 'gnulinux-advanced-c23ce5ae-0071-4e90-a1e8-aafca0da48c4' {
menuentry 'Ubuntu, mit Linux 5.4.0-48-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-48-generic-advanced-c23ce5ae-0071-4e90-a1e8-aafca0da48c4' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 c23ce5ae-0071-4e90-a1e8-aafca0da48c4
else
search --no-floppy --fs-uuid --set=root c23ce5ae-0071-4e90-a1e8-aafca0da48c4
fi
echo 'Linux 5.4.0-48-generic wird geladen …'
linux /boot/vmlinuz-5.4.0-48-generic root=UUID=c23ce5ae-0071-4e90-a1e8-aafca0da48c4 ro quiet splash $vt_handoff
echo 'Initiale Ramdisk wird geladen …'
initrd /boot/initrd.img-5.4.0-48-generic
}
menuentry 'Ubuntu, mit Linux 5.4.0-48-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-48-generic-recovery-c23ce5ae-0071-4e90-a1e8-aafca0da48c4' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 c23ce5ae-0071-4e90-a1e8-aafca0da48c4
else
search --no-floppy --fs-uuid --set=root c23ce5ae-0071-4e90-a1e8-aafca0da48c4
fi
echo 'Linux 5.4.0-48-generic wird geladen …'
linux /boot/vmlinuz-5.4.0-48-generic root=UUID=c23ce5ae-0071-4e90-a1e8-aafca0da48c4 ro recovery nomodeset dis_ucode_ldr
echo 'Initiale Ramdisk wird geladen …'
initrd /boot/initrd.img-5.4.0-48-generic
}
menuentry 'Ubuntu, mit Linux 5.4.0-47-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-47-generic-advanced-c23ce5ae-0071-4e90-a1e8-aafca0da48c4' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 c23ce5ae-0071-4e90-a1e8-aafca0da48c4
else
search --no-floppy --fs-uuid --set=root c23ce5ae-0071-4e90-a1e8-aafca0da48c4
fi
echo 'Linux 5.4.0-47-generic wird geladen …'
linux /boot/vmlinuz-5.4.0-47-generic root=UUID=c23ce5ae-0071-4e90-a1e8-aafca0da48c4 ro quiet splash $vt_handoff
echo 'Initiale Ramdisk wird geladen …'
initrd /boot/initrd.img-5.4.0-47-generic
}
menuentry 'Ubuntu, mit Linux 5.4.0-47-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-47-generic-recovery-c23ce5ae-0071-4e90-a1e8-aafca0da48c4' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 c23ce5ae-0071-4e90-a1e8-aafca0da48c4
else
search --no-floppy --fs-uuid --set=root c23ce5ae-0071-4e90-a1e8-aafca0da48c4
fi
echo 'Linux 5.4.0-47-generic wird geladen …'
linux /boot/vmlinuz-5.4.0-47-generic root=UUID=c23ce5ae-0071-4e90-a1e8-aafca0da48c4 ro recovery nomodeset dis_ucode_ldr
echo 'Initiale Ramdisk wird geladen …'
initrd /boot/initrd.img-5.4.0-47-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_linux_zfs ###
### END /etc/grub.d/10_linux_zfs ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (auf /dev/sda3)' --class windows --class os $menuentry_id_option 'osprober-efi-E421-D3AC' {
insmod part_gpt
insmod fat
set root='hd0,gpt3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 E421-D3AC
else
search --no-floppy --fs-uuid --set=root E421-D3AC
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
set timeout=10
fi
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
|
|