I'm following the steps to compile kernel 2.6.32 from source,
and have no problem to go the the last step:
...
make modules_install
make install
And I've also configured grub.conf
correctly.
But when I try to reboot
,it fails to boot:
insmod: error insertimg '/lib/ehci-hcd.ko': -1 Invalid module format
...
What can be the reason?