LinuxQuestions.org
LinuxAnswers - the LQ Linux tutorial section.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora > Fedora - Installation
User Name
Password
Fedora - Installation This forum is for the discussion of installation issues with Fedora.

Notices

Reply
 
LinkBack Search this Thread
Old 10-30-2009, 03:56 PM   #1
jedibrand
LQ Newbie
 
Registered: Mar 2009
Posts: 7

Rep: Reputation: 0
Can't find root partition after live (yum) upgrade fc8 to fc9


Hi,

I followed all of the steps (to the tee) here:

http://fedoraproject.org/wiki/YumUpgradeFaq

And the entire yum upgrade process completed successfully. Problem is, now that I try to boot with the fc9 kernel, it just can't seem to find the boot partition. That partition was previously at /dev/VolGroup00/LogVol00. I've tried changing the "mount /sysroot" imperative in the kernel img to point to /dev/VolGroup00/LogVol00, by path and UUID. Both do not work. I got the UUID, btw, using a system rescue CD with blkid. I can mount the partition just fine in the system rescue environment using "mount -U [UUID]."

I should also say that during boot, just before failing, I see a happy message that says something along the lines of "VolGroup00 group created successfully", and even says that there are two members for the group, presumably the root partition and the swap partition.

Help LinuxQuestions, you're my only hope!
 
Old 10-31-2009, 01:40 AM   #2
reickler
LQ Newbie
 
Registered: Sep 2009
Posts: 29

Rep: Reputation: 19
I've seen similar issues which were caused by the "label" on the device changing. If /etc/fstab is configured to use labels, would cause this sort of problem. If in /etc/fstab it says "LABEL=boot" or something along those lines in the first column, then you should confirm that that label matches what's on the drive.

You can type this to see the current label:

[code]
e2label /dev/sda1 # Replace sda1 with the device you're boot partition is configured on
[code]

If fstab doesn't match, you can either change fstab or change the label on the device with:

[code]
e2label /dev/sda1 boot # Changing "sda1" and "boot" to match your device and label from fstab
[code]
 
Old 11-01-2009, 01:11 PM   #3
jedibrand
LQ Newbie
 
Registered: Mar 2009
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks for the suggestion! The boot partition does in fact have a label in fstab. Thing is, the machine boots just fine, so that should not be an issue. Sysroot, on the other hand, does not have any label. Here's what fstab looks like:

# UUID=91194191-6090-4280-87b5-6c2cb80cfae8
/dev/VolGroup00/LogVol00 / ext3 defaults,usrquota,grpquota 1 1
# UUID=f9d21fa7-f4a1-4771-945a-d86aa7b981db
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0

Like I said before, grub finds the boot partition just fine--that's why I see the kernel loading. The kernel even finds VolGroup00 *and* activates the two member volumes, LogVol00 and LogVol01. It does appear, however, as if when the volumes are activated for some reason they are not present in /dev. What I'd like to do to verify this possibility is somehow peek into dev at this stage of the boot process. unfortunately, however, it appears interactive mode only lets one do some limited things during boot, but perhaps I need to look into that more.
 
Old 11-01-2009, 01:50 PM   #4
John VV
Guru
 
Registered: Aug 2005
Location: Ann Arbor Mi.
Distribution: OpenSUSE 11.4 & Scientfic Linux 6.1
Posts: 6,737

Rep: Reputation: 623Reputation: 623Reputation: 623Reputation: 623Reputation: 623Reputation: 623
you do know that fedora 9 is , and has ben, UNSUPPORTED it hit end of life about 6 months ago .
fedora 11 is the current and fedora 12 will be in a few weeks
 
Old 11-01-2009, 03:12 PM   #5
jedibrand
LQ Newbie
 
Registered: Mar 2009
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by John VV View Post
you do know that fedora 9 is , and has ben, UNSUPPORTED it hit end of life about 6 months ago .
fedora 11 is the current and fedora 12 will be in a few weeks
I do, indeed. What I'm trying to do, in fact, is bring the whole thing current to f11. I can't do a clean install, and I'd like to go it the safe way and upgrade incrementally. I've heard of others doing f8->f10, and I may try that yet.
 
Old 11-01-2009, 04:48 PM   #6
John VV
Guru
 
Registered: Aug 2005
Location: Ann Arbor Mi.
Distribution: OpenSUSE 11.4 & Scientfic Linux 6.1
Posts: 6,737

Rep: Reputation: 623Reputation: 623Reputation: 623Reputation: 623Reputation: 623Reputation: 623
make sure that EVERYTHING is fully 100% backed up
fedora's "upgrade" option only works correctly about 50% of the time
 
Old 11-01-2009, 05:31 PM   #7
jedibrand
LQ Newbie
 
Registered: Mar 2009
Posts: 7

Original Poster
Rep: Reputation: 0
Eesh! Yeah, everything is backed up. Still, I'd rather not have to restore but perhaps it will be easier to simply install f11 from scratch.

Anywho, I'm going to try and see if there's some way I can see what boot sees in dev, b/c it seems everything else is working OK. After all, I can still boot using fc8, and everything is running fine, apache, mysql, etc, etc.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
yum update fails after FC6->FC9->FC11 upgrade on MySQL-server rpm ericcarlson Fedora 1 07-08-2009 02:06 PM
YUM Stuck upgrading from FC8 to FC9 avrohomg Fedora 3 10-08-2008 07:57 AM
upgrade fc8 to fc9 gives white screen on reboot keratos Fedora 2 08-17-2008 01:57 AM
yum retrieves fc9 packages in fc8? Ezplan Fedora 2 04-10-2008 03:15 PM
How To Upgrade Fc8 To Fc9 Biswajit Ransingh Fedora - Installation 7 04-07-2008 07:01 AM


All times are GMT -5. The time now is 11:09 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration