aboutsummaryrefslogtreecommitdiffstats
path: root/hu/setupBootloader.html
blob: c27bf131c6be2ea148473ebdfe749cbb40f88b6e (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
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   
      <title>Rendszerind&iacute;t&aacute;si be&aacute;ll&iacute;t&aacute;sok</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="hu" class="section" title="Rendszerind&iacute;t&aacute;si be&aacute;ll&iacute;t&aacute;sok">
         <div class="titlepage">
            <div>
               <div>
                  <h2 class="title"><a name="setupBootloader"></a>Rendszerind&iacute;t&aacute;si be&aacute;ll&iacute;t&aacute;sok
                  </h2>
               </div>
            </div>
         </div>
           
         
           
         
           
         
           
<<<<<<< HEAD
         <div class="section" title="Bootloader interface">
            <div class="titlepage">
               <div>
                  <div>
                     <h3 class="title"><a name="d5e886"></a>Bootloader interface
=======
         
           
         <div class="section" title="With a Bios system">
            <div class="titlepage">
               <div>
                  <div>
                     <h3 class="title"><a name="d5e899"></a>With a Bios system
>>>>>>> 7d93c82d3a5f5446f0d7370f43a99cb09ddabc63
                     </h3>
                  </div>
               </div>
            </div>
                
            
                
<<<<<<< HEAD
            <p>By default, Mageia uses exclusively:</p>
            
                
            <div class="itemizedlist">
               <ul class="itemizedlist">
                  <li class="listitem">
                             
                     <p>Grub2 (with or without graphical menu) for a Legacy/MBR or Legacy/GPT system</p>
                           
                  </li>
                  <li class="listitem">
                             
                     <p>Grub2-efi for a UEFI system.</p>
                           
                  </li>
               </ul>
            </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>
>>>>>>> 7d93c82d3a5f5446f0d7370f43a99cb09ddabc63
            
                
            <div class="tip" title="Tipp" 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="[Tipp]" src="tip.png"></td>
                     <th align="left"></th>
                  </tr>
                  <tr>
                     <td align="left" valign="top">
                              
                        <p>The Mageia graphical menus are nice :</p>
                            
                     </td>
                  </tr>
               </table>
            </div>
            
                
<<<<<<< HEAD
            <div class="section" title="Grub2 on Legacy/MBR and Legacy/GPT systems">
               <div class="titlepage">
                  <div>
                     <div>
                        <h4 class="title"><a name="d5e896"></a>Grub2 on Legacy/MBR and Legacy/GPT systems
=======
            <div class="section" title="Using a Mageia bootloader">
               <div class="titlepage">
                  <div>
                     <div>
                        <h4 class="title"><a name="usingMageiaBootloader"></a>Using a Mageia bootloader
>>>>>>> 7d93c82d3a5f5446f0d7370f43a99cb09ddabc63
                        </h4>
                     </div>
                  </div>
               </div>
                     
               
                     
<<<<<<< HEAD
               
                     
               <p>Don't modify the "Boot Device" unless you really know what you are doing.</p>
=======
               <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="Figyelem" 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="[Figyelem]" 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 recognized 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>
>>>>>>> 7d93c82d3a5f5446f0d7370f43a99cb09ddabc63
                   
            </div>
            
                
<<<<<<< HEAD
            <div class="section" title="Grub2-efi on UEFI systems">
               <div class="titlepage">
                  <div>
                     <div>
                        <h4 class="title"><a name="d5e902"></a>Grub2-efi on UEFI systems
=======
            <div class="section" title="Using an existing bootloader">
               <div class="titlepage">
                  <div>
                     <div>
                        <h4 class="title"><a name="usingExistingBootloader"></a>Using an existing bootloader
>>>>>>> 7d93c82d3a5f5446f0d7370f43a99cb09ddabc63
                        </h4>
                     </div>
                  </div>
               </div>
                     
               
                     
<<<<<<< HEAD
               <p>With an UEFI system, the user interface is slightly different as you cannot
                  choose between with or without graphical menu
               </p>
               
                     
               
                     
               <p>If Mageia is the only system installed on your computer, the installer
                  created an ESP (EFI System Partition) to receive the bootloader
                  (Grub2-efi). If there are already UEFI operating systems installed on your
                  computer (Windows 8 for example), the Mageia installer detects the existing
                  ESP created by Windows and adds grub2-efi. Although it is possible to have
                  several ESPs, only one is advised and enough whatever the number of
                  operating systems you have.
               </p>
               
                     
               <p>Don't modify the "Boot Device" unless you really know what you are doing.</p>
                   
            </div>
              
         </div>
         
           
         <div class="section" title="Using a Mageia bootloader">
            <div class="titlepage">
               <div>
                  <div>
                     <h3 class="title"><a name="d5e910"></a>Using a Mageia bootloader
                     </h3>
                  </div>
               </div>
            </div>
                
            
                
            <p>By default, according to your system, Mageia writes a new:</p>
            
                
            <div class="itemizedlist">
               <ul class="itemizedlist">
                  <li class="listitem">
                             
                     <p>GRUB2 bootloader either into the MBR (Master Boot Record) of your first hard
                        drive or in the BIOS boot partition.
                     </p>
                           
                  </li>
                  <li class="listitem">
                             
                     <p>Grub2-efi bootloader into the ESP</p>
                           
                  </li>
               </ul>
            </div>
            
                
            <p>If you already have other operating systems installed, Mageia attempts to
               add them to your new Mageia boot menu. If you don't want this behaviour,
               click on <span class="guibutton">Next</span> and then uncheck the box
               <span class="guilabel">Probe Foreign OS</span></p>
            
                
              
         </div>
         
           
         <div class="section" title="Using an existing bootloader">
            <div class="titlepage">
               <div>
                  <div>
                     <h3 class="title"><a name="d5e924"></a>Using an existing bootloader
                     </h3>
                  </div>
               </div>
            </div>
                
            
                
            <p>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>
=======
               <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="Tipp" 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="[Tipp]" 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>
                        <h4 class="title"><a name="advancedOptionBootloader"></a>Bootloader advanced option
                        </h4>
                     </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>
>>>>>>> 7d93c82d3a5f5446f0d7370f43a99cb09ddabc63
              
         </div>
         
           
<<<<<<< HEAD
         <div class="section" title="Using chain loading">
            <div class="titlepage">
               <div>
                  <div>
                     <h3 class="title"><a name="d5e927"></a>Using chain loading
=======
         <div class="section" title="With an UEFI system">
            <div class="titlepage">
               <div>
                  <div>
                     <h3 class="title"><a name="d5e936"></a>With an UEFI system
>>>>>>> 7d93c82d3a5f5446f0d7370f43a99cb09ddabc63
                     </h3>
                  </div>
               </div>
            </div>
                
            
                
<<<<<<< HEAD
            <p>If you don't want a bootable Mageia, but to chain load it from another OS,
               click on <span class="guibutton">Next</span>, then on
               <span class="guibutton">Advanced</span> and Check the box <span class="guilabel">Do not touch ESP
                  or MBR</span>.
=======
            <p>With an UEFI system, the user interface is slightly different as you cannot
               choose the boot loader since only Grub2-efi is available. 
>>>>>>> 7d93c82d3a5f5446f0d7370f43a99cb09ddabc63
            </p>
            
                
            
                
<<<<<<< HEAD
            <p>You will get a warning that the bootloader is missing, ignore it by clicking
               <span class="guibutton">OK</span>.
            </p>
            
                
              
         </div>
         
           
         <div class="section" title="Be&aacute;ll&iacute;t&aacute;sok">
            <div class="titlepage">
               <div>
                  <div>
                     <h3 class="title"><a name="d5e941"></a>Be&aacute;ll&iacute;t&aacute;sok
                     </h3>
                  </div>
               </div>
            </div>
                
            
                
            <div class="section" title="First page">
               <div class="titlepage">
                  <div>
                     <div>
                        <h4 class="title"><a name="d5e943"></a>First page
                        </h4>
                     </div>
                  </div>
               </div>
                     
               
                     
               <div class="itemizedlist">
                  <ul class="itemizedlist">
                     <li class="listitem">
                                    
                        <p><span class="guilabel">Delay before booting the default image</span>: This text box
                           lets you set a delay in seconds before the default operating system is
                           started up.
                        </p>
                                  
                     </li>
                     <li class="listitem">
                                    
                        <p><span class="guilabel">Security</span>: This allows you to set a password for the
                           bootloader. This means other people can not enter single user mode or change
                           settings at the boot time.
                        </p>
                                  
                     </li>
                     <li class="listitem">
                                    
                        <p><span class="guilabel">Password</span>: This text box is where you actually put the
                           password
                        </p>
                                  
                     </li>
                     <li class="listitem">
                                    
                        <p><span class="guilabel">Password (again)</span>: Retype the password and Drakx will
                           check that it matches with the one set above.
                        </p>
                                  
                     </li>
                     <li class="listitem">
                                    
                        <p><span class="guilabel">Advanced</span></p>
                        
                                    
                        <div class="itemizedlist">
                           <ul class="itemizedlist">
                              <li class="listitem">
                                                 
                                 <p><span class="guilabel">Enable ACPI:</span> ACPI (Advanced Configuration and Power
                                    Interface) is a standard for the power management. It can save energy by
                                    stopping unused devices, this was the method used before APM. Unchecking it
                                    could be useful if, for example, your computer does not support ACPI or if
                                    you think the ACPI implementation might cause some problems (for instance
                                    random reboots or system lockups).
                                 </p>
                                               
                              </li>
                              <li class="listitem">
                                                 
                                 <p><span class="guilabel">Enable SMP</span>: This option enables / disables symmetric
                                    multiprocessing for multi core processors.
                                 </p>
                                               
                              </li>
                              <li class="listitem">
                                                 
                                 <p><span class="guilabel">Enable APIC</span>: Enabling or disabling this gives the
                                    operating system access to the Advanced Programmable Interrupt
                                    Controller. APIC devices permit more complex priority models, and Advanced
                                    IRQ (Interrupt Request)  management.
                                 </p>
                                               
                              </li>
                              <li class="listitem">
                                                 
                                 <p><span class="guilabel">Enable Local APIC</span>: Here you can set local APIC, which
                                    manages all external interrupts for a specific processor in an SMP system.
                                 </p>
                                               
                              </li>
                           </ul>
                        </div>
                                  
                     </li>
                  </ul>
               </div>
                   
            </div>
            
                
            <div class="section" title="Next page">
               <div class="titlepage">
                  <div>
                     <div>
                        <h4 class="title"><a name="d5e975"></a>Next page
                        </h4>
                     </div>
                  </div>
               </div>
                     
               
                     
               <div class="itemizedlist">
                  <ul class="itemizedlist">
                     <li class="listitem">
                                  
                        <p><span class="guilabel">Default:</span> Operating system started up by default
                        </p>
                                
                     </li>
                     <li class="listitem">
                                  
                        <p><span class="guilabel">Append:</span> This option lets you pass the kernel
                           information or tell the kernel to give you more information as it boots.
                        </p>
                                
                     </li>
                     <li class="listitem">
                                  
                        <p><span class="guilabel">Probe foreign OS</span>: see above <a class="link" href="setupBootloader.html#setupMageiaBootloader">Using a Mageia bootloader</a></p>
                                
                     </li>
                     <li class="listitem">
                                  
                        <p><span class="guilabel">Advanced</span></p>
                        <div class="itemizedlist">
                           <ul class="itemizedlist">
                              <li class="listitem">
                                                 
                                 <p><span class="guilabel">Video mode:</span> This sets the screen size and colour depth
                                    the boot menu will use. If you click the down triangle you will be offered
                                    other size and colour depth options.
                                 </p>
                                               
                              </li>
                              <li class="listitem">
                                                 
                                 <p><span class="bold"><strong>Do not touch ESP or MBR</strong></span>: see above <a class="link" href="setupBootloader.html#setupChainLoading">Using the chain loading</a></p>
                                               
                              </li>
                           </ul>
                        </div>
                                
                     </li>
                  </ul>
               </div>
                   
            </div>
=======
            <p>If Mageia is the first system installed on your computer, the installer
               created an ESP (EFI System Partition) to receive the bootloader
               (Grub2-efi). If there was already UEFI operating systems previously
               installed on your computer (Windows 8 for example), the Mageia installer
               detected the existing ESP created by Windows and added grub2-efi. Although
               it is possible to have several ESPs, only one is advised and enough whatever
               the number of operating systems you have.
            </p>
            
                
            <p>Don't modify the "Boot Device" unless really knowing what you do.</p>
>>>>>>> 7d93c82d3a5f5446f0d7370f43a99cb09ddabc63
              
         </div>
         
      </div>
   </body>
</html>