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.
Puoi trovarli qui.
These ISOs use the traditional installer called drakx.
They are able to make a clean install or an update from previous releases.
Media diversi per le architetture a 32 o 64 bits.
Alcuni strumenti sono disponibili nella schermata di benvenuto: Recupero di Sistema, Test della Memoria, Strumento di Identificazione Hardware.
Ogni DVD contiene diversi desktop environments e lingue.
Ti sarà data la possibilità, durante l'installazione, di aggiungere software non free.
Può essere utilizzato per avere un'anteprima della distribuzione senza installarla su di un HDD avendo comunque la possibilità di farlo.
Ogni ISO contiene un solo desktop environment (KDE o GNOME).
Diversi media per architetture a 32 o 64 bit.
Le Live ISO possono solo essere utilizzate per un'installazione da zero. Non possono essere usate per aggiornare una precedente release.
Contengono del software non libero.
Solamente l'ambiente KDE.
Sono presenti tutte le lingue.
Diversi media per architetture a 32 o 64 bit.
Ognuna è una piccola immagine che contiene non più del necessario per avviare l'installer Drakx e trovare drakx-installer-stage2 e altri pacchetti che sono necessari per continuare e completare l'installazione. Questi pacchetti possono essere nell'hard disk del pc, su di un disco locale, su un network locale o su internet.
Questi media sono davvero leggeri (meno di 100 MB) e convenienti quando la connessione è troppo lenta per scaricare un intero DVD, quando si ha un PC senza DVD o un PC che non può eseguire il boot da una chiavetta USB.
Diversi media per architetture a 32 o 64 bit.
Solamente la lingua inglese.
Contiene solo software libero per quelle persone che non vogliono usare software proprietario.
Una volta che hai selezionato il file ISO puoi scaricarlo usando sia http che BitTorrent. In entrambi i casi una finestra vi darà le informazioni come il mirror in uso e la possibilità di cambiarlo se la velocità è troppo bassa. Se è stato scelto http potreste inoltre vedere qualcosa come
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 downloaded file is correct, or the number is different and you have a failure. A failure infers that you should retry the download.Then this window appears:
Check the radio button Save File.
Aprire la console, senza obbligo di essere root, e:
- Per usare md5sum digitare: [sam@localhost]$ md5sum
path/to/the/image/file.iso
.
- Per usare sha1susm digitare: [sam@localhost]$ sha1sum
path/to/the/image/file.iso
.
e comparate il numero ottenuto a computer (potrebbe essere necessario attendere un poco) a quello dato da Mageia. Per esempio:
L'ISO controllata può essere masterizzata su un CD o un DVD o dumpata su di una chiavetta USB. Queste operazioni non sono una semplice copia e puntano e creare un media avviabile.
Usa qualsiasi programma di masterizzazione che desideri, ma assicurati che il dispositivo sia correttamente impostato in masterizza un immagine, masterizza data o files non va bene. Maggiori informazioni sul wiki di Mageia.
All Mageia ISOs are hybrids, which means you can 'dump' them to a USB stick and then use it to boot and install the system.
"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. |
Per recuperare la capacità originale devi riformattare la chiavetta USB.
You can use a graphical tool like IsoDumper
Puoi anche usare il tool dd in una console:
Apri una console
Diventa root con il comando su -
(non dimenticare la
'-' finale)
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)
Inserisci il comando fdisk -l
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.
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
Enter the command: # sync
Togli la tua chiavetta USB, hai concluso
Questo step è spiegato nella documentazione di Mageia.
Ulteriori informazioni sono disponibili nella wiki.