From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2.1) Gecko/20010901 Description of problem: I have compiled several kernels under 7.3 already, and I get the same fail every time. My compilations have been on IDE hardware, so it would not be unreasonable to remover SCSI support to spead up an already slow process. The kernel compiles (make bzImage), modules compiles (make modules), but the installation of modules crashes out, stating that certain SCSI modules cannot be found (I don't remember in my head, but I can probably recreate the problem with corresponding error messages). As a result, we have to go back to make config/menuconfig/xconfig. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.in config/menuconfig/xconfig, make sure that SCSI support is _not_ chosen. 2.make dep bzImage modules 3.make modules_install Actual Results: Complaints about missing SCSI modules Expected Results: Should not complain about SCSI, as we do not want the support. Additional info: Done this on different IDE hardware.