Everything you describe is consistent with a kernel which does not have ext3
compiled into it.
> EXT2-fs: ide0(3,8): couldn't mount because of unsupported optional feature
> (4).
> Kernel panic: VFS: Unable to mount root fs on 08:08
>
That is an ext3 filesystem in the "needs journal recovery" state. ext2
cannot mount that until either fsck or the ext3 kernel driver has run
recovery.
grep EXT3 .config ??
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/