[Bug 1024383] [NEW] invalid Windows7 EFI entries in GRUB
YannUbuntu
yannubuntu at gmail.com
Fri Jul 13 13:05:58 UTC 2012
Public bug reported:
64bits computer with pre-installed EFI Windows 7.
Installed Ubuntu 64bits in dual-boot. GRUB (grub-efi) is correctly
installed and allows to boot Ubuntu, but it does not allow to boot
Windows.
Its menu shows 2 INVALID Windows entries. When selecting these entries,
it displays "Invalid EFI file path" error, and returns to GRUB menu.
It's possible to boot Windows from the (EFI) BIOS menu.
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda3)" --class windows --class os {
insmod part_gpt
insmod ntfs
set root='(hd0,gpt3)'
search --no-floppy --fs-uuid --set=root EE00AEA700AE75ED
chainloader +1
}
menuentry "Windows Recovery Environment (loader) (on /dev/sda5)" --class windows --class os {
insmod part_gpt
insmod ntfs
set root='(hd0,gpt5)'
search --no-floppy --fs-uuid --set=root B2BCAC28BCABE557
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
(original thread in French: http://forum.ubuntu-
fr.org/viewtopic.php?pid=10010231#p10010231 )
** Affects: os-prober
Importance: Undecided
Status: New
** Affects: grub2 (Ubuntu)
Importance: Undecided
Status: New
** Tags: efi windows
** Also affects: os-prober
Importance: Undecided
Status: New
** Description changed:
64bits computer with pre-installed EFI Windows 7.
Installed Ubuntu 64bits in dual-boot. GRUB (grub-efi) is correctly
installed and allows to boot Ubuntu, but it does not allow to boot
Windows.
Its menu shows 2 INVALID Windows entries. When selecting these entries,
it displays "Invalid EFI file path" error, and returns to GRUB menu.
+ It's possible to boot Windows from the (EFI) BIOS menu.
+
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda3)" --class windows --class os {
- insmod part_gpt
- insmod ntfs
- set root='(hd0,gpt3)'
- search --no-floppy --fs-uuid --set=root EE00AEA700AE75ED
- chainloader +1
+ insmod part_gpt
+ insmod ntfs
+ set root='(hd0,gpt3)'
+ search --no-floppy --fs-uuid --set=root EE00AEA700AE75ED
+ chainloader +1
}
menuentry "Windows Recovery Environment (loader) (on /dev/sda5)" --class windows --class os {
- insmod part_gpt
- insmod ntfs
- set root='(hd0,gpt5)'
- search --no-floppy --fs-uuid --set=root B2BCAC28BCABE557
- drivemap -s (hd0) ${root}
- chainloader +1
+ insmod part_gpt
+ insmod ntfs
+ set root='(hd0,gpt5)'
+ search --no-floppy --fs-uuid --set=root B2BCAC28BCABE557
+ drivemap -s (hd0) ${root}
+ chainloader +1
}
### END /etc/grub.d/30_os-prober ###
-
(original thread in French: http://forum.ubuntu-
fr.org/viewtopic.php?pid=10010231#p10010231 )
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub2 in Ubuntu.
https://bugs.launchpad.net/bugs/1024383
Title:
invalid Windows7 EFI entries in GRUB
Status in os-prober:
New
Status in “grub2” package in Ubuntu:
New
Bug description:
64bits computer with pre-installed EFI Windows 7.
Installed Ubuntu 64bits in dual-boot. GRUB (grub-efi) is correctly
installed and allows to boot Ubuntu, but it does not allow to boot
Windows.
Its menu shows 2 INVALID Windows entries. When selecting these
entries, it displays "Invalid EFI file path" error, and returns to
GRUB menu.
It's possible to boot Windows from the (EFI) BIOS menu.
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda3)" --class windows --class os {
insmod part_gpt
insmod ntfs
set root='(hd0,gpt3)'
search --no-floppy --fs-uuid --set=root EE00AEA700AE75ED
chainloader +1
}
menuentry "Windows Recovery Environment (loader) (on /dev/sda5)" --class windows --class os {
insmod part_gpt
insmod ntfs
set root='(hd0,gpt5)'
search --no-floppy --fs-uuid --set=root B2BCAC28BCABE557
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
(original thread in French: http://forum.ubuntu-
fr.org/viewtopic.php?pid=10010231#p10010231 )
To manage notifications about this bug go to:
https://bugs.launchpad.net/os-prober/+bug/1024383/+subscriptions
More information about the foundations-bugs
mailing list