Bug 647810 - RFE: support GPT labels on x86
Summary: RFE: support GPT labels on x86
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 834709 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-10-29 14:46 UTC by Ruben Kerkhof
Modified: 2014-02-01 14:35 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-01-31 23:59:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ruben Kerkhof 2010-10-29 14:46:41 UTC
Currently we're using hardware raid volumes of about 4TB.
We use one small partition for /boot, and the rest as an lvm pv.

AFAIK there's no option to label a disk with GPT apart from using parted in %pre.

Something like 'clearpart --initlabel=gpt' would be great.

Comment 1 Dennis Appelon Nielsen 2011-08-07 22:00:46 UTC
Please have a look here http://fedoraproject.org/wiki/Anaconda/Kickstart#clearpart

From what I can see that is an option to use -initlable= with clearpart..

Please confirm....

Comment 2 Ruben Kerkhof 2011-08-08 00:15:13 UTC
I don't see that at http://fedoraproject.org/wiki/Anaconda/Kickstart#clearpart. Is there support in the code? Maybe the documentation is wrong.

Comment 3 Brian Lane 2012-09-07 23:20:44 UTC
*** Bug 834709 has been marked as a duplicate of this bug. ***

Comment 4 Brian Lane 2014-01-31 23:59:44 UTC
I looked into modifying clearpart --initlabel to take a parameter and it would result in some ugly hacks in pykickstart.

We do have the gpt boot flag that you can pass on the kernel cmdline that will use gpt as the default disklabel.

Comment 5 joshua 2014-02-01 00:04:45 UTC
GPT shouldn't "special" or problematic.  It should easily be handled inside of kickstart just like any other kind of partitioning.

Comment 6 Ruben Kerkhof 2014-02-01 14:35:44 UTC
Hi Brian,

Thanks for looking into this.

I wasn't familiar with the gpt bootflag, I'll check it out.
Shouldn't this be documented in https://fedoraproject.org/wiki/Anaconda_Boot_Options?


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