I have had some major headaches with compiling kernels for my 4760, because almost every one I have tried, I have ended up getting the error message "hda: lost interrupt" on boot. (and sometimes "hdc: lost interrupt" too.) This would appear repeatedly starting at about the point of the partition check during bootup. After that the bootup process would halt and that message would just repeat, every few seconds, forever. Only stock kernels didn't seem to have this problem.
The kernels I have tried to compile are 2.2.25, 2.4.20, 2.4.21, and 2.6.0-test1. Only the 2.6.0-test1 kernel didn't show this problem. It seemed to be related to the SMP option, but turning that off didn't seem to help.
Well, after much agonizing I found a boot option to fix it.
There are about three 'apic' related config options if you grep the 2.2.25 kernel config file, but I haven't found a way to turn them off with menuconfig. The boot option seems to do the trick just fine.
Hope this helps someone.
The kernels I have tried to compile are 2.2.25, 2.4.20, 2.4.21, and 2.6.0-test1. Only the 2.6.0-test1 kernel didn't show this problem. It seemed to be related to the SMP option, but turning that off didn't seem to help.
Well, after much agonizing I found a boot option to fix it.
HTML Code:
boot: linux noapic
Hope this helps someone.




