LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   New kernel starts with errors (https://www.linuxquestions.org/questions/linux-kernel-70/new-kernel-starts-with-errors-809520/)

xoomer_ua 05-22-2010 03:38 PM

New kernel starts with errors
 
Hello, everyone! ^_^

Help please with problem in installing new kernel.
Properly, after cycle of commands make bzImage modules modules_install install have a place this warning:

Kernel image: /boot/vmlinuz-2.6.33.4-0.2-desktop
Initrd image: /boot/initrd-2.6.33.4-0.2-desktop
Root device: /dev/disk/by-id/ata-WDC_WD800JD-22LSA0_WD-WMAM9CD80870-part1 (/dev/sda1) (mounted on / as reiserfs)
modprobe: Module ide_pci_generic not found.
WARNING: no dependencies for kernel module 'ide_pci_generic' found.
Kernel Modules: fan
Features: block usb resume.userspace resume.kernel
18106 blocks


http://i47.tinypic.com/34o8rwl.jpg

And take a look at this picture...
sata_nv, pata_amd, etc already compiled as part of kernel (not module, if my speaking is right)... why kernel can not find they?

tkmsr 05-23-2010 01:03 AM

Hi I am not an expert any my reply may not solve your problem.
Since you posted so I would like to suggest also post the output of
/var/log/message if you are able to boot the system.If not then you can use a live CD to get access to it.Or if windows is there you can use some programs
to access the said file.I know one such program http://lifehacker.com/334535/access-...h-linux-reader
If some expert who may be reading it here comes across your post they may be in a position to suggest some thing.
If you find the out put of /var/log/messages to lengthy to fit in here you can post it on a website
http://pastebin.com and give a link in this thread.

nini09 05-24-2010 02:56 PM

modprobe: Module ide_pci_generic not found

The above line tell you that your built kernel miss some key components. You need go back your cycle, turning on that module, ide_pci_generic and then building kernel and loadable module.

tkmsr 05-24-2010 09:52 PM

http://www.google.co.in/search?sourc...ric'+found.

xoomer_ua 05-25-2010 03:15 AM

Thanks for answers!
Quote:

Originally Posted by tkmsr
/var/log/message if you are able to boot the system.

okey, but I can not see something about new kernel in this file...

I hope that I'll solve next time error with ide_pci_generic. Largely, I can't understand other things: look at photo in 1st post. I know, modules sata_nv, pata_amd and other are already compiled, but why kernel can not find them?

nini09 05-26-2010 05:30 PM

Based on the picture you provide, the fatal error already come out before loading sata_nv and pata_amd. In other words, your kernel image is wrong.


All times are GMT -5. The time now is 11:05 AM.