VMWare Workstation 安装并运行ESX 注意
时间:2009-07-15 来源:archmage0311
我在P4 2.8机子上512M内存,安装后启动不了,可能是不支持新x86虚拟化能力,在AMD Athlon 3000+上安装即可。
2. 网卡必须为"e1000",配置参数为:
ethernet0.virtualDev = "e1000"
3. 添加下列参数,否则安装完成后启动慢得无法想象:
monitor_control.restrict_backdoor = TRUE
monitor_control.vt32 = TRUE # for INTEL CPU
monitor_control.enable_svm = TRUE # for AMD CPU
注意:monitor_control.vt32和monitor_control.enable_svm两者只能选一。
4. 另外,必须选择虚拟SCSI磁盘,网卡一块也可。
5. 没有加monitor_control.enable_svm = TRUE参数时总在这里停止这,启动不了。 500)this.width=500;" border=0> 6. 加参数后,启动很快。这是过程: 500)this.width=500;" border=0>
7. 启动完成后:
500)this.width=500;" border=0>
8. 哈哈,esx server装好后,继续玩其它。。。。
注意
你的CPU支持不支持虚拟化技术,看看这里:
It is available on certain Pentium 4 6x1 and 6x2 models[2], Pentium D 9x0[1], Xeon 3xxx/5xxx/7xxx [2], Core Duo (excluding T2300E) and Core 2 Duo processors (excluding the T5200, T5500, E4x00, E2xx0).
AMD virtualization (AMD-V)
AMD's virtualization extensions to the 64-bit x86 architecture is named AMD Virtualization, abbreviated AMD-V. It is still referred to as "Pacifica", the AMD internal project code name.
AMD-V is present in all K8 AMD (Athlon 64) processors from stepping "F" and all newer processors support AMD-V technology. This applies for all current Socket AM2 and Socket F processors.
http://blog.chinaunix.net/u/10500/showart.php?id=238473 这篇文件着中说明了解决网卡问题 和声成虚拟机文件 值得一看