Archive:Fr FR/Docs/Beats/Installeur

From FedoraProject

Jump to: navigation, search
Important.png
Old page
This page has been marked as "old", and likely contains content that is irrelevant or incorrect. If you can, please update this page. This page will be deleted if action is not taken.
Notes de sortie Fedora Core 5

Contents

Notes concernant l'installation

Cette section schématise les issues reliées a Anaconda le programme d'installation de Fedora Core et l'installation de Fedora Core 17 en général.

Note.png
Télécharger les grands fichiers
Si vous projetez de télécharger l'image ISO DVD de Fedora Core 17, sachez que les outils de téléchargement ne peuvent tous accommoder les fichiers supérieurs a 2Go de taille. wget 1.9.1-16 et supérieur, curl et ncftpget n'ont pas ces limitation et peuvent les télécharger sans encombre. BitTorrent est une autre méthode de téléchargement des grandes fichiers. Pour plus d'information sur l'usage et l'obtention des fichiers torrent, référez-vous au http://torrent.fedoraproject.org/.

Note sur Anaconda

La fonction mediacheck est hautement sensible et peut reporter certains usages des disques comme défectueux. Ce résultat est cause par les logiciels des gravures des disques n'incluant pas les rembours lors du création du disques a partir du fichier ISO. Pour un meilleur résultat avec mediacheck, démarrer avec les commandes suivantes:

linux ide=nodma

Utilisez l'utilitaire sha1sum pour vérifier l'intégrité des disques avant de procéder a l'installation. Ce test identifie précisément les disques non valides ou identiques aux fichiers ISO.

Idea.png
BitTorrent vérifie automatiquement l'intégrité des fichiers
Si vous utilisez BitTorrent, les fichiers sont automatiquement valides. Si votre fichier est complètement télécharge, vous n'avez pas besoin de vérifier. Cependant, vous devez utiliser mediacheck après avoir grave le CD.
Note.png
Memtest86 Availability
You must boot from Installation Disc 1 or a rescue CD in order to use this feature.

Changes in Anaconda

Warning (medium size).png
Do not boot only half of a dmraid RAID1 (mirror)
Various situations may occur that cause dmraid to break the mirror, and if you boot in read/write mode into only one of the mirrored disks, it causes the disks to fall out of sync. No symptoms arise, since the primary disk is reading and writing to itself. But if you attempt to re-establish the mirror without first synchronizing the disks, you could corrupt the data and have to reinstall from scratch without a chance for recovery. If the mirror is broken, you should be able to resync from within the RAID chipset BIOS or by using the dd command. Reinstallation is always an option.

Installation Related Issues

Upgrade Related Issues

Refer to DistributionUpgrades for detailed recommended procedures for upgrading Fedora.

In general, fresh installations are recommended over upgrades, particularly for systems which include software from third-party repositories. Third-party packages remaining from a previous installation may not work as expected on an upgraded Fedora system. If you decide to perform an upgrade anyway, the following information may be helpful.

Idea.png
System Configuration Backups
Backups of configurations in /etc are also useful in reconstructing system settings after a fresh installation.
rpm -qa --last > RPMS_by_Install_Time.txt

Inspect the end of the output for packages that pre-date the upgrade. Remove or upgrade those packages from third-party repositories, or otherwise deal with them as necessary.