Upgrading to Fedora 8

Upgrading from Fedora Core 6 to Fedora 8, Anaconda got stuck checking dependencies.

Here is the bug.

This fixed it:

linux updates=http://katzj.fedoraproject.org/updates-f8-yumloop.img ip=dhcp

RAID

After rebooting got:

mdadm: /dev/md1 not identified in config file

This was because only my first RAID device (/dev/md0) was listed in /etc/mdadm.conf.

To fix:

chroot /mnt/sysimage
mdadm --detail /dev/md1 > /tmp/mdadm.out
emacs /etc/mdadm.conf

mv /boot/initrd-2.6.23.1-42.fc8.img /boot/initrd-2.6.23.1-42.fc8.img.old
mkinitd /boot/initrd-2.6.23.1-42.fc8.img 2.6.23.1-42.fc8


CategoryLinux

Fedora8Upgrade (last edited 2007-11-17 13:00:05 by DavidKeen)