I have a Windows 7 64 bit and my CPU supports virtualization and I have enabled it. As a guest OS I have installed Ubuntu 64 Bit and I checked Hardware virtualization in VirtualBox but after running this command egrep -c '(vmx|svm)' /proc/cpuinfo it returns 0 meaning my hardware doesn't support virtualization. What can I do?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
||||
|
|
|
No need to worry. The behaviour you report is exactly what is expected. The virtual CPU of your guest OS will not be able to use hardware virtualization the way your real CPU running the host OS does. |
|||||
|
|
The command is meant to check if your host system supports AMD-V or Intel VT-x, but not the guest system. When your host system is Windows you can't use this command because it relies on GNU or Unix utilities (one could install them via cygwin or other porting projects) and the linux kernels proc filesystem, but you're running a Windows kernel (co-linux might work, but you'd better forget about that). |
|||||||||
|
