LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   issues with kernel compilation and installation. (https://www.linuxquestions.org/questions/linux-newbie-8/issues-with-kernel-compilation-and-installation-836435/)

avee137 10-05-2010 09:36 PM

issues with kernel compilation and installation.
 
When I am trying to compile and install a new kernel version(2.6.35.7),it is compiling fine.Below are few lines which i get after running 'make'(I don't get any warning or error)
Code:

 
  OBJCOPY arch/x86/boot/setup.bin
  OBJCOPY arch/x86/boot/vmlinux.bin
  HOSTCC  arch/x86/boot/tools/build
  BUILD  arch/x86/boot/bzImage
Root device is (8, 5)
Setup is 13176 bytes (padded to 13312 bytes).
System is 4176 kB
CRC 581c2b4f
Kernel: arch/x86/boot/bzImage is ready  (#1)
  Building modules, stage 2.
  MODPOST 3 modules
  CC      arch/x86/kernel/test_nx.mod.o
  LD [M]  arch/x86/kernel/test_nx.ko
  CC      drivers/scsi/scsi_wait_scan.mod.o
  LD [M]  drivers/scsi/scsi_wait_scan.ko
  CC      net/netfilter/xt_mark.mod.o
  LD [M]  net/netfilter/xt_mark.ko

however when i try to install using 'make install',I get a few warning as below:
Code:

WARNING: No module ehci-hcd found for kernel 2.6.35.7, continuing anyway
WARNING: No module ohci-hcd found for kernel 2.6.35.7, continuing anyway
WARNING: No module uhci-hcd found for kernel 2.6.35.7, continuing anyway
WARNING: No module ahci found for kernel 2.6.35.7, continuing anyway
WARNING: No module ahci found for kernel 2.6.35.7, continuing anyway
WARNING: No module ahci found for kernel 2.6.35.7, continuing anyway
WARNING: No module ehci-hcd found for kernel 2.6.35.7, continuing anyway
WARNING: No module ohci-hcd found for kernel 2.6.35.7, continuing anyway
WARNING: No module uhci-hcd found for kernel 2.6.35.7, continuing anyway
WARNING: No module usb-storage found for kernel 2.6.35.7, continuing anyway

after all this i can find the compiled version in boot menu but when i try to boot using it,I get kernel panic.....

any relevant help would be appreciated.

AlucardZero 10-05-2010 10:10 PM

did you "make modules" ?

avee137 10-05-2010 10:58 PM

Quote:

Originally Posted by AlucardZero (Post 4118981)
did you "make modules" ?

yeah,i tried it twice.Once with 'make modules' and once without that.i got the same result both time.

avee137 10-07-2010 01:58 AM

Anybody there who can help!

quanta 10-07-2010 02:56 AM

Did you 'make modules_install'?

avee137 10-07-2010 08:31 AM

Quote:

Originally Posted by quanta (Post 4120236)
Did you 'make modules_install'?

yes i did that.I tried with two different versions of kernel. I am getting the same warnings and eventually its not working.


All times are GMT -5. The time now is 06:54 AM.