我的host OS是 XP sp3, vmware的版本是7.1.4
在有些计算机上安装VMware Workstation并运行虚拟机,会发现虚拟机时间过快或过慢,导致系统无法正常使用。
在这些计算机上启动虚拟机会有以下提示:
Your host system does not guarantee synchronized TSCs across different CPUs, so please set the /usepmtimer option in your Windows Boot.ini file to ensure that timekeeping is reliable. See Microsoft KB for details and Microsoft KB for additional information.
解决方法:
修改宿主机的C:\boot.ini文件,在参数中加入/usepmtimer
例:(粗体字为增加的参数)
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS=”Windows Server 2003 Enterprise x64 Edition” /fastdetect /usepmtimer
阅读(1157) | 评论(0) | 转发(0) |