LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fedora 15 Upgrade not found (https://www.linuxquestions.org/questions/linux-newbie-8/fedora-15-upgrade-not-found-887184/)

kuwaiti kid 06-19-2011 11:51 AM

Fedora 15 Upgrade not found
 
I performed the Fedora 15 Upgrade from Fedora 14 which worked fine except when I reboot the system does not find Fedora 15 i.e. I see the Fedora 14 Kernel and not the Fedora 15 Kernel in the reboot sequence. Any help I can get to fix this would be much appreciated

acid_kewpie 06-19-2011 01:09 PM

I don't really understand how that's possible. what does "rpm -q fedora-release" say? If that's 15 and you do a yum update and there's nothing there everything would be fine.

my 15 system is running "Fedora (2.6.38.8-32.fc15.x86_64)" according to my grub.conf. what does yours look like?

kuwaiti kid 06-19-2011 01:50 PM

rpm -q fedora-release returns:

fedora-release-14-1.noarch

My problem is that I performed the Fedora 15 Upgrade using Pre-upgrade, after which when the system rebooted I expected to see Fedora 15, but my system reloads Fedora 14 and I don't understand why. I do see one error message which is a warning saying that I have "Decrepated Config File". I don't understand what that means or how to fix it.

acid_kewpie 06-19-2011 02:18 PM

sounds like you've not done the upgrade at all to me. what happens if you try to do it again?

PTrenholme 06-19-2011 03:14 PM

What happens when you do a ls -d /lib/modules/*? You should see a list of your installed kernels:
Code:

$ ls -d /lib/modules/*
/lib/modules/2.6.38.6-27.fc15.x86_64  /lib/modules/2.6.38.7-30.fc15.x86_64  /lib/modules/2.6.38.8-32.fc15.x86_64

Are you sure that your /boot partition was the one that the F15 installation used? Have you done a ls /boot/vmlinux* to see if the F15 boot loader is in that directory? If it's not there, do a sudo updatedb to update the mlocate data base, and then a locate -r 'vmlinux[^/]*$' to see what you have installed, and where it is installed.

John VV 06-19-2011 03:29 PM

kuwaiti kid
did you read the fedora install guide ?
http://docs.fedoraproject.org/en-US/...grade-x86.html
to quote --
Quote:

While upgrading from Fedora 14 is supported, you are more likely to have a consistent experience by backing up your data and then installing this release of Fedora 15 over your previous Fedora installation.

To upgrade from Fedora 14 you should bring your system up to date before performing the upgrade.

This recommended reinstallation method helps to ensure the best system stability possible.
for "preupgrade"
did you fallow the guide page ?
http://docs.fedoraproject.org/en-US/...e/ch19s02.html
or the 14 to 15 wiki
http://fedoraproject.org/wiki/How_to_use_PreUpgrade
-- warning --
there are NO guarantees this will work !
a clean NEW install is still better.

kuwaiti kid 06-19-2011 09:18 PM

ls -d /lib/modules/* returns:

/lib/modules/2.6.34.7-61.fc13.i686 /lib/modules/2.6.35.6-48.fc14.i686

Which I assume is the previous upgrades

John VV 06-19-2011 09:40 PM

you did back up your data ? right ?

do a 100% clean NEW install of fedora15
reformat the drive to ext4
and do a new install .

kuwaiti kid 06-29-2011 10:21 PM

Fedora 15 Upgrade using Preupgrade
 


Although I tried to upgrade from Fedora 14 to 15 using Pre-Upgrade, my system does not find Fedora 15 at the end when the Pre-up-grade sequence.

On the very last step when Pre upgrade reboots my computer it just goes straight back into Fedora 14. No choices (Fedora 14 or Fedora 15 Upgrade Kernel) are shown

Any help to fix this problem would be much appreciated.

frieza 06-29-2011 10:28 PM

try using yum instead
Code:

sudo yum update
sudo yum clean all
sudo yum --disableplugin=presto releasever=15 distribution-synchronization


dEnDrOn 06-30-2011 01:23 AM

Quote:

Originally Posted by kuwaiti kid (Post 4399799)

Although I tried to upgrade from Fedora 14 to 15 using Pre-Upgrade, my system does not find Fedora 15 at the end when the Pre-up-grade sequence.

On the very last step when Pre upgrade reboots my computer it just goes straight back into Fedora 14. No choices (Fedora 14 or Fedora 15 Upgrade Kernel) are shown

Any help to fix this problem would be much appreciated.

just use "yum" to perform upgrade....its very simple and less time consuming

BTW why there is another post required....??

Tinkster 06-30-2011 01:34 AM

I merged one of your dupes/follow-ups to this thread, and closed
the other. Please stick w/ your original posts in the future;
multi-posting is against our rules.



Cheers,
Tink

dEnDrOn 06-30-2011 01:36 AM

Quote:

Originally Posted by Tinkster (Post 4399945)
I merged one of your dupes/follow-ups to this thread, and closed
the other. Please stick w/ your original posts in the future;
multi-posting is against our rules.



Cheers,
Tink

thx a lot..^_^
it was getting really confusing....


All times are GMT -5. The time now is 08:23 AM.