流浪错误。 VirtualBox将该框写入exact32,但无法重命名并出错

时间:2013-10-18 21:04:08

标签: vagrant virtualbox ubuntu-12.04

我尝试vagrant up并继续收到此代码错误。我的系统出了什么问题??

    vagrant up
    Bringing machine 'default' up with 'virtualbox' provider...
    [default] Importing base box 'precise32'...
    [default] Matching MAC address for NAT networking...
    [default] Setting the name of the VM...
    There was an error while executing `VBoxManage`, a CLI used by Vagrant
    for controlling VirtualBox. The command and stderr is shown below.

    Command: ["modifyvm", "61d768ff-adc4-4f66-a704-7f04b4f01639", "--name", "tmp_default_1382129134"]
    Stderr: VBoxManage.exe: error: Could not rename the directory 'C:\VirtualBox VMs\precise32' to 'C:\VirtualBox VMs\tmp_default_1382129134' to save the settings file (VERR_FILE_NOT_FOUND)
    VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component SessionMachine, interface I Machine, callee IUnknown 
    VBoxManage.exe: error: Context: "SaveSettings()" at line 2527 of file VBoxManageModifyVM.cpp

编辑:我正在使用VirtualBox 4.3和Vagrant 1.3.5,所以在将VirtualBox从4.2更新到4.3后,我仍然遇到这个问题。

0 个答案:

没有答案