1. Download the ISO and create a Fedora 8 LiveCD.
2. Boot the LiveCD with a wired connection to the Internet available.
3. Open a terminal and log in as root (su).
4. Make a directory to mount your system to: mkdir /mnt/temp
5. Mount the F8 root directory: mount /dev/sdxy /mnt/temp
Note: You change x & y to your F8 root partition. If you are using LVM, you have to know how to mount it (I hate it and don't use it).
6. Do the job: yum --installroot=/mnt/temp install yum
7. Reboot into the F8 system and try to update it:
Code: