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
22 hours 28 min ago
1 day 5 hours ago
1 day 9 hours ago
1 day 10 hours ago
1 day 19 hours ago
2 days 4 hours ago
2 days 5 hours ago
2 days 8 hours ago
2 days 13 hours ago
2 days 13 hours ago