Is Proxmox 2.0 working on a Fujitsu TX150 S4 - PS150 D2239 ?

fpausp

Renowned Member
Aug 31, 2010
682
52
93
Austria near Vienna
Hi,

I got an old Server (Fujitsu TX150 S4 - PS150 D2239) and installed Debian 6.0 and Proxmox 2.0 on it.
When I try to run a kvm I always get this error:

Code:
TASK ERROR: No accelerator found!

If it is not possible to run proxmox on this server do you know another VE for this Hardware ?
 
Maybe you need to enable virtualization in the BIOS under CPU settings (if the CPU supports it).
For KVM to work you need to get any output from the following command that checks for the enabled virtualization flag on AMD and Intel processors respectively:
grep -E "(svm|vmx)" /proc/cpuinfo

If you don't have any virtualization and need real paravirtualization you could give Xen a try.
Otherwise I have been quite satisfied with the OpenVZ container part in Proxmox whenever I don't need real paravirtualization