LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to intall a new kernel ( 2.6 ) on my linux machine (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-intall-a-new-kernel-2-6-on-my-linux-machine-223958/)

wesleywest 08-29-2004 01:00 PM

How to intall a new kernel ( 2.6 ) on my linux machine
 
ok, so i'm quite new to linux but after practicing a lot i'm getting the hang of it.
I'm so far running a web server / file server. But now i did some reading about kernel 2.6....so you can ques my question ... how do i install it !
I'm running debian ( woody) linux at the moment.

So who could tel me step by step + the programs i need to install the 2.6 kernel and what points i should pay attention to.

thnx in advance

masand 08-29-2004 01:12 PM

hi
well it is goood u r uppto compiling ur kernel
but what i thonk is that u should DEFINATWLY look at he
"newbie giude to kernel compiling" by Dr OZZ in the linux general section here at LQ

there u can find answers to all ur questions

for ur comfort here is the link

http://www.linuxquestions.org/questi...threadid=73436

check this out!!!

regards

gaurav

sether 08-29-2004 01:13 PM

http://www.linuxplanet.com/linuxplanet/tutorials/202/1/

or

http://re.a.la/sysadmin/kernel-confi.../index.html.en

or any other online tutorial you can find via google search.

b0uncer 08-29-2004 01:15 PM

compiling a kernel is not difficult...just needs attention when doing it for the first time(s). if you don't use a ready package (from a package manager), which I don't recommend to do since by compiling your own you have the power to choose what you get, it's usually:

1) get the sources from kernel.org
2) extract sources
3) make menuconfig (or xconfig) - configure what you want
4) compile the kernel
5) install it to your boot partition

wesleywest 08-29-2004 01:50 PM

ok well i'm gonna check all the stuff out, i would like to thank you guys for the quick response

slide-rule 08-29-2004 04:08 PM

The real trick for the compile-it-yourself kernel is in:
3) make menuconfig (or xconfig) - configure what you want
By this, I mean some options require other options, and it isn't entirely obvious to a newcomer just what options a common system needs to function well, and what options you know you don't need. By all means, experiment and learn, but do make sure you keep a fully bootable kernel hanging around when you hit problems.

Also, be sure that you read tutorials that cover making and installing the modules that go along with your kernel. For an older reference, there's also the "Kernel-HOWTO" guide which can be google'd for.


All times are GMT -5. The time now is 08:22 AM.