aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installer/id/SelectAndUseISOs2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installer/id/SelectAndUseISOs2.xml')
-rw-r--r--docs/installer/id/SelectAndUseISOs2.xml123
1 files changed, 86 insertions, 37 deletions
diff --git a/docs/installer/id/SelectAndUseISOs2.xml b/docs/installer/id/SelectAndUseISOs2.xml
index 9e8ab6af..a5909273 100644
--- a/docs/installer/id/SelectAndUseISOs2.xml
+++ b/docs/installer/id/SelectAndUseISOs2.xml
@@ -7,6 +7,32 @@
</info>
<section>
+ <title>Introduction</title>
+
+ <para>Mageia is distributed via ISO images. This page will help you to choose
+which image match your needs.</para>
+
+ <para>There is two families of media:</para>
+
+ <itemizedlist>
+ <listitem>
+ <para>Classical installer: After booting the media, it will follow a process
+allowing to choose what to install and how to configure your target
+system. This give you the maximal flexibility for a customized installation,
+in particular to choose which Desktop Environment you will install.</para>
+ </listitem>
+
+ <listitem>
+ <para>LIVE media: you can boot the media in a real Mageia system without
+installing it, to see what you will get after installation. The
+installation process is simpler, but you get lesser choices.</para>
+ </listitem>
+ </itemizedlist>
+
+ <para>Details are given in the next sections.</para>
+ </section>
+
+ <section>
<title>Media</title>
<section>
@@ -259,13 +285,9 @@ terlalu lambat. Jika http dipilih, Anda juga mungkin melihat</para>
<mediaobject>
<imageobject> <imagedata fileref="Checking.png"/> </imageobject></mediaobject>
- <para>md5sum dan sha1sum adalah alat untuk memeriksa keabsahan ISO. Gunakan salah
-satunya. Kedua nomor heksadesimal telah dihitung dengan algoritma dari
-berkas yang diunduh. Ketika Anda meminta algoritma untuk menghitung ulang
-nomor dari berkas yang diunduh ini, apakah Anda mendapatkan nomor yang sama
-dan berkas yang diunduh adalah benar, atau nomor yang berbeda dan Anda
-mendapatkan yang salah. Jika salah berarti Anda harus mencoba kembali
-mengunduh. Lalu jendela ini akan muncul:</para>
+ <para>md5sum and sha1sum are tools to check the ISO integrity. Use only one of
+them. Keep one of them <link linkend="integrity">for further
+usage</link>. Then this window appears:</para>
<mediaobject>
<imageobject> <imagedata fileref="Download.png"/> </imageobject></mediaobject>
@@ -274,7 +296,13 @@ mengunduh. Lalu jendela ini akan muncul:</para>
</section>
<section>
- <title>Memeriksa keabsahan media yang diunduh</title>
+ <title xml:id="integrity">Memeriksa keabsahan media yang diunduh</title>
+
+ <para>Both checksums are hexadecimal numbers calculated by an algorithm from the
+file to be downloaded. When you ask these algorithms to recalculate this
+number from your downloaded file, either you have the same number and your
+downloaded file is correct, or the number is different and you have a
+failure. A failure infers that you should retry the download.</para>
<para>Buka konsol, tidak perlu menjadi root, dan:</para>
@@ -323,13 +351,35 @@ data apapun akan hilang dan kapasitas partisi akan berkurang menjadi sebesar
ukuran image.</para>
</warning>
- <para>Untuk mengembalikan ke ukuran asli, Anda harus memformat ulang flashdisk.</para>
+ <para>To recover the original capacity, you must redo partitioning and re-format
+the USB stick.</para>
<section>
- <title>Menggunakan Mageia</title>
+ <title>Using a graphical tool within Mageia</title>
<para>Anda bisa menggunakan peralatan seperti <link
ns4:href="https://wiki.mageia.org/en/IsoDumper_Writing_ISO_images_on_USB_sticks">IsoDumper</link></para>
+ </section>
+
+ <section>
+ <title>Using a graphical tool within Windows</title>
+
+ <para>Anda bisa mencoba:</para>
+
+ <para>- <link ns4:href="http://rufus.akeo.ie/?locale=en_US">Rufus</link> using the
+"ISO image" option;</para>
+
+ <para>- <link ns4:href="http://sourceforge.net/projects/win32diskimager">Win32
+Disk Imager</link></para>
+ </section>
+
+ <section>
+ <title>Using Command line within a GNU/Linux system</title>
+
+ <warning>
+ <para>It is potentially *dangerous* to do this by hand. You risk to overwrite a
+disc partition if you get the device-ID wrong.</para>
+ </warning>
<para>Anda juga bisa menggunakan dd dari konsol:</para>
@@ -356,11 +406,34 @@ manajer berkas apapun yang bisa membuka atau membacanya)</para>
<mediaobject>
<imageobject> <imagedata fileref="../Fdisk.png"/> </imageobject></mediaobject>
+
+ <para>Alternatively, you can get the device name with the command
+<code>dmesg</code>: at end, you see the device name starting with
+<emphasis>sd</emphasis>, and <emphasis>sdd</emphasis> in this case:</para>
+
+ <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] <emphasis>sdd</emphasis>: sdd1
+[72595.969446] sd 8:0:0:0: [sdd] Attached SCSI removable disk</screen>
</listitem>
<listitem>
- <para>Temukan nama perangkat flashdisk Anda (berdasarkan ukuran), contohnya
-/dev/sdb pada gambar di atas, ini adalah flashdisk 8GB.</para>
+ <para>Find the device name for your USB stick (by its size), for example
+<code>/dev/sdb</code> in the screenshot above, it is a 8GB USB stick.</para>
</listitem>
<listitem>
@@ -382,30 +455,6 @@ of=/dev/sdb bs=1M</userinput></para>
</listitem>
</orderedlist>
</section>
-
- <section>
- <title>Menggunakan Windows</title>
-
- <para>Anda bisa mencoba:</para>
-
- <para>- <link ns4:href="http://rufus.akeo.ie/?locale=en_US">Rufus</link></para>
-
- <para>- <link ns4:href="http://sourceforge.net/projects/win32diskimager">Win32
-Disk Imager</link></para>
-
- <para/>
- </section>
</section>
</section>
-
- <section>
- <title>Instalasi Mageia</title>
-
- <para>Langkah ini dirinci di <link
-ns4:href="http://www.mageia.org/id/doc/">dokumentasi Mageia</link>.</para>
-
- <para>Informasi lebih lengkap ada di <link
-ns4:href="https://wiki.mageia.org/en/Category:Documentation">wiki
-Mageia</link>.</para>
- </section>
-</section>
+</section> \ No newline at end of file