aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs/stable/installer/en/diskdrake.xml
blob: 60b3d9c64eb4813dc672fe9cbcceb4b6cd544226 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?xml version="1.0" encoding="UTF-8"?>
<section version="5.0" xreflabel="DiskDrake" xml:id="diskdrake"
         xmlns="http://docbook.org/ns/docbook"
         xmlns:ns5="http://www.w3.org/1998/Math/MathML"
         xmlns:ns4="http://www.w3.org/2000/svg"
         xmlns:ns3="http://www.w3.org/1999/xhtml"
         xmlns:ns2="http://www.w3.org/1999/xlink"
         xmlns:ns="http://docbook.org/ns/docbook">
  <!-- Lebarhon 2016 12 16 updated for Mageia 6

Lebarhon 20170902 added SC-->

  <!--2018/02/12 apb: Text and typography.-->

  <!--2018/02/17 apb: Fix a couple of tags that were out of place + added 'xreflabel="DiskDrake" at start of doc.-->

  <!--2018/02/27 apb: Reformat the text and add titles for the boot partition SC's.-->

  <!--2019/01/05 apb: Slight reword to 1st bullet-point.-->

  <!--2019/08/06 apb: Slight reword to 2nd bullet-point (was mentioning sda & sdb tabs in previous SC version).-->

  <info>
    <title xml:id="diskdrake-ti1">Custom Disk Partitioning with
    DiskDrake</title>
  </info>

  <mediaobject>
    <imageobject condition="classical">
      <imagedata align="center" fileref="dx2-diskdrake.png"/>
    </imageobject>

    <imageobject condition="live">
      <imagedata align="center" fileref="live-diskdrake.png"/>
    </imageobject>
  </mediaobject>

  <itemizedlist>
    <listitem>
      <para revision="2" xml:id="diskdrake-pa3">Modify the layout of your
      disk(s) here. You can remove or create partitions, change the filesystem
      or size of a partition and even view their details before you
      start.</para>
    </listitem>

    <listitem>
      <para revision="1" xml:id="diskdrake-pa4">There is a tab at the top for
      every detected hard disk (or other storage device, like a USB key), for
      example: <filename>sda</filename>, <filename>sdb</filename>,
      <filename>sdc</filename> etc.</para>
    </listitem>

    <listitem>
      <para revision="1" xml:id="diskdrake-pa6">For all other actions: click
      on the desired partition first. Then view it, or choose a filesystem and
      a mount point, resize it or wipe it. <emphasis>Expert mode</emphasis>
      provides more options such as to label (name) a partition, or to choose
      a partition type.</para>
    </listitem>

    <listitem>
      <para revision="1" xml:id="diskdrake-pa6a">Continue until you have
      adjusted everything to your satisfaction, then click
      <emphasis>Done</emphasis> when you're ready.</para>
    </listitem>
  </itemizedlist>

  <warning>
    <orderedlist>
      <listitem>
        <para revision="1" xml:id="diskdrake-pa5">Take care with the
        <emphasis>Clear all</emphasis> option, use it only if you are sure you
        want to wipe all partitions on the selected storage device.</para>
      </listitem>

      <listitem>
        <para revision="3" xml:id="diskdrake-pa1">If you wish to use
        encryption on your <filename>/</filename> partition you must ensure
        that you have a separate <filename>/boot</filename> partition. The
        encryption option for the <filename>/boot</filename> partition must
        NOT be set, otherwise your system will be unbootable.</para>
      </listitem>
    </orderedlist>
  </warning>

  <important>
    <itemizedlist>
      <listitem>
        <para>If you are installing Mageia on a UEFI system, check that an ESP
        (EFI System Partition) is present and correctly mounted on
        <filename>/boot/EFI</filename>. See Figure 1 below.</para>
      </listitem>

      <listitem>
        <para>If you are installing Mageia on a Legacy/GPT system, check that
        a BIOS boot partition is present and of the correct type. See Figure 2
        below.</para>
      </listitem>
    </itemizedlist>
  </important>

  <figure>
    <title>EFI System Partition</title>

    <mediaobject>
      <imageobject condition="classical">
        <imagedata align="center" fileref="dx2-diskdrake2.png"/>
      </imageobject>

      <imageobject condition="live">
        <imagedata align="center" fileref="live-diskdrake2.png"/>
      </imageobject>
    </mediaobject>
  </figure>

  <figure>
    <title>BIOS boot partition</title>

    <mediaobject>
      <imageobject condition="classical">
        <imagedata align="center" fileref="dx2-doPartitionDisks3.png"/>
      </imageobject>

      <imageobject condition="live">
        <imagedata align="center" fileref="live-doPartitionDisks3.png"/>
      </imageobject>
    </mediaobject>
  </figure>
</section>