Activity log for bug #1591818

Date Who What changed Old value New value Message
2016-06-13 02:52:05 Shih-Yuan Lee bug added bug
2016-06-13 02:52:05 Shih-Yuan Lee attachment added grub2_2.02~beta2-9ubuntu1.9.debdiff https://bugs.launchpad.net/bugs/1591818/+attachment/4682503/+files/grub2_2.02~beta2-9ubuntu1.9.debdiff
2016-06-13 02:52:47 Shih-Yuan Lee attachment removed grub2_2.02~beta2-9ubuntu1.9.debdiff https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1591818/+attachment/4682503/+files/grub2_2.02~beta2-9ubuntu1.9.debdiff
2016-06-13 02:56:08 Shih-Yuan Lee attachment added grub2_2.02~beta2-9ubuntu1.9.debdiff https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1591818/+attachment/4682504/+files/grub2_2.02~beta2-9ubuntu1.9.debdiff
2016-06-13 02:56:39 Shih-Yuan Lee description 1) Ubuntu 14.04 2) grub2 2.02~beta2-9ubuntu1.8 3) Executing `grub-install` will install platform files by i386-efi on 32-bit UEFI BIOS. 4) It still installed platform files by x86_64-efi. P.S. Ubuntu 16.04 doesn't have this issue. 1) Ubuntu 14.04 2) grub2 2.02~beta2-9ubuntu1.8 3) Executing `grub-install` will install platform files by i386-efi on 32-bit UEFI BIOS. 4) It installed platform files by x86_64-efi instead. P.S. Ubuntu 16.04 doesn't have this issue.
2016-06-13 02:57:26 Shih-Yuan Lee bug added subscriber Ubuntu Stable Release Updates Team
2016-06-14 02:04:26 Jamie Chang bug task added oem-priority
2016-06-14 02:04:46 Jamie Chang nominated for series oem-priority/trusty
2016-06-14 02:04:46 Jamie Chang bug task added oem-priority/trusty
2016-06-14 02:05:12 Jamie Chang bug added subscriber OEM Priority Team
2016-06-14 02:05:29 Jamie Chang oem-priority: importance Undecided High
2016-06-14 02:06:01 Jamie Chang bug added subscriber Jamie Chang
2016-06-14 02:48:06 Shih-Yuan Lee description 1) Ubuntu 14.04 2) grub2 2.02~beta2-9ubuntu1.8 3) Executing `grub-install` will install platform files by i386-efi on 32-bit UEFI BIOS. 4) It installed platform files by x86_64-efi instead. P.S. Ubuntu 16.04 doesn't have this issue. 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Ubuntu 14.04 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center grub2 2.02~beta2-9ubuntu1.8 3) What you expected to happen Executing `grub-install` will install platform files by i386-efi on 32-bit UEFI BIOS. 4) What happened instead It installed platform files by x86_64-efi instead. P.S. Ubuntu 16.04 doesn't have this issue.
2016-06-30 14:16:07 Ara Pulido nominated for series Ubuntu Trusty
2016-06-30 14:16:07 Ara Pulido bug task added grub2 (Ubuntu Trusty)
2016-06-30 19:13:20 Steve Langasek grub2 (Ubuntu): status New Fix Released
2016-07-01 15:10:18 Martin Pitt bug added subscriber SRU Verification
2016-07-01 15:10:22 Martin Pitt tags trusty trusty verification-needed
2016-07-01 15:10:45 Martin Pitt grub2 (Ubuntu Trusty): status New Triaged
2016-07-01 15:11:11 Martin Pitt grub2 (Ubuntu Trusty): status Triaged Fix Committed
2016-07-01 22:39:23 Mathew Hodson grub2 (Ubuntu): importance Undecided High
2016-07-01 22:39:25 Mathew Hodson grub2 (Ubuntu Trusty): importance Undecided High
2016-07-04 05:55:18 Shih-Yuan Lee description 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Ubuntu 14.04 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center grub2 2.02~beta2-9ubuntu1.8 3) What you expected to happen Executing `grub-install` will install platform files by i386-efi on 32-bit UEFI BIOS. 4) What happened instead It installed platform files by x86_64-efi instead. P.S. Ubuntu 16.04 doesn't have this issue. [Impact] * Some platforms only have 32-bit EFI BIOS. When executing `grub-install` on them, it will make the system can not boot up again because of the wrong GRUB EFI payload and UEFI boot entry. [Test Case] * Executing `grub-install` on a 32-bit EFI platform should appear the following results. $ sudo grub-install Installing for i386-efi platform. Installation finished. No error reported. $ sudo efibootmgr -v BootCurrent: 0000 Timeout: 0 seconds BootOrder: 0000 Boot0000* ubuntu HD(1,GPT,b8d7d8e9-4ac4-46cc-8bd0-8d90d6df1df4,0x800,0x100000)/File(\EFI\ubuntu\grubia32.efi) * Executing `grub-install` on a 64-bit EFI platform should appear the following results. $ sudo grub-install Installing for x86_64-efi platform. Installation finished. No error reported. $ sudo efibootmgr -v BootCurrent: 0000 Timeout: 0 seconds BootOrder: 0000 Boot0000* ubuntu HD(1,GPT,b8d7d8e9-4ac4-46cc-8bd0-8d90d6df1df4,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi) [Regression Potential] * This patch is directly backported from Ubuntu 16.04 so it should be OK without any regression. [Other Info] 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Ubuntu 14.04 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center grub2 2.02~beta2-9ubuntu1.8 3) What you expected to happen Executing `grub-install` will install platform files by i386-efi on 32-bit UEFI BIOS. 4) What happened instead It installed platform files by x86_64-efi instead. P.S. Ubuntu 16.04 doesn't have this issue.
2016-07-04 07:14:22 Shih-Yuan Lee description [Impact] * Some platforms only have 32-bit EFI BIOS. When executing `grub-install` on them, it will make the system can not boot up again because of the wrong GRUB EFI payload and UEFI boot entry. [Test Case] * Executing `grub-install` on a 32-bit EFI platform should appear the following results. $ sudo grub-install Installing for i386-efi platform. Installation finished. No error reported. $ sudo efibootmgr -v BootCurrent: 0000 Timeout: 0 seconds BootOrder: 0000 Boot0000* ubuntu HD(1,GPT,b8d7d8e9-4ac4-46cc-8bd0-8d90d6df1df4,0x800,0x100000)/File(\EFI\ubuntu\grubia32.efi) * Executing `grub-install` on a 64-bit EFI platform should appear the following results. $ sudo grub-install Installing for x86_64-efi platform. Installation finished. No error reported. $ sudo efibootmgr -v BootCurrent: 0000 Timeout: 0 seconds BootOrder: 0000 Boot0000* ubuntu HD(1,GPT,b8d7d8e9-4ac4-46cc-8bd0-8d90d6df1df4,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi) [Regression Potential] * This patch is directly backported from Ubuntu 16.04 so it should be OK without any regression. [Other Info] 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Ubuntu 14.04 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center grub2 2.02~beta2-9ubuntu1.8 3) What you expected to happen Executing `grub-install` will install platform files by i386-efi on 32-bit UEFI BIOS. 4) What happened instead It installed platform files by x86_64-efi instead. P.S. Ubuntu 16.04 doesn't have this issue. [Impact] * Some platforms only have 32-bit EFI BIOS. When executing `grub-install` on them, it will make the system can not boot up again because of the wrong GRUB EFI payload and UEFI boot entry. [Test Case] * Executing `grub-install` on a 32-bit EFI platform should appear the following results. $ sudo grub-install Installing for i386-efi platform. Installation finished. No error reported. $ sudo efibootmgr -v BootCurrent: 0000 Timeout: 0 seconds BootOrder: 0000 Boot0000* ubuntu HD(1,GPT,b8d7d8e9-4ac4-46cc-8bd0-8d90d6df1df4,0x800,0x100000)/File(\EFI\ubuntu\grubia32.efi) * Executing `grub-install` on a 64-bit EFI platform should appear the following results. $ sudo grub-install Installing for x86_64-efi platform. Installation finished. No error reported. $ sudo efibootmgr -v BootCurrent: 0000 Timeout: 0 seconds BootOrder: 0000 Boot0000* ubuntu HD(1,GPT,b8d7d8e9-4ac4-46cc-8bd0-8d90d6df1df4,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi) or \EFI\ubuntu\grubx64.efi if there is no grub-efi-amd64-signed installed. [Regression Potential] * This patch is directly backported from Ubuntu 16.04 so it should be OK without any regression. [Other Info] 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Ubuntu 14.04 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center grub2 2.02~beta2-9ubuntu1.8 3) What you expected to happen Executing `grub-install` will install platform files by i386-efi on 32-bit UEFI BIOS. 4) What happened instead It installed platform files by x86_64-efi instead. P.S. Ubuntu 16.04 doesn't have this issue.
2016-07-04 07:16:38 Shih-Yuan Lee tags trusty verification-needed trusty verification-done
2016-07-04 11:10:24 Shih-Yuan Lee tags trusty verification-done trusty verification-needed
2016-07-04 11:10:52 Shih-Yuan Lee bug task added grub2-signed (Ubuntu)
2016-07-04 11:11:19 Shih-Yuan Lee grub2-signed (Ubuntu): status New Fix Released
2016-07-04 11:24:34 Adam Conrad grub2-signed (Ubuntu Trusty): status New Fix Committed
2016-07-05 02:49:43 Shih-Yuan Lee tags trusty verification-needed trusty verification-done
2016-07-12 06:36:28 Martin Pitt removed subscriber Ubuntu Stable Release Updates Team
2016-07-12 06:36:27 Launchpad Janitor grub2 (Ubuntu Trusty): status Fix Committed Fix Released
2016-07-12 06:36:41 Launchpad Janitor grub2-signed (Ubuntu Trusty): status Fix Committed Fix Released
2016-07-13 08:28:00 Mathew Hodson grub2-signed (Ubuntu): importance Undecided High
2016-07-13 08:28:03 Mathew Hodson grub2-signed (Ubuntu Trusty): importance Undecided High
2016-07-26 12:45:56 Ara Pulido oem-priority: status New Fix Released
2016-07-26 12:45:59 Ara Pulido oem-priority/trusty: status New Fix Released
2016-12-02 13:53:22 Phillip Susi grub2-signed (Ubuntu): status Fix Released Triaged
2016-12-02 13:53:25 Phillip Susi grub2-signed (Ubuntu Trusty): status Fix Released Triaged
2016-12-02 16:27:43 Ubuntu Foundations Team Bug Bot tags trusty verification-done patch trusty verification-done
2016-12-02 16:27:53 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2016-12-06 10:48:41 Brian Murray removed subscriber Ubuntu Sponsors Team
2023-07-28 14:19:19 Julian Andres Klode grub2-signed (Ubuntu): status Triaged Won't Fix
2023-07-28 14:19:25 Julian Andres Klode grub2-signed (Ubuntu Trusty): status Triaged Won't Fix