Activity log for bug #1024383

Date Who What changed Old value New value Message
2012-07-13 13:05:58 YannUbuntu bug added bug
2012-07-13 13:07:05 YannUbuntu bug task added os-prober
2012-07-13 13:08:26 YannUbuntu 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. ### 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 ) 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 )
2012-07-15 00:25:36 YannUbuntu marked as duplicate 807801
2012-07-18 11:37:45 YannUbuntu removed duplicate marker 807801
2012-07-18 11:39:05 YannUbuntu bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679817
2012-07-18 17:01:40 Launchpad Janitor grub2 (Ubuntu): status New Confirmed
2012-07-27 07:12:39 Mirto Silvio Busico bug added subscriber Mirto Silvio Busico
2012-08-12 20:14:05 YannUbuntu 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 ) 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. ### 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 ### *********************** WORKAROUND ************************** either boot Windows from the (EFI) BIOS menu, or add valid Windows entries via Boot-Repair. *************************************************************** (original thread in French: http://forum.ubuntu-fr.org/viewtopic.php?pid=10010231#p10010231 )
2012-08-13 08:59:04 Dimitri John Ledkov bug task added grub2 (Debian)
2012-08-13 08:59:37 Dimitri John Ledkov grub2 (Debian): importance Undecided Unknown
2012-08-13 08:59:37 Dimitri John Ledkov grub2 (Debian): status New Unknown
2012-08-13 08:59:37 Dimitri John Ledkov grub2 (Debian): remote watch Debian Bug tracker #679817
2012-08-13 10:50:03 znorrt bug added subscriber znorrt
2012-08-13 21:48:16 Bug Watch Updater grub2 (Debian): status Unknown New
2012-09-05 14:53:55 Daniel Di Sarli bug added subscriber Daniele Di Sarli
2012-09-14 15:20:47 YannUbuntu 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. ### 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 ### *********************** WORKAROUND ************************** either boot Windows from the (EFI) BIOS menu, or add valid Windows entries via Boot-Repair. *************************************************************** (original thread in French: http://forum.ubuntu-fr.org/viewtopic.php?pid=10010231#p10010231 ) 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 appears that GRUB creates BIOS/mbr entries when it should be UEFI/gpt type entries. *********************** WORKAROUND ************************** either boot Windows from the (EFI) BIOS menu, or add valid Windows entries via Boot-Repair. *************************************************************** (original thread in French: http://forum.ubuntu-fr.org/viewtopic.php?pid=10010231#p10010231 )
2012-09-18 14:06:34 odror bug added subscriber odror
2012-09-28 11:55:53 Got Valentin security vulnerability no yes
2012-09-28 13:35:31 YannUbuntu security vulnerability yes no
2012-10-13 09:37:14 Max Bowsher bug added subscriber Max Bowsher
2012-10-16 21:20:04 Launchpad Janitor os-prober (Ubuntu): status New Confirmed
2012-10-16 21:20:04 Colin Watson affects os-prober os-prober (Ubuntu)
2012-10-20 08:19:24 BlindGlobe bug added subscriber BlindGlobe
2012-11-16 19:09:55 Launchpad Janitor os-prober (Ubuntu): status New Confirmed
2012-11-29 15:04:28 YannUbuntu summary invalid Windows7 EFI entries in GRUB invalid Windows EFI entries in GRUB
2012-11-29 15:04:57 YannUbuntu 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 appears that GRUB creates BIOS/mbr entries when it should be UEFI/gpt type entries. *********************** WORKAROUND ************************** either boot Windows from the (EFI) BIOS menu, or add valid Windows entries via Boot-Repair. *************************************************************** (original thread in French: http://forum.ubuntu-fr.org/viewtopic.php?pid=10010231#p10010231 ) 64bits computer with pre-installed EFI Windows 7. (remark: same bug if Windows8) 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 appears that GRUB creates BIOS/mbr entries when it should be UEFI/gpt type entries. *********************** WORKAROUND ************************** either boot Windows from the (EFI) BIOS menu, or add valid Windows entries via Boot-Repair. *************************************************************** (original thread in French: http://forum.ubuntu-fr.org/viewtopic.php?pid=10010231#p10010231 )
2012-12-05 02:18:52 Jordan bug added subscriber Jordan
2012-12-05 02:34:46 Dave H bug added subscriber Dave H
2012-12-26 11:35:53 André Colomb bug added subscriber André Colomb
2013-01-03 01:13:29 Asher Newcomer bug added subscriber Asher Newcomer
2013-01-05 17:14:07 Andrea Corbellini summary invalid Windows EFI entries in GRUB grub-update generates MBR entries for GPT partitions
2013-01-05 17:14:17 Andrea Corbellini bug added subscriber Andrea Corbellini
2013-01-05 17:14:27 Andrea Corbellini os-prober (Ubuntu): importance Undecided Critical
2013-01-05 17:14:34 Andrea Corbellini grub2 (Ubuntu): importance Undecided Critical
2013-01-08 00:26:36 Jordan summary grub-update generates MBR entries for GPT partitions update-grub generates only BIOS based menu entries for Windows, even on UEFI systems
2013-01-13 16:22:08 Carla Sella bug added subscriber Carla Sella
2013-01-19 22:11:21 Campbell Brown bug added subscriber Campbell Brown
2013-01-24 09:45:00 Fabri Velas bug added subscriber Fabri Velas
2013-01-26 12:04:07 Lei Sun bug added subscriber Lei Sun
2013-02-05 13:47:02 Matthias G bug added subscriber Matthias G
2013-02-09 06:38:23 Christopher Hill bug added subscriber Christopher Hill
2013-04-05 17:40:33 Julian Alarcon bug added subscriber Julian Alarcon
2013-04-14 11:24:16 isden bug added subscriber isden
2013-04-27 08:21:56 Ikuya Awashiro bug added subscriber Ikuya Awashiro
2013-04-27 20:40:58 Chris Philip Fotiadis bug added subscriber Filippos Christos Fotiadis
2013-04-30 21:33:33 CrazySky bug added subscriber Денис
2013-04-30 22:30:13 Мария bug added subscriber Мария
2013-05-06 06:07:03 discont bug added subscriber discont
2013-05-09 22:56:19 hoel james os-prober (Ubuntu): assignee hoel james (hoel-james)
2013-05-09 22:56:40 hoel james grub2 (Ubuntu): assignee hoel james (hoel-james)
2013-05-09 22:57:02 hoel james grub2 (Ubuntu): assignee hoel james (hoel-james)
2013-05-09 22:57:14 hoel james os-prober (Ubuntu): assignee hoel james (hoel-james)
2013-05-17 14:40:39 Joseph Emenaker bug added subscriber Joseph Emenaker
2013-05-28 21:02:03 Alfredzo Nash bug added subscriber Alfredzo Nash
2013-09-19 16:14:43 lmg grub2 (Ubuntu): status Confirmed Fix Released
2013-09-19 20:43:21 Andrea Corbellini grub2 (Ubuntu): status Fix Released Confirmed
2013-09-23 01:00:44 Fedor Uvarov bug added subscriber Fedor Uvarov
2013-11-04 15:21:46 Chris Philip Fotiadis removed subscriber Filippos Christos Fotiadis
2013-11-07 23:42:45 Sven bug added subscriber Sven
2013-12-06 14:43:10 Bug Watch Updater grub2 (Debian): status New Fix Released
2014-06-15 17:14:37 Christopher Hill removed subscriber Christopher Hill
2014-07-30 07:24:44 JackT bug added subscriber JackT
2015-01-19 12:06:37 svenmeier bug added subscriber svenmeier
2015-04-12 17:27:27 Yo grub2 (Ubuntu): status Confirmed Fix Released
2015-04-12 18:22:22 Andrea Corbellini grub2 (Ubuntu): status Fix Released Confirmed
2015-11-20 12:44:26 Sushmita os-prober (Ubuntu): assignee Sushmita (sush-patil-mita)
2015-11-22 04:48:46 Phillip Susi os-prober (Ubuntu): assignee Sushmita (sush-patil-mita)
2016-01-07 08:42:37 Mauro D'Aloisio bug added subscriber Mauro D'Aloisio
2016-01-07 09:32:02 Matthias G removed subscriber Matthias G
2016-01-30 00:17:58 CrazySky removed subscriber CrazySky
2016-05-16 22:22:46 Etienne URBAH bug added subscriber Etienne URBAH
2016-05-17 15:27:27 Мария removed subscriber Мария
2016-12-03 04:34:50 Gabriela grub2 (Ubuntu): status Confirmed Fix Released
2016-12-03 04:35:03 Gabriela os-prober (Ubuntu): status Confirmed Fix Released
2016-12-03 04:35:25 Gabriela grub2 (Ubuntu): assignee Gabriela (gabriela68)
2016-12-03 04:35:36 Gabriela os-prober (Ubuntu): assignee Gabriela (gabriela68)
2016-12-05 15:32:01 Phillip Susi grub2 (Ubuntu): status Fix Released Confirmed
2016-12-05 15:32:05 Phillip Susi grub2 (Ubuntu): assignee Gabriela (gabriela68)
2016-12-05 15:32:08 Phillip Susi os-prober (Ubuntu): status Fix Released Confirmed
2016-12-05 15:32:10 Phillip Susi os-prober (Ubuntu): assignee Gabriela (gabriela68)
2017-04-26 07:38:59 Srushti Patil bug added subscriber Srushti Patil
2017-05-10 18:54:03 Yo grub2 (Ubuntu): assignee Yo (yleduc)
2017-05-10 18:54:23 Yo grub2 (Ubuntu): status Confirmed Fix Released
2017-05-10 18:54:42 Yo grub2 (Ubuntu): assignee Yo (yleduc)
2017-05-11 12:54:57 Phillip Susi grub2 (Ubuntu): status Fix Released Triaged
2018-01-11 08:34:32 banavath bheemudu grub2 (Ubuntu): status Triaged Incomplete
2018-01-11 08:34:38 banavath bheemudu grub2 (Ubuntu): status Incomplete Confirmed
2018-03-09 22:25:05 Andy bug added subscriber Andy
2018-04-09 10:37:32 MOHAMMED FAHAD MUSHAHID grub2 (Ubuntu): assignee MOHAMMED FAHAD MUSHAHID (89mfahad)
2018-06-12 17:49:12 Phillip Susi grub2 (Ubuntu): assignee MOHAMMED FAHAD MUSHAHID (89mfahad)
2018-08-08 22:59:21 Peter Bosch attachment added Debian commit 6dba9e66 fixes debian #817023 and ubuntu #1024383 was released as debian version 1.76 https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/1024383/+attachment/5173186/+files/os-prober.diff
2018-08-09 00:21:34 Ubuntu Foundations Team Bug Bot tags efi windows efi patch windows
2018-08-09 00:21:41 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2018-08-09 04:22:00 Max Bowsher removed subscriber Max Bowsher
2018-08-14 17:12:25 Phillip Susi grub2 (Ubuntu): status Confirmed Fix Released
2018-08-14 17:12:28 Phillip Susi os-prober (Ubuntu): status Confirmed Fix Released