I have Intel Core 2 Duo processor. In the BIOS I've enabled the Processor support for VT - Virtualization Technology. But when I ran the following command no output is shown
grep --color vmx /proc/cpuinfo
egrep '(vmx|svm)' /proc/cpuinfo
How to fix this problem? I want Virtualization support to run certain Operating systems inside the VirtualBox Virtual machines.
I'm running Ubuntu 12.04 Beta 2. Linux 3.2-pae flavour
Any suggestions or solutions?
My CPU capabilities are shown by lshw like this
boot fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx x86-64 constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm cpufreq
I see vme..But not vmx...What is the difference between vme and vmx capabilities?

vmeflag is "Virtual-8086 Mode Enhancement", so not what you're looking for. Also, have you verified that your processor supports VT-x at ark.intel.com? – James Henstridge Apr 10 '12 at 6:40