LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Which Kernel Do I Use? (https://www.linuxquestions.org/questions/debian-26/which-kernel-do-i-use-508030/)

carlosinfl 12-06-2006 07:40 PM

Which Kernel Do I Use?
 
I am setting up a new AMD system and wanted to know which generic kernel I should use? Right now I have no problem with any of them that I can tell so far but I am sure one has to be optimized for my hardware.

Here are my options:

Code:

stormshadow:/home/cwilliams# dpkg --get-selections | grep linux-image
linux-image-2.6-486                            install
linux-image-2.6.17-2-486                        install
linux-image-2.6.17-2-k7                        install

I am using an AMD64 3800+ (single core) CPU and I am running a 32bit version of Etch.

Thanks!

Dutch Master 12-06-2006 07:55 PM

The core of an AMD64 proc is known as the K8 core. See if you can find a 2.6.17.2.k8 kernel for Debian. However, be aware that the 2.6.17 kernelrevisions prior to .4 are having security issues. I suggest to install the latest kernel (2.6.19) from scratch or build as .deb package.
Source install
the Debian way

carlosinfl 12-06-2006 08:07 PM

So which do you recommend? Source or Debian Insall? I am not looking for shortcuts but I have never done anything like this so would like to try the simpler or easier way to do this.

Dutch Master 12-06-2006 08:34 PM

It doesn't really matter which option you choose. Both are done on the commandline, it really is a matter of personal preference if you want to stick to the Debian way of installing, maintaining and removing packages or not. Keep in mind that both descriptions are a bit older and that the default behavior of some of the tools used has/could have changed (I know the mkinitrd command has)

farslayer 12-07-2006 12:02 AM

I would use either Linux-image-2.6-686 for a 32 Bit kernel which should run just fine on that CPU,

or if you want to run the 64 bit port you need to download the installer for it.. http://www.debian.org/ports/amd64/
When you run the 64 Bit port it's a lot more than just the kernel that's different.. you may have issues locating some drivers and applications for the 64 bit version.. not sure if all that's been resolved yet or not...

alaskazimm 12-07-2006 12:25 AM

The one advantage of compiling your own kernel is that you can trim out everything you don't need. This results in a smaller, faster kernel. Caveat, it may take two or three times before you get it right.


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