Linux problem solved
Tuesday, January 30th, 2007After hours of messing around, I was able to get linux to boot, and i’m happy to say that the problems were simply due to me having overlooked some things during kernel configuration. The first problem I encountered was a kernel panic mere jiffies after the kernel was loaded. As it turned out, my .config was set up to force compilation for an Athlon/Duron, but this particular box was a PII. After that was fixed, i began to encounter a different kernel panic when it was trying to mount the root file system. The error was “unable to mount root fs on unknown block(3,2)”. After reading a lot of newsgroup (er, forum) posts, i figured it must be one of several things: no dos partition support, no ext2 support, or no IDE chipset support. I knew for sure i had configured the first two. When i checked out the kernel config, sure enough i had left “default/generic ide chipset support” unchecked. whoops!