Results 1 to 6 of 6
I found that part of my kernel 2.6.11-6mdk was missing (could not automake) and then found I somehow had the source for the 2.6.11-12mdk kernel sitting on my machine. So ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-19-2005 #1Linux Newbie
- Join Date
- May 2005
- Posts
- 127
How do I update the kernel?
I found that part of my kernel 2.6.11-6mdk was missing (could not automake) and then found I somehow had the source for the 2.6.11-12mdk kernel sitting on my machine. So I figured I minus well install the new kernel and expect this issue to fix itself.
Well I just made the 2.6.11-12mdk kernel and have no idea what to do next. I want install this kernel and cleanly removed 6mdk. And I want to be able to do all that in a short amount of time if possible (without having to do the dual boot and all that). Anyone familiar with this process?
Thanks.
- 07-19-2005 #2
With Mandrake, I think all you have to do is install it in the software manager in the Mandrake Control Center. It should then show up as boot choice in your menu.
- 07-19-2005 #3Linux Newbie
- Join Date
- May 2005
- Posts
- 127
Yeah, that's how it's supposed to work but something was wrong with the GUI method. So I had to manually compile and install the new kernel, I then setup lilo to allow for booting to the new kernel. Things seem to work now. Just to warn others, Mandrake Control Center is not a stable method of updating the kernel. Best way to do it is manually in the shell.
- 07-21-2005 #4
Did you install the kernel from the command line using urpmi, or did you actually compile the kernel from scratch?
- 07-21-2005 #5Linux Newbie
- Join Date
- May 2005
- Posts
- 127
compiled from scratch, I didn't know of another way.
it was something like (I may have a few errors here):
And menuconfig can be skipped if not making any changes.Code:./configure ./menuconfig make make install
It automatically should add the new kernel to lilo.conf.
- 07-21-2005 #6
You've learned much grasshopper...


Reply With Quote
