include("site.inc"); $template = new Page; $template->initCommon(); $template->displayHeader(); ?>
Seneste Utgivelsesnotater på nettet | |
---|---|
These release notes may be updated. To view the latest release notes for Fedora, visit: |
Fedora installasjonsguide | |
---|---|
For å lære å installere Fedora, gå til http://docs.fedoraproject.org/install-guide/. |
Installasjonsproblemer som ikke finnes i disse utgivelsesnotatene | |
---|---|
Hvis det oppstår et problem eller at du har spørsmål under installasjonen som du ikke finner svar på i utgivelsesnotatene, gå til http://fedoraproject.org/wiki/FAQ og http://fedoraproject.org/wiki/Bugs/Common. |
Anaconda is the name of the Fedora installer. This section outlines issues related to Anaconda and installing Fedora 9.
Nedlasting av store filer | |
---|---|
Hvis du har tenkt til å laste ned Fedora DVD ISO-avbildet, husk på at ikke alle nedlastningsverktøy kan håndtere filer som er større enn 2 GB. Verktøy uten disse begrensningene inkluderer |
Anaconda tester integriteten på installasjonmediene som standard. Denne funksjonen fungerer med installasjon fra CD, DVD, harddisk-ISO og NFS-ISO. Fedora Project anbefaler at du tester alle installasjonmediene før du starter installasjonen og innen du rapporterer inn feil som som skjer under installasjonen. Mange av feilene som rapporteres inn skjer faktisk på grunn av feilaktig brent CD eller DVD.
mediacheck
-funksjonen er veldig følsom og kan rapportere noen brukbare plater som feilaktig. Dette er ofte forårsaket av brenneprogrammet som ikke legger til «luft» (padding) under laging av plater fra ISO-filer. For å bruke denne testet, trykk hvilken som helst tast for å komme inn i denne menyen. Trykk så Tab-tasten, legg til valget mediacheck
til parameterlisten og trykk Enter.
After you complete the mediacheck
function
successfully, reboot to return the system to its normal state. On
many systems, this results in a faster installation process from the
disc. You may skip the mediacheck
option when
rebooting.
BitTorrent verifiserer filintegriteten automatisk | |
---|---|
If you use BitTorrent, any files you
download are automatically validated. If your file completes
downloading, you do not need to check it. Once you burn your CD or
DVD, however, you should still use |
To perform memory testing before you install Fedora, press any key to enter the boot menu, then select Memtest86 stand alone memory testing software in place of Anaconda. Memtest86 memory testing continues until you press the Esc key.
. This option runs theMemtest86 Availability | |
---|---|
You must boot from Installation Disc 1, the DVD, or a rescue CD in order to use this feature. |
Fedora 9 supports graphical FTP and HTTP installations. However, the
installer image must either fit in RAM or appear on local storage,
such as Installation Disc 1. Therefore, only systems with more than
192MiB of RAM, or which boot from Installation Disc 1, can use the
graphical installer. Systems with 192MiB RAM or less fall back to
using the text-based installer automatically. If you prefer to use
the text-based installer, type linux text
at the
boot:
prompt.
Built-in features for resizing ext2, ext3, and ntfs partitions.
Encrypted partition support.
Consolidated network booting ISO image, replacing old
boot.iso
,
diskboot.img
, and
rescuecd.iso
.
Second stage installer location now independent of software package location.
Experimental support for installing to
ext4
partitions, with the iamanext4developer
boot
option.
Native installation to x86_64
machines using EFI and booting via
grub
.
Hardware probing and detection now based on HAL and
udev
.
Support for persistence in Live images on USB flash media.
Use of /dev/hdX
on i386 and x86_64 for IDE
drives has changed to /dev/sdX
. See notes
about the importance of labeling devices for upgrades from
releases before Fedora 7, and partition limitations.
Not all IDE RAID controllers are supported. If your RAID controller is not yet supported by dmraid , you may combine drives into RAID arrays by configuring Linux software RAID. For supported controllers, configure the RAID functions in the computer BIOS.
Some servers with multiple network interfaces may not assign
eth0 to the first network interface as BIOS knows it, which can
cause the installer to try using a different network interface
than was used by PXE. To change this behavior, use the following
in pxelinux.cfg/*
config files:
IPAPPEND 2 APPEND ksdevice=bootif
The configuration options above causes the installer to use the same network interface as BIOS and PXE use. You can also use the following option:
ksdevice=link
This option causes the installer to use the first network device it finds that is linked to a network switch.
If you have difficulties with this installation not detecting
the Smart Array card, try entering linux isa
on the installer prompt. This lets you manually select the card.
Currently, Anaconda is not able to load userland firmware. This means that any devices with a driver that relies on loaded firmware will not be supported at install time. This includes all QLogic storage controllers.
Gå til http://fedoraproject.org/wiki/DistributionUpgrades for detaljerte anbefalte prosedyrer for oppgradering av Fedora.
Whereas older IDE drivers supported up to 63 partitions per
device, SCSI devices are limited to 15 partitions per device.
Anaconda uses the new
libata
driver in the
same fashion as the rest of Fedora, so it is unable to detect
more than 15 partitions on an IDE disk during the installation
or upgrade process.
If you are upgrading a system with more than 15 partitions, you may need to migrate the disk to Logical Volume Management (LVM). This restriction may cause conflicts with other installed systems if they do not support LVM. Most modern Linux distributions support LVM, and drivers are available for other operating systems as well.
A change in the way that the linux kernel handles storage
devices means that device names like
/dev/hdX
or
/dev/sdX
may
differ from the values used in earlier releases. Anaconda solves
this problem by relying on partition labels. If these labels are
not present, then Anaconda presents a warning indicating that
partitions need to be labelled and that the upgrade can not
proceed. Systems that use Logical Volume Management (LVM) and
the device mapper usually do not require relabeling.
For å se partisjonsetikettene, start opp en eksisterende Fedora-installasjon og skriv inn følgende i en kommandolinje:
/sbin/blkid
Bekreft at hver volumlinje i listen har en LABEL=
-verdi, slik som vist under:
/dev/hdd1: LABEL="/boot" UUID="ec6a9d6c-6f05-487e-a8bd-a2594b854406" SEC_TYPE="ext2" TYPE="ext3"
Hvis noen filsystemsetiketter ble lagt til eller endret, så må enhetsnavnene endres i /etc/fstab
også, så de stemmer overens:
su -c "cp /etc/fstab /etc/fstab.orig" su -c "gedit /etc/fstab"
Et eksempel på en montering ved hjelp av en etikett er:
LABEL=f7-slash / ext3 defaults 1 1
grub.conf
Hvis etiketten for filsystemet /
(root) ble endret, må også kjernestartsparameteret endres i grub-konfigurasjonen:
su -c "gedit /boot/grub/grub.conf"
Et eksempel på en kjernegrub-linje er:
kernel /vmlinuz-2.6.20-1.2948.fc6 ro root=LABEL=f7-slash rhgb quiet
Hvis partisjonsetikettene ble justert eller at /etc/fstab
-filen ble endret, så start den eksisterende Fedora-installasjonen for å bekrefte at alle partisjonene fortsatt monteres normalt og at du kan logge inn. Når det er gjort, start på nytt med installasjonsmediet for å starte installasjonsprogrammet og begynn oppgraderingen.
In general, fresh installations are recommended over upgrades, particularly for systems that 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:
Before you upgrade, back up the system completely. In
particular, preserve /etc
,
/home
, and possibly
/opt
and
/usr/local
if customized packages are
installed there. You may wish to use a multi-boot approach
with a "clone" of the old installation on alternate
partition(s) as a fallback. In that case, create alternate
boot media, such as a GRUB boot floppy.
System Configuration Backups | |
---|---|
Backups of configurations in |
Etter at du har fullført oppgraderingen, kjør følgende kommando:
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. Some previously installed packages may no longer be available in any configured repository. To list all these packages, use the following command:
su -c "yum list extras"