I followed the instruction on Upgrade Your Desktop From Fedora 8 To Fedora 9 With PreUpgrade, everything went well until after the reboot. It failed to start X server. Yum also fails with error message about loading libnss3.so (cannot open shared object file: No such file or directory), I could not find this library in /lib.
After a couple of hours trying different things, I fixed it with the following procedure.
- Download Fedora 9 distribution disk (Fedora 8 would not work).
- Boot with Fedora 9 distribution disk to rescue mode (choose to enable network for yum upgrade, but you can always do this later).
- Do the following after you get to the shell prompt:
cp /lib/* /mnt/sysimage/lib/
chroot /mnt/sysimage
yum -y update
reboot
Everything worked fine afterwards.
No comments:
Post a Comment