Ubuntu – ny virtualization software which can run x64 bit guest os without vt-x support Hardware

virtualization

I have Gateway NE56R laptop with Intel B960 processor, which do not support virtualization. But I want to install x64 bit guest OS on VirtualBox, it gives me error.
I have also used VMware workstation, Parallels workstation. My host OS is Ubuntu 12.10 x64 bit.

Please tell me, which virtual software I can use in this situation.

Best Answer

I did not test this, but qemu-system-x86_64, plain qemu without kvm does not use the processor's vt support. If it works, the performance might be a bit sluggish. Just boot some 64bit linux installation disk:

qemu-system-x86_64 -cdrom 64bitlinux.iso -boot d
Related Question