Bug 1140025 - nogpt option is ignored in some situations
Summary: nogpt option is ignored in some situations
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-10 08:02 UTC by Need Real Name
Modified: 2014-12-09 19:29 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-12-09 19:29:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2014-09-10 08:02:24 UTC
Anaconda option "nogpt" is supposed to force MSDOS type partitions to be created.
However, if installer is initially booted in EFI mode (e.g. MAC) then nogpt 
option is actually ignored and GPT type partitions are created during installation process.

People expect that "nogpt" option will be honored regardless what mode (EFI or BIOS) installer was booted. Simultaneously nogpt created installation should 
create regular (non efi) installation because efi cannot be started from msdos partition, even if installer is booted in efi mode.

Tested on F19,20,21.

Another issue is that "nogpt" option has a confusing name. 
I would much prefer an option with more consistent names, 
something like partition_type={MSDOS,GPT_BIOS,GPT_EFI}

Comment 1 David Shea 2014-12-09 16:58:19 UTC

*** This bug has been marked as a duplicate of bug 978430 ***

Comment 2 Need Real Name 2014-12-09 19:15:24 UTC
I am not sure the bug 978430 is related to this.
I am writing specifically about nogpt option, which stopped working around F19

Was before: 
if nogpt option present - create MDDOS partition and regular installation.

Currently:
nogpt option is ignored,
regardless or nogpt option - gpt partition is created with UEFI installation.

Please give working nogpt option back

Comment 3 David Shea 2014-12-09 19:29:38 UTC
(In reply to Need Real Name from comment #2)
> I am not sure the bug 978430 is related to this.
> I am writing specifically about nogpt option, which stopped working around
> F19
> 

That is correct. It was removed in Fedora 18, because that was the point where anaconda switched to using the msdos disklabel by default, excedpt in the following cases: the inst.gpt parameter is specified on the command line, or the installer is booted using EFI. You are doing the second. We do not support installing to a msdos disk label from an EFI install.


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