LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Problem with kernel (https://www.linuxquestions.org/questions/linux-desktop-74/problem-with-kernel-4175522983/)

dark jullius 10-21-2014 08:57 PM

Problem with kernel
 
1 Attachment(s)
Hello

I had compile the kernel 2.6.35.1 and 2.6.35.9 on Ubuntu 10.4 that has for default the kernel 2.6.32.21

For that I had the following stepts:

make menuconfig
make
make modules_install
make install
update grub

And when i try to start with the new kernels it dont start giving a error

What i can do to solve that problem?

Thanks

Ook 10-22-2014 11:54 AM

I've seen this many times, and it is either because I didn't use a good .config to start with, or I took something out that should not have been removed. I always take the config from a running kernel, and rebuild the kernel without changing anything just to be absolutely certain my .config is good. You really need to know that your .config is good to start with. Then, and only then, change it as needed.

John VV 10-22-2014 08:45 PM

you are aware that ubuntu 10.04 went END OF LIFE back in May of 2013

install a supported operating system ASAP
the current Long term support is 14.04

dark jullius 10-23-2014 08:11 AM

Quote:

Originally Posted by John VV (Post 5258027)
you are aware that ubuntu 10.04 went END OF LIFE back in May of 2013

install a supported operating system ASAP
the current Long term support is 14.04

Thanks
I am aware of that
I needed it to use a patch to Netem, that permit to use correlate error

Also i found the solution to the problem
That was the following command
update-initramfs -u -k <kernel version>

Thanks


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