David C. Hart said: >> make mrproper >> make oldconfig >> make dep >> make clean >> make bzImage >> make modules >> make modules_install >> make install > Maybe it's me but I'm a tad confused. If you make mrproper after editing > the configuration you are wiping out the configuration - right? Look again; I'm using the default configuration that comes with the kernel. 'oldconfig' just goes through and answers all the config questions using the default responses. But, I'll try and build it again...see if I can find my error.