--- Pat LaVarre <p_lavarre@yahoo.com> wrote: > Kernel: arch/i386/boot/bzImage is ready > sh arch/i386/boot/install.sh 2.5.69try > arch/i386/boot/bzImage System.map "" > No module aic7xxx found for kernel 2.5.69try mkinitrd > failed > > make[1]: *** [install] Error 1 > make: *** [install] Error 2 Here is a guess: You have aic7xxx linked into the kernel (not as a module), but mkinitrd is looking for a module by that name in the modules directory. The install.sh script calls /sbin/installkernel, which is usually provided by the distribution vendor. It may make assumptions about how the kernel was configured and built. If you are building an unsupported kernel, it is better not to use 'make install'. > I'm not yet clear if (1) in Linux culture no real > programmer follows the `make help` hint to try `make > install`, (2) if `make install` actually has a bug > here, (3) or if indeed I am misusing `make install`. I agree with (1) and (3) :) To me, it looks like a bug in 'mkinitrd'. Hope this helps, Ravi. __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/