LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   which mother board and processor supports virtulization for rhel5 (https://www.linuxquestions.org/questions/linux-hardware-18/which-mother-board-and-processor-supports-virtulization-for-rhel5-632427/)

bkcreddy17 04-02-2008 07:34 AM

which mother board and processor supports virtulization for rhel5
 
hi,
i want to know which processor and mother board model supports virtulization??

webaware 04-03-2008 12:53 AM

Code:

egrep '(vmx|svm)' /proc/cpuinfo
If you don't see any output, your CPU(s) has no hardware support for virtualisation.

But you haven't said what you want to do with it. If you just want to run some OS images under Linux, maybe check out QEMU. You can find a simple guide to using it here.

Electro 04-03-2008 04:03 AM

Both AMD and Intel processors has virtual hardware instructions but motherboard chipsets do not support virtual hardware instructions. Look for processors that have AMD-V or IVT. Video card manufactures do not yet have support for virtual hardware instructions. You will only get partial virtual hardware support.

I suggest use Xen as your virtual machine because it provides better performance, but the lack of features that VMware provides.

QEMU is not a virtual machine. It is basically an emulator.

bkcreddy17 04-03-2008 06:06 AM

thank u very much. but i am using AUSUS mother board with VirtuliZation [Enabled] nd tis is supported by processor intel core 2 deo 2.2Gz speed. but on mother board VT option is not there. i told the guy to update bios. i still have doubt whether it supports or not.

Electro 04-04-2008 01:28 AM

The BIOS can only enable or disable virtual technology that is included in the processor. If the BIOS does not have virtual technology setting, I think by default that virtual technology is enabled by the processor.

Motherboard chipsets do not yet have this feature.

FYI, it is ASUS not AUSUS.

BTW, virtual technology is in its first stage. I think by third stage, virtual technology will be several times better and well supported.


All times are GMT -5. The time now is 03:47 AM.