From cefe44e13ba416739ec3c39f4d0972643e30504f Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Wed, 12 Aug 2020 22:52:12 +0200 Subject: Some documentation about creation of partition tables (especially gpt) --- en/partitioning/partition/x86.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'en/partitioning/partition') diff --git a/en/partitioning/partition/x86.xml b/en/partitioning/partition/x86.xml index 274e587d1..dfcd44487 100644 --- a/en/partitioning/partition/x86.xml +++ b/en/partitioning/partition/x86.xml @@ -5,6 +5,25 @@ Partitioning for &arch-title; +If you are using a new harddisk (or want to wipe out the whole partition table +of your disk), a new partition table needs to be created. The Guided +partitioning does this automatically, but when partitioning manually, +move the selection on the top-level entry of the disk and hit &enterkey;. +That will create a new partition table on that disk. In expert mode, you will +then be asked for the type of the partition table. Default for UEFI-based systems +is gpt, while for the older BIOS world the default value +is msdos. In a standard priority installation those defaults +will be used automatically. + + + +When a partition table with type gpt was selected (default for +UEFI systems), a free space of 1 MB will automatically get created at the +beginning of the disk. This is intended and required to embed the GRUB2 +bootloader. + + + If you have an existing other operating system such as DOS or Windows and you want to preserve that operating system while installing &debian;, you may need to resize its partition to free up space for the &debian; installation. -- cgit v1.2.3