I am trying to clean up my kernel. I have made some changes and recompiled now I get a slew of unresolved modules. What must I do to get rid of them. This is the process I am following to compile the system: make mrproper make menuconfig make dep make clean make bzImage make modules make modules_install cp /arch/i386/boot/bzImage /boot/vmlinux lilo shutdown -r now Thank you John Miller