You are not logged in.
I updated to Kernel26-2.6.29-3 and when I try to boot, I get the following error messages:
ERROR: Failed to parse block device for UUID=75d4f90b-74ba-4d2e-ade1-bd1346c399ab
ERROR: Unable to create/detect root device UUID=e9d296aa-d9b2-4b68-a75d-f936aceb2b87
Here's my /etc/fstab:
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/sda1 /media/Toshiba ntfs-3g defaults 0 0
/dev/sda2 /media/Windows ntfs-3g defaults 0 0
UUID=75d4f90b-74ba-4d2e-ade1-bd1346c399ab swap swap defaults 0 0
UUID=e9d296aa-d9b2-4b68-a75d-f936aceb2b87 / ext4 defaults 0 1
/dev/cdrom /media/cdrom auto ro,user,noauto,unhide 0 0
/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
I have used the Arch Live CD to reinstall Kernel26-2.6.28-3 and everything is fine again. I like to stay updated. How can I fix this problem with the new kernel?
Last edited by hank863 (2009-03-29 17:13:01)
Offline
What about changing the "UUID=e9d296aa-d9b2-4b68-a75d-f936aceb2b87" to actual points (e.g. /dev/sda1, /dev/sda2)?
Offline
I just finished trying that. Kernel26-2.6.29 failed with the same error and Kernel26-2.6.28 still boots fine.
Offline
Uhm this is a package from testing. use the testing subforum.
< Daenyth> and he works prolifically
4 8 15 16 23 42
Offline
Fixed it! I'm not sure why this is the first Kernel upgrade I've had to do this, but I had to remove "raid-partitions" from the "HOOKS" line of my mkinit*.conf. I guess it's because I don't have any raid-partitions and that caused the image generation process to fail.
Offline