#15: migrate to GPT instead of old-style partitions ------------------------------+-------------------------------- Reporter: mattdm | Owner: janeznemanic Type: task | Status: assigned Priority: normal | Milestone: Fedora 21 (Alpha) Component: Cloud Base Image | Resolution: Keywords: | ------------------------------+-------------------------------- Comment (by janeznemanic): At the moment we are using MBR partitioning. If we want to use GPT partitioning with these specs [ http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/] we need to use GPT partitioning with EFI system partition(ESP). I think these lines need to be added to kickstart file if we want to have GPT partitioning with ESP. bootloader --timeout=1 --append="inst.gpt console=tty1 console=ttyS0,115200n8" extlinux part efi --size 200 --fstype vfat #or should it be --fstype efi I'm a little confused about efi partition file system type. Because the web page [ http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/] specifies that the allowed file system type in the case of ESP is vfat. But the official Red Hat documentation says that the file system type in ks file can also be efi. Not sure what to use. So if I add the above lines to ks file will the cloud image use GPT with ESP? Team comments and suggestions needed. -- Ticket URL: <https://fedorahosted.org/cloud/ticket/15#comment:2> cloud <https://fedorahosted.org/cloud> Fedora Cloud Working Group Ticketing System _______________________________________________ cloud mailing list cloud@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/cloud Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct