CPU should support the Virtualization Technology (Intel-VT) then only we can run Virtualization Software like ( VirtualBox, KVM).Intel
Virtualization VT-x(vmx)in /proc/cpuinfo flags.
For CPU Unsupported VT-x Technology
Error Message - This kernel requires an x86-64 CPU. But only detected an i686 CPU.unable to boot - Please use a kernel appropriate for your CPU. - THIS IS FOR 64 BIT OS.
Error Message: This kernel requires the following features not present on the CPU pae unable to boot - please use the kernel appropriate for your CPU. PAE - ParaVirtualization - While try to run 32 bit OS.
Error: Install KVM module but does not support hypervisor option.
#
cat /proc/cpuinfo | grep vmx
|
For CPU Supported VT-X Technology
For CPU Unsupported VT-x Technology
Error Message - This kernel requires an x86-64 CPU. But only detected an i686 CPU.unable to boot - Please use a kernel appropriate for your CPU. - THIS IS FOR 64 BIT OS.
Error Message: This kernel requires the following features not present on the CPU pae unable to boot - please use the kernel appropriate for your CPU. PAE - ParaVirtualization - While try to run 32 bit OS.
Error: Install KVM module but does not support hypervisor option.
SOLUTION: use the appropriate VT-x (vmx) supported CPU Hardware.
0 comments:
Post a Comment