marko
28th January 2009, 07:43 PM
I have a Sony Vaio SZ730 laptop with Fedora 10 x86_64 and tried to upgrade it to rawhide via preupgrade. This laptop has a mount point that's ext4 but that's at
mount point "/virtual/vms"
/dev/sda6 ext4 98941300 1853028 92062340 2% /virtual/vms
I use this for holding big virtualbox files and iso files.
but root "/" is plain old ext3
The preupgrade worked ok getting the packages but the reboot to install F11/Rawhide dies (really badly) at console error:
No filesystem could mount root, tried ext3 iso9660
kernel panic - not syncing VFS: unable to mount root fs
unknown block (9,2)
By really badly I mean I can't even reboot with holding the power button 5 seconds, I have to pull the power plug out and various LEDS on the laptop like the NumLock and Scroll lock are blinking which suggests some addresses were affected that usually shouldn't.
This is the preupgrade inserted grub stanza
title Upgrade to Rawhide
kernel /upgrade/vmlinuz preupgrade repo=hd::/var/cache/yum/preupgrade stage2=hd:UUID=438aee68-0959-4c40-ae94-bd0ec2069
630:/upgrade/install.img ks=hd:UUID=438aee68-0959-4c40-ae94-bd0ec2069630:/upgrade/ks.cfg
initrd /upgrade/initrd.img
I checked with "blkid" and the UUIDs are correct for /boot
the kernel the preupgrade used was 2.6.29-0.53.rc2.git1.fc11.x86_64.
Since / and /boot are both ext3 I don't get what's wrong. Is it possible for that /dev/sda6 to be a problem even if it's not the / partition? It's kind of unusual because I didn't mount to the standard /media point.
mount point "/virtual/vms"
/dev/sda6 ext4 98941300 1853028 92062340 2% /virtual/vms
I use this for holding big virtualbox files and iso files.
but root "/" is plain old ext3
The preupgrade worked ok getting the packages but the reboot to install F11/Rawhide dies (really badly) at console error:
No filesystem could mount root, tried ext3 iso9660
kernel panic - not syncing VFS: unable to mount root fs
unknown block (9,2)
By really badly I mean I can't even reboot with holding the power button 5 seconds, I have to pull the power plug out and various LEDS on the laptop like the NumLock and Scroll lock are blinking which suggests some addresses were affected that usually shouldn't.
This is the preupgrade inserted grub stanza
title Upgrade to Rawhide
kernel /upgrade/vmlinuz preupgrade repo=hd::/var/cache/yum/preupgrade stage2=hd:UUID=438aee68-0959-4c40-ae94-bd0ec2069
630:/upgrade/install.img ks=hd:UUID=438aee68-0959-4c40-ae94-bd0ec2069630:/upgrade/ks.cfg
initrd /upgrade/initrd.img
I checked with "blkid" and the UUIDs are correct for /boot
the kernel the preupgrade used was 2.6.29-0.53.rc2.git1.fc11.x86_64.
Since / and /boot are both ext3 I don't get what's wrong. Is it possible for that /dev/sda6 to be a problem even if it's not the / partition? It's kind of unusual because I didn't mount to the standard /media point.