I recently upgraded from FC7 to FC10 (Also, the Kernel from 2.6.22.9 to 2.6.27.19).
I did the upgrade through Yum (First installed the fc10 rpms, then did yum upgrade).
Now the new Kernel won't boot.
These are the options in GRUB for the new Kernel
Code:
root(hd0,1)
kernel /boot/vmlinuz-2.6.27.19-170.2.35.fc10.x86_64 ro root=LABEL=/ rhgb debug
initrd /boot/initrd-2.6.27.19-170.2.35.fc10.x86_64.img
It stops with this message
Code:
VFS: Cannot open root device "LABEL=/" or unknown block(0,0)
Please append a correct "root=" boot option. Here are the available partitions:
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
I have verified that the device hd0 and its partitions are present (Pressing tab in Grub menu shows (hd0,0), (hd0,1) etc.)
I have changed root=LABEL=/ to root=/dev/hda1 (also tried hda2 and hda3) and still the same result!
Then I tried to boot my old kernel
These where the options..
Code:
root(hd0,1)
kernel /boot/vmlinuxz=2.6.22.9-91.fc7 ro root=LABEL=/ rhgb debug
initrd /boot/vmlinuxz=2.6.22.9-91.fc7.img
Then it hangs after some messages (shown below)
Code:
..
..
Waiting for driver intialization
Trying to resume from LABEL=SWAP-hda3
No suspend signature on swap, not resuming
Creating root device
Mounting root filesystem
kjournald starting
ext3-fs: mounted filesystem with ordered data node
Setting up other filesystems
Setting up new root fs
no fstab.sys, mounting internal defaults
Switching to new root and running init
unmounting old /dev
unmounting old /proc
unmounting old /sys
My machine is AMD 64 and I have two disks, one PATA and one SATA. The PATA disk
has four partitions and holds the OS.
Can someone please help? Did I blow something up during my upgrade?