Bug 807349 - BIOS boot partition should not be used with combined GPT and EFI
Summary: BIOS boot partition should not be used with combined GPT and EFI
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 17
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-27 15:06 UTC by John Reiser
Modified: 2013-05-07 23:08 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-05-07 23:08:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description John Reiser 2012-03-27 15:06:08 UTC
Description of problem: The BIOS boot partition (code EF02) should not be created nor used (for grub2 image) when booting with combined GPT and (U)EFI.  Instead, the file /EFI/redhat/grub.efi on the EFI System Partition contains everything that is needed.  Creating a BIOS boot partition wastes 1 of the 15 available partitions.  (15 partitions is a limitation of Linux, not the GPT.)


Version-Release number of selected component (if applicable):
anaconda-17.14-1.fc17.x86_64


How reproducible: every time


Steps to Reproduce:
1. During install, then partition a GPT disk on a (U)EFI box.
2.
3.
  
Actual results: The installer demands (and creates if necessary) a BIOS boot partition, code EF02 (revealed by gdisk), size 1 MiB, and puts an image of grub2 on it, and uses that image for booting.


Expected results: Do not demand or create a BIOS boot partition.  Instead use the /EFI/redhat/grub.efi on the EFI System Partition (code EF00).


Additional info:


Note You need to log in before you can comment on or make changes to this bug.