首页 > Linux > Snow Leopard Virtuabox Install WindowsXp Error with Vt-x

Snow Leopard Virtuabox Install WindowsXp Error with Vt-x

2010年5月11日 发表评论 阅读评论

Today I installed Windows Xp in Virtuabox however happen an error.

VT-x is not available
Unknown error creating VM

So How to solve this problem?Do it:

In VirtualBox 3.0.2, this option no longer appears in the Advanced pane. Nevertheless I managed to find a workaround to deselect the option despite it no longer appearing in the UI:

Under the ~/Library/VirtualBox/Machines directory you will find a folder for each virtual machine you have created. Within this directly you will find an XML file with the machine settings.

It looks like:

 13     </ExtraData>
 14     <Hardware version="2">
 15       <CPU count="1">
 16         <HardwareVirtEx enabled="true" exclusive="false"/>
 17         <HardwareVirtExNestedPaging enabled="true"/>
 18         <HardwareVirtExVPID enabled="true"/>
 19         <PAE enabled="true"/>
 20       </CPU>

Just change the 'enabled="true"' part to 'enabled="false"'.

Enjoy.

分类: Linux 标签: , ,
  1. 本文目前尚无任何评论.
  1. 本文目前尚无任何 trackbacks 和 pingbacks.

注意: 评论者允许使用'@user空格'的方式将自己的评论通知另外评论者。例如, ABC是本文的评论者之一,则使用'@ABC '(不包括单引号)将会自动将您的评论发送给ABC。使用'@all ',将会将评论发送给之前所有其它评论者。请务必注意user必须和评论者名相匹配(大小写一致)。直接点击评论上方的回复实现此功能