I think you have to do this:
Give this command to find the available SMP (multiprocessor kernels):
apt-cache search kernel-image | grep smp
Choose this linux kernel for use with dual xeon:
kernel-image-2.6.8-12-em64t-p4-smp
Linux kernel install with this command:
apt-get install kernel-image-2.6.8-12-em64t-p4-smp
This commands reads the installed linux kernel:
uname -a
Remove the not necessary current kernel:
dpkg --purge --force-remove-essential kernel-image-2.6.8-2-386
(or other current kernel according the result of command uname -a)
Reboot your system.
This will give you full support for your dual xeon system with hyperthreading as well.
---
Hans
Recent comments
13 hours 23 min ago
18 hours 22 min ago
19 hours 48 min ago
20 hours 41 min ago
22 hours 24 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 5 hours ago
1 day 19 hours ago
1 day 20 hours ago