you could do make all instead.Hi, make xconfig make mrproper make dep make clean make bzImage
You seem to have a flawed .config file. You have compiled some files with unsatisfied dependencies.make modules_install (this one dumped bunch of depmod: errors about some symbols but copied the files properly to /lib/modules/2.6.xxx/)
cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.xxx cp System.map /boot/System.map-2.6.xxx
Create initrd by #mkinitrd <image_name> <kernel_version>
Try this. I would strongly recommend you to reconfigure your kernel so as to avoid all depmod errors.
HTH, om.
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/