From a33da64c82a485e3eb7cd7b96882d9578e9f8810 Mon Sep 17 00:00:00 2001 From: filip Date: Thu, 2 Jul 2015 19:12:52 +0200 Subject: refreshing the SQ mga5 doc for installer and adding an upload date to it --- installer/5/sq/content/Select-and-use-ISOs.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'installer/5/sq/content/Select-and-use-ISOs.html') diff --git a/installer/5/sq/content/Select-and-use-ISOs.html b/installer/5/sq/content/Select-and-use-ISOs.html index 0ab1a6f4..bffd337c 100644 --- a/installer/5/sq/content/Select-and-use-ISOs.html +++ b/installer/5/sq/content/Select-and-use-ISOs.html @@ -3,9 +3,9 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - Select and use ISOs

Select and use ISOs

Media

Përcaktim

Here, a medium (plural: media) is an ISO image file that allows you to + Vazhdo

Zgjidh dhe përdorë ISOs
 

Zgjidh dhe përdorë ISOs

Media

Përcaktim

Here, a medium (plural: media) is an ISO image file that allows you to install and/or update Mageia and by extension any physical support the ISO file is copied to.

You can find them here.

Classical installation media

Common features
  • These ISOs use the traditional installer called drakx.

  • They are able to make a clean install or an update from previous releases.

DVD
  • Different media for architecture 32 or 64 bits.

  • Some tools are available in the Welcome screen: Rescue System, Memory Test, Hardware Detection Tool.

  • Each DVD contains many available desktop environments and languages.

  • You'll be given the choice during the installation to add non free software.

DVD dual arch
  • Both architectures are present on the same medium, the choice is made @@ -39,7 +39,7 @@ automatically according to the detected CPU.

  • Use pt, ru, sv, uk) TO BE CHECKED!

  • It contains non free software.

Live media

Common features
  • Can be used to preview the distribution without installing it on a HDD, and optionally install Mageia on to your HDD.

  • Each ISO contains only one desktop environment (KDE or GNOME).

  • Different media for 32 or 64 bit architectures.

  • Live ISOs can only be used to create clean installations, they cannot be used to upgrade from previous -releases.

  • They contain non free software.

Live CD KDE
  • KDE desktop environment only.

  • Vetëm gjuha angleze.

  • 32 bit vetëm.

Live CD GNOME
  • GNOME desktop environment only.

  • Vetëm gjuha angleze.

  • 32 bit vetëm.

Live DVD KDE
  • KDE desktop environment only.

  • All languages are present.

  • Different media for 32 or 64 bit architectures.

Live DVD GNOME
  • GNOME desktop environment only.

  • All languages are present.

  • Different media for 32 or 64 bit architectures.

Boot-only CD media

Common features
  • Each one is a small image that contains no more than that which is needed to +releases.

  • They contain non free software.

Live CD KDE
  • KDE desktop environment only.

  • Vetëm gjuha angleze.

  • 32 bit vetëm.

Live CD GNOME
  • GNOME desktop environment only.

  • Vetëm gjuha angleze.

  • 32 bit vetëm.

Live DVD KDE
  • KDE desktop environment only.

  • Të gjitha gjuhët janë të pranishëme.

  • Different media for 32 or 64 bit architectures.

Live DVD GNOME
  • GNOME desktop environment only.

  • Të gjitha gjuhët janë të pranishëme.

  • Different media for 32 or 64 bit architectures.

Boot-only CD media

Common features
  • Each one is a small image that contains no more than that which is needed to start the drakx installer and find drakx-installer-stage2 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 @@ -50,7 +50,7 @@ software.

Downloading and Checking Media

Shkarkim

Once you have chosen your ISO file, you can download it using either http or BitTorrent. In both cases, a window gives you some information, such as the mirror in use and the possibility to change if the bandwidth is to low. If -http is chosen, you may also see something like

md5sum and sha1sum are tools to check the ISO integrity. Use only one of +http is chosen, you may also see something like

md5sum and sha1sum are tools to check the ISO integrity. Use only one of them. Both hexadecimal numbers have been 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 @@ -59,7 +59,7 @@ failure. A failure infers that you should retry the download.Then this window appears:

Check the radio button Save File.

Checking the downloaded media integrity

Open a console, no need to be root, and:

- To use md5sum, type: [sam@localhost]$ md5sum path/to/the/image/file.iso.

- To use sha1sum, type: [sam@localhost]$ sha1sum path/to/the/image/file.iso.

and compare the obtained number on your computer (you may have to wait for a -while) with the number given by Mageia. Example:

Burn or dump the ISO

The checked ISO can now be burned to a CD or DVD or dumped to a USB +while) with the number given by Mageia. Example:

Burn or dump the ISO

The checked ISO can now be burned to a CD or DVD or dumped to a USB stick. These operations are not a simple copy and aim to make a boot-able medium.

Burning the ISO to a CD/DVD

Use whatever burner you wish but ensure the burning device is set correctly to burn an image, burn data or files is not @@ -68,10 +68,10 @@ wiki.

Paralajmërim

"dumping" an image onto a flash device destroys any previous file-system on the device; any other data will be lost and the partition capacity will be reduced to the image size.

To recover the original capacity, you must re-format the USB stick.

Using Mageia

You can use a graphical tool like IsoDumper

You can also use the dd tool in a console:

  1. Hap panel komandimi

  2. Become root with the command su - (don't forget the -final '-' )

  3. Plug your USB stick (do not mount it, this also means do not open any -application or file manager that could access or read it)

  4. Enter the command fdisk -l

  5. Find the device name for your USB stick (by its size), for example /dev/sdb +final '-' )

  6. Plug your USB stick (do not mount it, this also means do not open any +application or file manager that could access or read it)

  7. Enter the command fdisk -l

  8. Find the device name for your USB stick (by its size), for example /dev/sdb in the screenshot above, it is a 8Go USB stick.

  9. Enter the command: # dd if=path/to/the/ISO/file of=/dev/sdX bs=1M

    Where X=your device name eg: /dev/sdc

    Example: # dd if=/home/user/Downloads/Mageia-4-x86_64-DVD.iso of=/dev/sdb bs=1M

  10. Enter the command: # sync

  11. Unplug your USB stick, it is done

Përdorim Windows

You could try:

- Rufus

- Win32 Disk Imager

Instalimi Mageia

Ky hap është i detajuar nëdokumentacionin Mageia.

More information is available in the Mageia -wiki.


loading table of contents...
+wiki.


CC BY-SA 3.0
Uploaded on 02/07/2015
loading table of contents...
-- cgit v1.2.1