User:NetSysFire/tmp
Appearance
tmpbin page full of nonsense and drafts.
Installation guide partitioning
Create the partitions depending on the partition table. See this GPT vs MBR link (and others) on what partition table to choose for your setup.
Example layouts
These example lists one of the most common setups. Create these partitions with a partitioning tool,Comprehensive how-to on creating partitions with $tool article.
Mount point | Partition | Partition type | Suggested size |
---|---|---|---|
/mnt/boot 1
|
/dev/efi_system_partition
|
EFI system partition | At least 300 MiB |
[SWAP] 2
|
/dev/swap_partition
|
Linux swap | More than 512 MiB |
/mnt
|
/dev/root_partition
|
Linux x86-64 root (/) | Remainder of the device |
- Other mount points, such as
/mnt/efi
, are possible, provided that the used boot loader is capable of loading the kernel and initramfs images from the root volume. See the warning in Arch boot process#Boot loader. - Optional. See here why you might need swap.
Mount point | Partition | Partition type | Suggested size |
---|---|---|---|
[SWAP] 1
|
/dev/swap_partition
|
Linux swap | More than 512 MiB |
/mnt
|
/dev/root_partition
|
Linux | Remainder of the device |
- Optional.
See also Partitioning#Example layouts.