GPT is an alternate disk partition table scheme that solves two issues associated with the MBR partition table scheme. It allows the configuration of more than four primary partitions, the maximum supported by MBR, and it also supports disk partitions of more than 2 TB.

Chakra, an Arch Linux-based distribution, is the only Linux distribution reviewed on this site that has out-of-the-box support for the GUID Partition Table, GPT. The only other distribution reviewed here with the same feature is PC-BSD (only available on release snapshots of PC-BSD 9).

The key to setting up GPT-based partitions on Chakra is this. One of the partitions must have the bios_grub flag set. Without that, the installer will generate the error message shown in this image.
Install9

The rest of this article offers a guide on how to configure partitions on Chakra 2011.4, using a GPT scheme. The first step is to grab an ISO image of Chakra 2011.4, the latest stable release, bootup a computer from the resulting CD/DVD, and click until you get to the disk partitioning step. (a review of Chakra 2011.4 is available here.) Chakra’s installer is still a work in progress, and the installer does not have an automated partitioning feature: Disk partitions must be configured manually. To start, click on the Advanced button.
chakraGPT

The installer uses the KDE partition Manager for disk partitioning. Select the disk you want to use and from the menu, click on Device > New Partition Table.
gpt

You have a choice of two partitioning schemes. The GPT, which we are going to use for this tutorial, and the MS-Dos or MBR, the traditional and default scheme. GPT will be pre-selected, so just click on Create New Partition Table.
gpt1

Back on the main KDE partition Manager window, click on Apply to commit the change.
gpt2

With the GPT partition table in place, time to start setting up the partitions. Part of the objective here is to show that with GPT, it is possible to create many more primary partitions than the maximum of four allowable under the MBR or MS-Dos scheme. For this test installation, five primary partitions, one each for /boot, /, /usr, Swap, and /home were configured. Before setting up these partitions, you must first configure an unformatted partition with the bios_grub flag set. To start, select the free space, and click on New.
gpt3

The first partition must be unformatted, so for “File system,” select unformatted. The other property of this partition that must be specified is the size. Based on my experience, you can get away with the minimum allowed, which is 8 MB. Note that the “Partition type” will always be Primary. There are no extended or logical partitions in a GPT-based partition scheme.
gpt4

With the first partition out of the way, select the free space, then click on New to create the next partition. Note that this will have to be repeated for all the other partitions.
gpt5