Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am running Ubuntu with kernel 2.6.35, and I tried compiling kernel 3.1.1, 2.6.39 by

make menuconfig
make
make install
update-grub. 

I didn't change anything in the kernel source, however, after reboot, kernel always panics. I tried 3.1.1 and 2.6.39. Now I am trying 2.6.33, which is lower than 2.6.35. Does anyone have any ideas of how to fix this?

share|improve this question
Which Ubuntu are you using? – Shahbaz Nov 20 '11 at 19:18
Could someone move this to askUbuntu? – Shahbaz Nov 20 '11 at 19:21
Also, @cindyRabbit, in your other questions, if you get a correct answer, make sure you select that answer as "accepted" – Shahbaz Nov 20 '11 at 19:23

closed as off topic by Oded, Josh Mein, Shawn Chin, Mat, halfdan Nov 20 '11 at 19:23

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Your question is more like this: "Doctor I don't feel good, what is my sickness and what drugs should I take?"

There could be many things wrong. Most probable ones are:

  • You are not configuring the kernel properly. You may have options enabled that are not compatible with your hardware or many many other reasons.
  • Ubuntu is not compatible with the newer kernel versions. This is perhaps the most probable and I doubt there would be much you could do about, except upgrade ubuntu first.

Also, asking questions like this, you'd better try askUbuntu

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.