Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 912699 Details for
Bug 1113883
grub2-mkconfig of grub2-efi does not generated a correct Windows Boot Manager menu item (missing 'set root' line)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
grub2-efi-debian.cfg generated by grub-mkconfig from Debian 7.5, this one has correct Windows Boot Manager menu item
grub2-efi-debian.cfg (text/plain), 8.70 KB, created by
LiuYan
on 2014-06-27 07:26:16 UTC
(
hide
)
Description:
grub2-efi-debian.cfg generated by grub-mkconfig from Debian 7.5, this one has correct Windows Boot Manager menu item
Filename:
MIME Type:
Creator:
LiuYan
Created:
2014-06-27 07:26:16 UTC
Size:
8.70 KB
patch
obsolete
># ># 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 [ "${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 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,gpt9' >if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 --hint='hd0,gpt9' deb0deb0-deb0-deb0-deb0-deb0deb0deb0 >else > search --no-floppy --fs-uuid --set=root deb0deb0-deb0-deb0-deb0-deb0deb0deb0 >fi > font="/usr/share/grub/unicode.pf2" >fi > >if loadfont $font ; then > set gfxmode=auto > load_video > insmod gfxterm > set locale_dir=$prefix/locale > set lang=en_US > insmod gettext >fi >terminal_output gfxterm >if [ "${recordfail}" = 1 ] ; then > set timeout=-1 >else > if [ x$feature_timeout_style = xy ] ; then > set timeout_style=menu > set timeout=5 > # Fallback normal timeout code in case the timeout_style feature is > # unavailable. > else > set timeout=5 > fi >fi >### END /etc/grub.d/00_header ### > >### BEGIN /etc/grub.d/05_debian_theme ### >insmod part_gpt >insmod ext2 >set root='hd0,gpt9' >if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 --hint='hd0,gpt9' deb0deb0-deb0-deb0-deb0-deb0deb0deb0 >else > search --no-floppy --fs-uuid --set=root deb0deb0-deb0-deb0-deb0-deb0deb0deb0 >fi >insmod png >if background_image /usr/share/images/desktop-base/joy-grub.png; then > set color_normal=white/black > set color_highlight=black/white >else > set menu_color_normal=cyan/blue > set menu_color_highlight=white/blue >fi >### END /etc/grub.d/05_debian_theme ### > >### BEGIN /etc/grub.d/10_linux ### >function gfxmode { > set gfxpayload="${1}" >} >set linux_gfx_mode= >export linux_gfx_mode >menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-deb0deb0-deb0-deb0-deb0-deb0deb0deb0' { > load_video > insmod gzio > insmod part_gpt > insmod ext2 > set root='hd0,gpt9' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 --hint='hd0,gpt9' deb0deb0-deb0-deb0-deb0-deb0deb0deb0 > else > search --no-floppy --fs-uuid --set=root deb0deb0-deb0-deb0-deb0-deb0deb0deb0 > fi > echo 'Loading Linux 3.14-1-amd64 ...' > linux /boot/vmlinuz-3.14-1-amd64 root=UUID=deb0deb0-deb0-deb0-deb0-deb0deb0deb0 ro > echo 'Loading initial ramdisk ...' > initrd /boot/initrd.img-3.14-1-amd64 >} >submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-deb0deb0-deb0-deb0-deb0-deb0deb0deb0' { > menuentry 'Debian GNU/Linux, with Linux 3.14-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14-1-amd64-advanced-deb0deb0-deb0-deb0-deb0-deb0deb0deb0' { > load_video > insmod gzio > insmod part_gpt > insmod ext2 > set root='hd0,gpt9' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 --hint='hd0,gpt9' deb0deb0-deb0-deb0-deb0-deb0deb0deb0 > else > search --no-floppy --fs-uuid --set=root deb0deb0-deb0-deb0-deb0-deb0deb0deb0 > fi > echo 'Loading Linux 3.14-1-amd64 ...' > linux /boot/vmlinuz-3.14-1-amd64 root=UUID=deb0deb0-deb0-deb0-deb0-deb0deb0deb0 ro > echo 'Loading initial ramdisk ...' > initrd /boot/initrd.img-3.14-1-amd64 > } > menuentry 'Debian GNU/Linux, with Linux 3.14-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14-1-amd64-recovery-deb0deb0-deb0-deb0-deb0-deb0deb0deb0' { > load_video > insmod gzio > insmod part_gpt > insmod ext2 > set root='hd0,gpt9' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 --hint='hd0,gpt9' deb0deb0-deb0-deb0-deb0-deb0deb0deb0 > else > search --no-floppy --fs-uuid --set=root deb0deb0-deb0-deb0-deb0-deb0deb0deb0 > fi > echo 'Loading Linux 3.14-1-amd64 ...' > linux /boot/vmlinuz-3.14-1-amd64 root=UUID=deb0deb0-deb0-deb0-deb0-deb0deb0deb0 ro single > echo 'Loading initial ramdisk ...' > initrd /boot/initrd.img-3.14-1-amd64 > } >} > >### END /etc/grub.d/10_linux ### > >### BEGIN /etc/grub.d/20_linux_xen ### > >### END /etc/grub.d/20_linux_xen ### > >### BEGIN /etc/grub.d/30_os-prober ### >menuentry 'Windows Boot Manager (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-efi-FE69-E941' { > insmod part_gpt > insmod fat > set root='hd0,gpt1' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 --hint='hd0,gpt1' FE69-E941 > else > search --no-floppy --fs-uuid --set=root FE69-E941 > fi > chainloader /efi/Microsoft/Boot/bootmgfw.efi >} >menuentry 'Fedora release 20 (Heisenbug) (on /dev/sda8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-fed0fed0-fed0-fed0-fed0-fed0fed0fed0' { > insmod part_gpt > insmod ext2 > set root='hd0,gpt6' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 --hint='hd0,gpt6' b007b007-b007-b007-b007-b007b007b007 > else > search --no-floppy --fs-uuid --set=root b007b007-b007-b007-b007-b007b007b007 > fi > linux /vmlinuz-0-rescue-d33600b7949145348b6429e93dee0856 root=/dev/sda8 > initrd /initramfs-0-rescue-d33600b7949145348b6429e93dee0856.img >} >submenu 'Advanced options for Fedora release 20 (Heisenbug) (on /dev/sda8)' $menuentry_id_option 'osprober-gnulinux-advanced-fed0fed0-fed0-fed0-fed0-fed0fed0fed0' { > menuentry 'Fedora release 20 (Heisenbug) (on /dev/sda8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-0-rescue-d33600b7949145348b6429e93dee0856--fed0fed0-fed0-fed0-fed0-fed0fed0fed0' { > insmod part_gpt > insmod ext2 > set root='hd0,gpt6' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 --hint='hd0,gpt6' b007b007-b007-b007-b007-b007b007b007 > else > search --no-floppy --fs-uuid --set=root b007b007-b007-b007-b007-b007b007b007 > fi > linux /vmlinuz-0-rescue-d33600b7949145348b6429e93dee0856 root=/dev/sda8 > initrd /initramfs-0-rescue-d33600b7949145348b6429e93dee0856.img > } > menuentry 'Fedora release 20 (Heisenbug) (on /dev/sda8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.14.9-200.fc20.x86_64--fed0fed0-fed0-fed0-fed0-fed0fed0fed0' { > insmod part_gpt > insmod ext2 > set root='hd0,gpt6' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 --hint='hd0,gpt6' b007b007-b007-b007-b007-b007b007b007 > else > search --no-floppy --fs-uuid --set=root b007b007-b007-b007-b007-b007b007b007 > fi > linux /vmlinuz-3.14.9-200.fc20.x86_64 root=/dev/sda8 > initrd /initramfs-3.14.9-200.fc20.x86_64.img > } >} > >### END /etc/grub.d/30_os-prober ### > >### BEGIN /etc/grub.d/30_uefi-firmware ### >menuentry 'System setup' $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 ###
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1113883
:
912690
| 912699