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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Bootloader main options</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Installation with DrakX">
<link rel="up" href="index.html" title="Installation with DrakX">
<link rel="prev" href="configureX_monitor.html" title="Choosing your Monitor">
<link rel="next" href="setupBootloaderAddEntry.html" title="Add or Modify a Boot Menu Entry"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css">
<!--
body { font-family: sans-serif; font-size: 13px }
table { font-family: sans-serif; font-size: 13px }
--></style></head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div lang="" class="section" title="Bootloader main options">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="setupBootloader"></a>Bootloader main options
</h2>
</div>
</div>
</div>
<p><a name="setupBootloader-pa1"></a>If you prefer different
bootloader settings to those chosen automatically by the installer, you can
change them here.
</p>
<p><a name="setupBootloader-pa2"></a>You may already have another
operating system on your machine, in which case you need to decide whether
to add Mageia to your existing bootloader, or allow Mageia to create a new
one.
</p>
<div class="tip" title="Tip" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Tip">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="tip.png"></td>
<th align="left"></th>
</tr>
<tr>
<td align="left" valign="top">
<p><a name="setupBootloader-pa3"></a>The Mageia graphical menus
are nice :)
</p>
</td>
</tr>
</table>
</div>
<div class="section" title="Using a Mageia bootloader">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a name="usingMageiaBootloader"></a>Using a Mageia
bootloader
</h3>
</div>
</div>
</div>
<p><a name="setupBootloader-pa4"></a>By default, Mageia writes
a new GRUB (legacy) bootloader into the MBR (Master Boot Record) of your
first hard drive. If you already have other operating systems installed,
Mageia attempts to add them to your new Mageia boot menu.
</p>
<p>Mageia now also offers GRUB2 as an optional bootloader
in addition to GRUB legacy and Lilo.
</p>
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Warning">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="warning.png"></td>
<th align="left"></th>
</tr>
<tr>
<td align="left" valign="top">
<p><a name="setupBootloader-pa6"></a>Linux systems which use
the GRUB2 bootloader are not currently supported by GRUB (legacy) and
will not be recognised if the default GRUB bootloader is used.
</p>
<p>The best solution here is to use the GRUB2 bootloader
which is available at the Summary page during installation.
</p>
</td>
</tr>
</table>
</div>
</div>
<div class="section" title="Using an existing bootloader">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a name="usingExistingBootloader"></a>Using an
existing bootloader
</h3>
</div>
</div>
</div>
<p><a name="setupBootloader-pa46"></a>If you decide to use an
existing bootloader then you will need to remember to STOP at the summary
page during the installation and click the Bootloader
<span class="guibutton">Configure</span> button, which will allow you to change
the bootloader install location.
</p>
<p><a name="setupBootloader-pa47"></a>Do not select a device
e.g."sda", or you will overwrite your existing MBR. You must select the
root partition that you chose during the partitioning phase earlier, e.g.
sda7.
</p>
<p><a name="setupBootloader-pa48"></a>To be clear, sda is a
device, sda7 is a partition on that device.
</p>
<div class="tip" title="Tip" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Tip">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="tip.png"></td>
<th align="left"></th>
</tr>
<tr>
<td align="left" valign="top">
<p><a name="setupBootloader-pa48a"></a>Go to tty2 with
Ctrl+Alt+F2 and type <code class="literal">df</code> to check where your
<code class="literal">/</code> (root) partition is. Ctrl+Alt+F7 takes you back to
the installer screen.
</p>
</td>
</tr>
</table>
</div>
<p><a name="setupBootloader-pa49"></a>The exact procedure for
adding your Mageia system to an existing bootloader is beyond the scope of
this help, however in most cases it will involve running the relevant
bootloader installation program which should detect and add it
automatically. See the documentation for the operating system in
question.
</p>
</div>
<div class="section" title="Bootloader advanced option">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a name="advancedOptionBootloader"></a>Bootloader
advanced option
</h3>
</div>
</div>
</div>
<p><a name="setupBootloader-pa52"></a>If you have very limited
disk space for the <code class="literal">/</code> partition that contains
<code class="literal">/tmp</code>, click on <span class="guibutton">Advanced</span> and
check the box for <span class="guilabel">Clean /tmp at each boot</span>. This helps
to maintain some free space.
</p>
</div>
</div>
</body>
</html>
|