Quote:I then ran the installation and selected Something Else. Now I'm stuck as I expected (hoped!) that I could select the appropriate partitions, in particular the root to install, the swap, and efi for the boot loader (if I understand that correctly)
I'm guessing by that you meant that you couldn't see all the partitions, so couldn't select the ones you wanted. Look to the far right of that box with partitions listed. There is a scroll bar, meaning you can scroll down to see the ones you were looking for. Once found, click to highlight the one you want, then follow Valtam's instructions for designating mount points, etc.
IMPORTANT:
Since it looks like you are planning to duel-boot with Windows, there are two things you need to confirm first.
1. Which versions of Windows will be able to install to a GPT partitioned disk? (I think only Win 7 and 8 -- so if planning to use anything earlier than those, confirm if it will first.)
2. I believe (but am not 100% sure) that Windows will only install to a GPT disk in UEFI-mode (not Legacy)! If that's the case, you'll need to wipe out your drive and re-partition using MBR partitioning. (Don't forget to create a new "ms-dos" partition table first -- which GParted can do.) Why? Because Windows and Linux need to be installed in the same mode for booting to work properly.
If I'm wrong on point #2 and you can install Windows in Legacy-mode, then you will need to create two more partitions:
1. If you are going to install in Legacy mode to a GPT partitioned disk, you need to add one more small Linux partition -- a
"Bios Boot Partition". (Not the same thing as the ESP -- EFI System Partition -- /dev/sda1 in your picture.) See here for further explanation:
http://www.ibm.com/developerworks/linux/library/l-gpt/.
2. You will also need a "Microsoft Reserved" partition[/b] when using GPT partitions. (Got that information from the
manpage on gdisk.)
P.s. Generally speaking, it's recommended that you install Windows first, Linux second. Why? From what I've read, sometimes people run into problem of it taking over whole drive and wiping out what was there. (Probably caused by user error, but has happened frequently enough to merit warning.) Also, you will lose the ability to boot Linux after the Windows install. Not that big of a deal for experienced users, but can be quite frustrating for people unfamiliar with recovering from that. If you need instructions for doing that, just post back.