PDA

View Full Version : [ubuntu] update from single core to multi core CPU



Torte74
February 26th, 2009, 01:51 PM
Hi,

I would like to get information about the correct way in updating my system, currently running Ubuntu 8.10 server i386 including the latest patch set. I would like to replace the CPU from Intel Celeron 1600 MHZ (Intel S420, 1 core) with an Intel Core 2 Duo E7400 (2 core).

What I did until now ...
The machine was installed with Ubuntu 8.10 i386 server with installed single core CPU. I installed Samba to use the server as a fileserver. Also the 3Ware tool 3dm2 is installed for the installed 3Ware 9650SE SATA Raid Controller. The server acts also as a VMWare Host => VMWare Server 2... and this, I think, would make the most trouble by changing from singlecore to multicore CPU by replacing/changing the kernel (SMP).

Can someone give me some hinds or documentation what changes needs to be done to change my Ubuntu system to use multi core CPU and also what steps needs to be done to have VMWare also working after changing kernel to SMP ...

regards Torsten

ddrichardson
February 27th, 2009, 02:01 PM
If its just a kernel recompilation, then Arch has a good guide here (http://wiki.archlinux.org/index.php/Kernel_Compilation_From_Source), except the current kernel config is:

cat /boot/config-`uname -r` > .configWhen you do your menuconfig then change the processor type. Our guide is here (https://help.ubuntu.com/community/Kernel/Compile).