aboutsummaryrefslogtreecommitdiffstats
path: root/Select-and-use-ISOs.html
blob: f3cc75544b5d3e7ba3ff7c85b79e5047f10df393 (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
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   
      <title>Select and use ISOs</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="index.html" title="Installation with DrakX">
      <link rel="next" href="installer.html" title="DrakX, the Mageia Installer"><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 class="section" title="Select and use ISOs">
         <div class="titlepage">
            <div>
               <div>
                  <h2 class="title"><a name="Select-and-use-ISOs"></a>Select and use ISOs
                  </h2>
               </div>
            </div>
         </div>
           
           
           
           
           
           
           
           
           
         <div class="section" title="Introduction">
            <div class="titlepage">
               <div>
                  <div>
                     <h3 class="title"><a name="d5e19"></a>Introduction
                     </h3>
                  </div>
               </div>
            </div>
                
                
            <p>Mageia is distributed via ISO images. This page will help you to
                   choose which image best suits your needs.
            </p>
                
            <p>There are three types of installation media:</p>
                
            <div class="itemizedlist">
               <ul class="itemizedlist">
                  <li class="listitem">
                             
                     <p><span class="bold"><strong>Classical installer:</strong></span> Booting
                                with this media provides you with the maximum flexibility when
                                choosing what to install, and for configuring your system. In
                                particular, you have a choice of which Desktop environment to
                                install.
                     </p>
                           
                  </li>
                  <li class="listitem">
                             
                     <p><span class="bold"><strong>LIVE media:</strong></span> This option allows
                                you to try out Mageia without having to actually install it, or make
                                any changes to your computer. However, the Live media also includes an
                                Installer, which can be started when booting the media, or after
                                booting into the Live operating system itself.
                     </p>
                             
                     <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
                        <table border="0" summary="Note">
                           <tr>
                              <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="note.png"></td>
                              <th align="left"></th>
                           </tr>
                           <tr>
                              <td align="left" valign="top">
                                           
                                 <p>The Live Installer is simpler compared to the Classical
                                              Installer - but you have fewer configuration options.
                                 </p>
                                         
                              </td>
                           </tr>
                        </table>
                     </div>
                             
                     <div class="important" title="Important" style="margin-left: 0.5in; margin-right: 0.5in;">
                        <table border="0" summary="Important">
                           <tr>
                              <td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="important.png"></td>
                              <th align="left"></th>
                           </tr>
                           <tr>
                              <td align="left" valign="top">
                                           
                                 <p>Live ISOs can only be used to create <span class="quote">&#8220;<span class="quote">clean</span>&#8221;</span>
                                              installations, they cannot be used to upgrade previously installed
                                              Mageia releases.
                                 </p>
                                         
                              </td>
                           </tr>
                        </table>
                     </div>
                           
                  </li>
                  <li class="listitem">
                             
                     <p><span class="bold"><strong>Net Install</strong></span>: These are minimal
                                ISO's containing no more than that which is needed to start the DrakX
                                installer and find <code class="literal">DrakX-installer-stage2</code> and other
                                packages that are needed to continue and complete the install. These
                                packages may be on the PC hard disk, on a local drive, on a local
                                network or on the Internet.
                     </p>
                             
                     <p>These media are very light (less than 100 MB) and are convenient
                                if bandwidth is too low to download a full DVD, or if you have a PC
                                without a DVD drive or is unable to boot from a USB stick.
                     </p>
                           
                  </li>
               </ul>
            </div>
                
            <p>More details are given in the next sections.</p>
              
         </div>
           
         <div class="section" title="Media">
            <div class="titlepage">
               <div>
                  <div>
                     <h3 class="title"><a name="d5e41"></a>Media
                     </h3>
                  </div>
               </div>
            </div>
                
                
            <div class="section" title="Definition">
               <div class="titlepage">
                  <div>
                     <div>
                        <h4 class="title"><a name="d5e43"></a>Definition
                        </h4>
                     </div>
                  </div>
               </div>
                     
                     
               <p>Here, a medium (plural: media) is an ISO image file that allows
                        you to install and/or update Mageia and, by extension, any physical
                        medium (DVD, USB stick, ...) the ISO file is copied to.
               </p>
                     
               <p>You can find Mageia ISO's <a class="ulink" href="http://www.mageia.org/en/downloads/" target="_top">here</a>.
               </p>
                   
            </div>
                
            <div class="section" title="Classical installation media">
               <div class="titlepage">
                  <div>
                     <div>
                        <h4 class="title"><a name="d5e48"></a>Classical installation media
                        </h4>
                     </div>
                  </div>
               </div>
                     
                     
               <div class="section" title="Common features">
                  <div class="titlepage">
                     <div>
                        <div>
                           <h5 class="title"><a name="d5e50"></a>Common features
                           </h5>
                        </div>
                     </div>
                  </div>
                          
                          
                  <div class="itemizedlist">
                     <ul class="itemizedlist">
                        <li class="listitem">
                                       
                           <p>These ISOs use the Classical installer called DrakX</p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>They are used for performing clean installs or to upgrade a
                                          previously installed version of Mageia
                           </p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>Different media for 32 and 64-bit architectures</p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>Some tools are available in the Installer
                                          <span class="quote">&#8220;<span class="quote">Welcome</span>&#8221;</span> screen: <span class="emphasis"><em>Rescue System, Memory
                                                Test, </em></span>and <span class="emphasis"><em>Hardware Detection
                                                Tool</em></span></p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>Each DVD contains many available desktop environments and
                                          languages
                           </p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>You'll be given the choice during the installation to add
                                          non-free software
                           </p>
                                     
                        </li>
                     </ul>
                  </div>
                        
               </div>
                   
            </div>
                
            <div class="section" title="Live media">
               <div class="titlepage">
                  <div>
                     <div>
                        <h4 class="title"><a name="d5e68"></a>Live media
                        </h4>
                     </div>
                  </div>
               </div>
                     
                     
               <div class="section" title="Common features">
                  <div class="titlepage">
                     <div>
                        <div>
                           <h5 class="title"><a name="d5e70"></a>Common features
                           </h5>
                        </div>
                     </div>
                  </div>
                          
                          
                  <div class="itemizedlist">
                     <ul class="itemizedlist">
                        <li class="listitem">
                                       
                           <p>Can be used to preview the Mageia operating system without
                                          having to install it
                           </p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>The Live media also includes an Installer.</p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>Each ISO contains only one desktop environment (Plasma,
                                          GNOME or Xfce)
                           </p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>Different media for 32 and 64-bit architectures</p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>They contain non-free software</p>
                                     
                        </li>
                     </ul>
                  </div>
                        
               </div>
                     
               <div class="section" title="Live DVD Plasma">
                  <div class="titlepage">
                     <div>
                        <div>
                           <h5 class="title"><a name="d5e83"></a>Live DVD Plasma
                           </h5>
                        </div>
                     </div>
                  </div>
                          
                          
                  <div class="itemizedlist">
                     <ul class="itemizedlist">
                        <li class="listitem">
                                       
                           <p>Plasma desktop environment only</p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>All available languages are present</p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>64-bit architecture only</p>
                                     
                        </li>
                     </ul>
                  </div>
                        
               </div>
                     
               <div class="section" title="Live DVD GNOME">
                  <div class="titlepage">
                     <div>
                        <div>
                           <h5 class="title"><a name="d5e92"></a>Live DVD GNOME
                           </h5>
                        </div>
                     </div>
                  </div>
                          
                          
                  <div class="itemizedlist">
                     <ul class="itemizedlist">
                        <li class="listitem">
                                       
                           <p>GNOME desktop environment only</p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>All available languages are present</p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>64-bit architecture only</p>
                                     
                        </li>
                     </ul>
                  </div>
                        
               </div>
                     
               <div class="section" title="Live DVD Xfce">
                  <div class="titlepage">
                     <div>
                        <div>
                           <h5 class="title"><a name="d5e101"></a>Live DVD Xfce
                           </h5>
                        </div>
                     </div>
                  </div>
                          
                          
                  <div class="itemizedlist">
                     <ul class="itemizedlist">
                        <li class="listitem">
                                       
                           <p>Xfce desktop environment only</p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>All available languages are present</p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>32 or 64-bit architectures</p>
                                     
                        </li>
                     </ul>
                  </div>
                        
               </div>
                   
            </div>
                
            <div class="section" title="Net install media">
               <div class="titlepage">
                  <div>
                     <div>
                        <h4 class="title"><a name="d5e110"></a>Net install media
                        </h4>
                     </div>
                  </div>
               </div>
                     
                     
               <div class="section" title="Common features">
                  <div class="titlepage">
                     <div>
                        <div>
                           <h5 class="title"><a name="d5e112"></a>Common features
                           </h5>
                        </div>
                     </div>
                  </div>
                          
                          
                  <div class="itemizedlist">
                     <ul class="itemizedlist">
                        <li class="listitem">
                                       
                           <p>Different media for 32 and 64-bit architectures</p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>First steps are English language only</p>
                                     
                        </li>
                     </ul>
                  </div>
                        
               </div>
                     
               <div class="section" title="netinstall.iso">
                  <div class="titlepage">
                     <div>
                        <div>
                           <h5 class="title"><a name="d5e119"></a>netinstall.iso
                           </h5>
                        </div>
                     </div>
                  </div>
                          
                          
                  <div class="itemizedlist">
                     <ul class="itemizedlist">
                        <li class="listitem">
                                       
                           <p>Contains only free software, for those who prefer to not use
                                          non-free software
                           </p>
                                     
                        </li>
                     </ul>
                  </div>
                        
               </div>
                     
               <div class="section" title="netinstall-nonfree.iso">
                  <div class="titlepage">
                     <div>
                        <div>
                           <h5 class="title"><a name="d5e124"></a>netinstall-nonfree.iso
                           </h5>
                        </div>
                     </div>
                  </div>
                          
                          
                  <div class="itemizedlist">
                     <ul class="itemizedlist">
                        <li class="listitem">
                                       
                           <p>Contains non-free software (mostly drivers, codecs...) for
                                          those who need it
                           </p>
                                     
                        </li>
                     </ul>
                  </div>
                        
               </div>
                   
            </div>
              
         </div>
           
         <div class="section" title="Downloading and Checking Media">
            <div class="titlepage">
               <div>
                  <div>
                     <h3 class="title"><a name="d5e129"></a>Downloading and Checking Media
                     </h3>
                  </div>
               </div>
            </div>
                
                
            <div class="section" title="Downloading">
               <div class="titlepage">
                  <div>
                     <div>
                        <h4 class="title"><a name="d5e131"></a>Downloading
                        </h4>
                     </div>
                  </div>
               </div>
                     
                     
               <p>Once you have chosen your ISO file, you can download it using
                        either http or BitTorrent. In both cases, you are provided with some
                        information, such as the mirror in use and an option to switch to an
                        alternative if the bandwidth is too low.
               </p>
                     
               <p>If http is chosen you will also see some information regarding
                        checksums.
               </p>
               
                     
               <p><code class="literal">md5sum</code>, <code class="literal">sha1sum</code> and
                        <code class="literal">sha512sum</code> (the most secure) are tools to check the
                        ISO integrity. Copy one of the checksums (string of alphanumeric
                        characters) for use in the next section.
               </p>
                     
               
                     
               <p>In the meantime, a window to download the actual ISO will
                        open:
               </p>
                     
                     
               <p>Click on <span class="emphasis"><em>Save File</em></span>, then click
                        <span class="emphasis"><em>OK</em></span>.
               </p>
                   
            </div>
                
            <div class="section" title="Checking the integrity of the downloaded media">
               <div class="titlepage">
                  <div>
                     <div>
                        <h4 class="title"><a name="d5e149"></a>Checking the integrity of the downloaded
                                 media
                        </h4>
                     </div>
                  </div>
               </div>
                     
                     
               <p>The checksums referred to earlier, are digital fingerprints
                        generated by an algorithm from the file to be downloaded. You may
                        compare the checksum of your downloaded ISO against that of the original
                        source ISO. If the checksums do not match, it means that the actual data
                        on the ISO's do not match, and if that is the case, then you should
                        retry the download or attempt a repair using BitTorrent.
               </p>
                     
               <p>To generate the checksum for your downloaded ISO, open a console,
                        (no need to be root), and:
               </p>
                     
               <div class="itemizedlist">
                  <ul class="itemizedlist">
                     <li class="listitem">
                                  
                        <p>To use the md5sum, type: <span class="command"><strong>md5sum
                                           path/to/the/image/file.iso</strong></span></p>
                                
                     </li>
                     <li class="listitem">
                                  
                        <p>To use the sha1sum, type: <span class="command"><strong>sha1sum
                                           path/to/the/image/file.iso</strong></span></p>
                                
                     </li>
                     <li class="listitem">
                                  
                        <p>To use the sha512sum, type: <span class="command"><strong>sha512sum
                                           path/to/the/image/file.iso</strong></span></p>
                                
                     </li>
                  </ul>
               </div>
                     
               <p>Example:</p>
                     
               
                     
               <p>then compare the result (you may have to wait for a while) with
                        the ISO checksum provided by Mageia.
               </p>
                   
            </div>
              
         </div>
           
         <div class="section" title="Burn or dump the ISO">
            <div class="titlepage">
               <div>
                  <div>
                     <h3 class="title"><a name="d5e168"></a>Burn or dump the ISO
                     </h3>
                  </div>
               </div>
            </div>
                
                
            <p>The verified ISO can now be burned to a CD/DVD or
                   <span class="quote">&#8220;<span class="quote">dumped</span>&#8221;</span> to a USB stick. This is not a standard copy
                   operation, as a bootable medium will actually be created.
            </p>
                
            <div class="section" title="Burning the ISO to a CD/DVD">
               <div class="titlepage">
                  <div>
                     <div>
                        <h4 class="title"><a name="d5e172"></a>Burning the ISO to a CD/DVD
                        </h4>
                     </div>
                  </div>
               </div>
                     
                     
               <p>Whichever software you use, ensure that the option to burn
                        an<span class="emphasis"><em> image</em></span> is used. Burn <span class="emphasis"><em>data</em></span> or
                        <span class="emphasis"><em>files</em></span> is NOT correct. See the <a class="ulink" href="https://wiki.mageia.org/en/Writing_CD_and_DVD_images" target="_top">the
                           Mageia wiki</a> for more information.
               </p>
                   
            </div>
                
            <div class="section" title="Dump the ISO to a USB stick">
               <div class="titlepage">
                  <div>
                     <div>
                        <h4 class="title"><a name="d5e179"></a>Dump the ISO to a USB stick
                        </h4>
                     </div>
                  </div>
               </div>
                     
                     
               <p>All Mageia ISOs are hybrids, which means you can dump them to a
                        USB stick and then use that to boot and install the system.
               </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>Dumping an image onto a flash device destroys any previous
                                      file-system on the device and all existing data will be lost.
                           </p>
                                 
                        </td>
                     </tr>
                  </table>
               </div>
                     
               <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
                  <table border="0" summary="Note">
                     <tr>
                        <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="note.png"></td>
                        <th align="left"></th>
                     </tr>
                     <tr>
                        <td align="left" valign="top">
                                   
                           <p>Also, the only partition on the flash device will then just be
                                      the Mageia ISO partition.
                           </p>
                                   
                           <p>So, if an ISO of about 4GB is written to an 8GB USB stick, the
                                      stick will then only show up as 4GB. This is because the remaining 4GB
                                      is no longer formatted - hence not currently available for use. To
                                      recover the original capacity, you must reformat and repartition the
                                      USB stick.
                           </p>
                                 
                        </td>
                     </tr>
                  </table>
               </div>
                     
               <div class="section" title="Using a graphical tool within Mageia">
                  <div class="titlepage">
                     <div>
                        <div>
                           <h5 class="title"><a name="d5e187"></a>Using a graphical tool within Mageia
                           </h5>
                        </div>
                     </div>
                  </div>
                          
                          
                  <p>You can use a graphical tool like <a class="ulink" href="https://wiki.mageia.org/en/IsoDumper_Writing_ISO_images_on_USB_sticks" target="_top">IsoDumper</a></p>
                        
               </div>
                     
               <div class="section" title="Using a graphical tool within Windows">
                  <div class="titlepage">
                     <div>
                        <div>
                           <h5 class="title"><a name="d5e191"></a>Using a graphical tool within Windows
                           </h5>
                        </div>
                     </div>
                  </div>
                          
                          
                  <p>You could try:</p>
                          
                  <div class="itemizedlist">
                     <ul class="itemizedlist">
                        <li class="listitem">
                                       
                           <p><a class="ulink" href="http://rufus.akeo.ie/?locale=en_US" target="_top">Rufus</a> using
                                          the "ISO image" option
                           </p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p><a class="ulink" href="http://sourceforge.net/projects/win32diskimager" target="_top">Win32
                                             Disk Imager</a></p>
                                     
                        </li>
                     </ul>
                  </div>
                        
               </div>
                     
               <div class="section" title="Using the Command line within a GNU/Linux system">
                  <div class="titlepage">
                     <div>
                        <div>
                           <h5 class="title"><a name="d5e201"></a>Using the Command line within a GNU/Linux system
                           </h5>
                        </div>
                     </div>
                  </div>
                          
                          
                  <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>It is potentially *dangerous* to do this by hand. You risk
                                           overwriting potentially valuable existing data if you specify the
                                           wrong target device.
                              </p>
                                      
                           </td>
                        </tr>
                     </table>
                  </div>
                          
                  <div class="orderedlist">
                     <ol class="orderedlist" type="1">
                        <li class="listitem">
                                       
                           <p>Open a console</p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>Become a <span class="emphasis"><em>root</em></span> (Administrator) user with
                                          the command <span class="command"><strong>su -</strong></span> (don't forget the
                                          <span class="command"><strong>-</strong></span> )
                           </p>
                                       
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>Plug in your USB stick - but do not mount it (this also
                                          means do not open any application or file manager that could
                                          access or read it)
                           </p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>Enter the command <span class="command"><strong>fdisk -l</strong></span></p>
                                       
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>Find the device name for your USB stick (by its size), for
                                          example <code class="filename">/dev/sdb</code> in the screenshot above, is
                                          an 8GB USB stick.
                           </p>
                                       
                           <p>Alternatively, you can find the device name with the command
                                          <span class="command"><strong>dmesg</strong></span>. Towards the end of the following
                                          example, you can see the device name starting with
                                          <code class="filename">sd</code>, and in this case,
                                          <code class="filename">sdd</code> is the actual device. You can also see
                                          that its size is 2GB:
                           </p>
                                       <pre class="screen">[72594.604531] usb 1-1: new high-speed USB device number 27 using xhci_hcd
[72594.770528] usb 1-1: New USB device found, idVendor=8564, idProduct=1000
[72594.770533] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[72594.770536] usb 1-1: Product: Mass Storage Device
[72594.770537] usb 1-1: Manufacturer: JetFlash
[72594.770539] usb 1-1: SerialNumber: 18MJTWLMPUCC3SSB
[72594.770713] usb 1-1: ep 0x81 - rounding interval to 128 microframes, ep desc says 255 microframes
[72594.770719] usb 1-1: ep 0x2 - rounding interval to 128 microframes, ep desc says 255 microframes
[72594.771122] usb-storage 1-1:1.0: USB Mass Storage device detected
[72594.772447] scsi host8: usb-storage 1-1:1.0
[72595.963238] scsi 8:0:0:0: Direct-Access     JetFlash Transcend 2GB    1100 PQ: 0 ANSI: 4
[72595.963626] sd 8:0:0:0: [sdd] 4194304 512-byte logical blocks: (2.14 GB/2.00 GiB)
[72595.964104] sd 8:0:0:0: [sdd] Write Protect is off
[72595.964108] sd 8:0:0:0: [sdd] Mode Sense: 43 00 00 00
[72595.965025] sd 8:0:0:0: [sdd] No Caching mode page found
[72595.965031] sd 8:0:0:0: [sdd] Assuming drive cache: write through
[72595.967251]  <span class="emphasis"><em>sdd</em></span>: sdd1
[72595.969446] sd 8:0:0:0: [sdd] Attached SCSI removable disk</pre>
                                     </li>
                        <li class="listitem">
                                       
                           <p>Enter the command: <span class="command"><strong>dd if=path/to/the/ISO/file
                                                of=/dev/sd<em class="replaceable"><code>X</code></em> bs=1M</strong></span></p>
                                       
                           <p>Where <em class="replaceable"><code>X</code></em>=your device name eg:
                                          <code class="filename">/dev/sdd</code></p>
                                       
                           <p>Example:<code class="literal"> dd
                                             if=/home/user/Downloads/Mageia-6-x86_64-DVD.iso of=/dev/sdd
                                             bs=1M</code></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>It might be helpful to know that <span class="bold"><strong>if</strong></span> stands for <span class="bold"><strong>i</strong></span>nput <span class="bold"><strong>f</strong></span>ile and <span class="bold"><strong>of</strong></span> stands for <span class="bold"><strong>o</strong></span>utput <span class="bold"><strong>f</strong></span>ile
                                       </p>
                                                   
                                    </td>
                                 </tr>
                              </table>
                           </div>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>Enter the command: <span class="command"><strong>sync</strong></span></p>
                                     
                        </li>
                        <li class="listitem">
                                       
                           <p>This is the end of the process, and you may now unplug your
                                          USB stick.
                           </p>
                                     
                        </li>
                     </ol>
                  </div>
                        
               </div>
                   
            </div>
              
         </div>
         
      </div>
   </body>
</html>