
Upgrade preparation:
1. On GUI Desktop open X-terminal by click on menu bar Applications -> System Tools -> Terminal
2. Use su - command and key in root password to enable you to execute command as root user.
3. Execute yum command yum -y update to update all software package on your system.
[root@fedora ~]# yum -y update
[root@fedora ~]# preupgrade &
5. Choose Fedora version that you want to upgrade to by clicking the dropdown menu... and let the preupgrade software run...
![]() |
Upgrade Fedora using preupgrade |
Upgrade Fedora Fail:
![]() |
not enough space in /boot/upgrade |
The main installer image could not be saved to your hard drive. The installer can download this file once it starts, but this requires a wired network connection during installation.
If you do not have a wired network connection available, you should quit now.
(My network connection too slow to download all that hanky panky.. and the downtime cost me headache)
What??? letter that... I found out that at least you need 500Mb for Fedora /boot/ partition in order to run preupgrade to upgrade Fedora .... and on my case the default fedora /boot/ partition is about 200Mib... i'm screww...
[root@fedora ~]# df -h /boot
Filesystem Size Used Avail Use% Mounted on
/dev/cciss/c0d0p1 193M 73M 121M 38% /boot
[root@fedora ~]#
Note: Moral of the story is... make sure that you partition your Fedora boot partition larger then 500Mib or may be is you have larger disk 1GB for Fedora boot partition... if not you screww big time letter on the day...
Now need to resize Fedor aboot partition... but did gparted support LVM resizing??? nope not this time being.... may be letter... argghhh... need to do the job hard way again.... command and command to resize the LVM and resize boot partition in order to fit install.img...