🟣 Manual Partitioning in Ubuntu 20.04 (Step‑by‑Step)

 

🟣 Manual Partitioning in Ubuntu 20.04 (Step‑by‑Step)





 ðŸŸ¦ 1. Start the Installer:

 
  • Boot from your Ubuntu 20.04 USB.

  • Choose Install Ubuntu.

  • Continue until you reach Installation type.

  • Select Something else → this opens the full partition editor.


🟧 2. Create or Select a Partition Table:


 If the disk is new or you want a clean layout:
  • Select the disk (e.g., /dev/sda)

  • Click New Partition Table

  • Confirm (this wipes the disk)


UEFI systems → GPT is recommended

Legacy BIOS systems → MBR works, but GPT still preferred


🟩 3. Create Required Partitions (UEFI Layout):

 Ubuntu 20.04 works perfectly with the modern UEFI + GPT scheme. 

🟨 Partition 1 — EFI System Partition (ESP)

Required for UEFI boot.

SettingValue
Size300–512 MB
TypeFAT32
Use asEFI System Partition
Mount point/boot/efi

If Windows is installed → reuse the existing EFI partition.


🟦 Partition 2 — Swap (optional)

Ubuntu 20.04 uses a swap file by default, but manual partitioning allows a dedicated swap partition.

RAMRecommended Swap
8–16 GB2–4 GB
16–32 GB2 GB
HibernationRAM size
SettingValue
TypeLinux swap


🟥 Partition 3 — Root (/)

This is the main system partition.


SettingValue
Size25–50 GB minimum
Typeext4
Mount point/


🟩 Partition 4 — Home (/home) (optional)


Keeps your personal files separate from the OS.

SettingValue
SizeRemaining space
Typeext4
Mount point/home


🟦 4. Set Bootloader Location

At the bottom:

Install bootloader to: /dev/sdX (the disk, not a partition)

Examples: ✔ /dev/sda/dev/sda1


🟪 5. Apply Changes

  • Click Install Now

  • Review the summary

  • Confirm


Ubuntu will format the partitions and begin installation.



🟣 Recommended Layout Summary (UEFI + GPT)

PartitionSizeFilesystemMount PointNotes
EFI300–512 MBFAT32/boot/efiRequired
Swap2–4 GBswapOptional
Root25–50 GB+ext4/Required
HomeRest of diskext4/homeOptional




ggpeaceggggg


Comments

Popular Posts