|
|
mindcry I am trying to compile a 2.6.8.1 kernel with the sym53c8xx SCSI driver. I am have tried compiling it as a module and built in. With both I am getting the error of module not found on the make install step. Any ideas?
In the make install step I am getting the following errors.
warning: kernel is too big for standalone boot from floppy
sh -x ./install.sh 2.6.8.1 bzImage /usr/src/linux-2.6.8.1/System.map ""
+ '[' -x /root/bin/installkernel ']'
+ '[' -x /sbin/installkernel ']'
+ exec /sbin/installkernel 2.6.8.1 bzImage /usr/src/linux-2.6.8.1/System.map ''
No module sym53c8xx found for kernel 2.6.8.1
mkinitrd failed
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/src/linux-2.6.8.1/arch/i386/boot'
make: *** [install] Error 2 |
|