
I do not issue any guarantee that this will work for you!
1 Preliminary Note
The commands in this article must be executed with root privileges. Open a terminal and log in as root, or if you log in with a regular user, type
su
Please make sure that the system that you want to upgrade has more than 600 MB of RAM - otherwise the system might hang when it tries to reboot with the following message (leaving you with an unusable system):
Trying to unpack rootfs image as initramfs...
2 Upgrading To Fedora 19 (Desktop & Server)
First we must upgrade the rpm package:
yum update rpm
yum -y update
yum clean all
reboot
su
Now we come to the upgrade process. We can do this with FedUp (short for Fedora Updater; FedUp replaces preupgrade which is now deprecated).
Install FedUp...
yum install fedup
fedup-cli --network 19
reboot
During the reboot, the upgrade is being performed. This can take quite a long time, so please be patient.
Afterwards, you can log into your new Fedora 19 system.
0 comments:
Post a Comment