PDA

View Full Version : Which kernel to use for SMP 64-bit Xeon?


rif
August 23rd, 2006, 07:44 AM
I'm running 64-bit Dapper on a dual dual-core Xeon machine, and I'm not sure which kernel package to use. Looking at the package list, I see a linux-amd64-k8-smp package, and I see a linux-amd64-xeon package (implying k8 and xeon want different kernels), and I don't see a linux-amd64-xeon-smp package. Any suggestions? Do I have to build my own kernel for this?

John.Michael.Kane
August 23rd, 2006, 10:31 AM
install them linux-amd64-xeon kernel. that kernel should be optimized for your cpu,and smp capable aswell.

Contivity
September 19th, 2006, 02:42 PM
How do you choose that kernel? Do you do it after you install or do you do it before?

kuja
September 19th, 2006, 02:44 PM
after


sudo apt-get install linux-amd64-xeon

Contivity
September 19th, 2006, 02:45 PM
thanks kuja