Selecció i utilització de les ISOs
Suport
Definició 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. Els podeu trobar aquí.
Suports d'instal·lació clàssics
Característiques comunes Aquestes ISOs fan servir l'instal·lador clàssic anomenat drakx. Poden fer una instal·lació neta o bé una actualització des de versions anteriors.
DVD Suports diferents per a arquitectura de 32 ó 64 bits. Some tools are available in the Welcome screen: Rescue System, Memory Test, Hardware Detection Tool. Cada DVD conté diversos entorns d'escriptori disponible i diversos idiomes. Durant la instal·lació se us oferirà la possibilitat d'afegir programari de propietat.
DVD doble arquitectura Les dues arquitectures estan presents en el mateix suport, la tria es fa automàticament en funció de la CPU detectada. Utilitza només l'escriptori Xfce. No tots els idiomes estan disponibles. (be, bg, ca, de, en, es, fr, it, mk, pl, pt, ru, sv, uk) CAL VERIFICAR-HO! Conté programari de propietat.
Mitjà autònom
Característiques comunes Es pot utilitzar per a tenir una previsualització de la distribució sense instal·lar-la al disc dur, amb la possibilitat d'instal·lar Mageia al disc dur si ho voleu. Cada ISO conté només un entorn d'escriptori (KDE o bé GNOME). Suports diferents per a arquitectura de 32 ó 64 bits. Live ISOs can only be used to create clean installations, they cannot be used to upgrade from previous releases. Contenen programari de propietat.
CD autònom de KDE Només entorn d'escriptori KDE. Només en anglès. Només 32 bits.
CD autònom de GNOME Només entorn d'escriptori GNOME. Només en anglès. Només 32 bits.
DVD autònom de KDE Només entorn d'escriptori KDE. Conté tots els idiomes. Suports diferents per a arquitectura de 32 ó 64 bits.
DVD autònom de GNOME Només entorn d'escriptori GNOME. Conté tots els idiomes. Suports diferents per a arquitectura de 32 ó 64 bits.
Suport CD només d'arrencada
Característiques comunes 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 Internet. These media are very light (less than 100 MB) and are convenient when bandwidth is too low to download a full DVD, a PC without a DVD drive or a PC that can't boot from a USB stick. Suports diferents per a arquitectura de 32 ó 64 bits. Només en anglès.
boot.iso Només conté programari lliure, per a qui rebutja la utilització de programari de propietat.
boot-nonfree.iso Conté programari de propietat (principalment controladors, còdecs...) per a qui el necessiti.
Baixada i comprovació del mitjà
Baixada 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 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.
Comprovació de la integritat del suport baixat Obriu una consola, no cal que sigueu l'usuari primari, i: - Per a fer servir md5sum, teclegeu: [sam@localhost]$ md5sum camí/cap/a/la/imatge/fitxer.iso. - Per a fer servir sha1sum, teclegeu [sam@localhost]$ sha1sum camí/cap/a/la/imatge/fitxer.iso. and compare the obtained number on your computer (you may have to wait for a while) with the number given by Mageia. Example:
Enregistrament o bolcat de l'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.
Enregistrament de l'ISO a un 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 correct. There is more information in the Mageia wiki.
Bolcat de l'ISO a un llapis de memòria USB Totes les ISO de Mageia són híbrides, que vol dir que les podeu «bolcar» a un llapis de memòria USB i després fer-lo servir per a arrencar i instal·lar el sistema. "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 a recuperar la capacitat original heu de reformatar el llapis de memòria USB.
Des de Mageia You can use a graphical tool like IsoDumper També podeu fer servir l'eina dd en una consola: Obriu una consola Convertiu-vos en usuari primari amb l'ordre su - (no oblideu el «-» final) 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) Introduïu l'ordre 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. Introduïu l'ordre: # dd if=camí/al/fitxer/ISO of=/dev/sdX bs=1M On X=nom del dispositiu, per exemple: /dev/sdc Exemple: # dd if=/home/usuari/Baixades/Mageia-4-x86_64-DVD.iso of=/dev/sdb bs=1M Introduïu l'ordre: # sync Desconnecteu el llapis de memòria USB, ja està
Des de Windows Podeu provar: - Rufus - Win32 Disk Imager
Instal·lació de Mageia Aquest pas es detalla a la documentació de Mageia. Teniu més informació disponible al wiki de Mageia.