Ubuntu – EFI Partition vs /boot in UEFI System

bootgptuefi

I have a HDD Momentus Thin (500GB) + mSATA Samsung (32GB) and I intend to install Ubuntu 13.04 in a UEFI – GPT – Secure Boot – Linux only System.

I'll set the "/" (root partition) to use the whole 500GB HDD (dev/sda) and I'll partition the mSATA (dev/sdb) like this:

  • sdb1 = EFI Partition (300MB)
  • sdb2 = SWAP (8GB)
  • sdb3 = EXT4 Volume (rest)

My question is: Do I need a "/boot" (Boot partition) even though my system is UEFI and I've already created an EFI Partition?

Best Answer

No, you do not need an additional, separate, /boot partition. /boot will reside on / on sda and that is fine.