'Vagrant up não funciona como esperado, Código E_INVALIDARG (0x80070057)

'Vagrant up não funciona como esperado, Código E_INVALIDARG (0x80070057)
PS C:\desktop\laravel-les1> vagrant up
Bringing machine 'laravel-les1' up with 'virtualbox' provider...
==> laravel-les1: Importing base box 'laravel/homestead'...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["import", "\\\\?\\C:\\Users\\Aqsa Intizar\\.vagrant.d\\boxes\\laravel-VAGRANTSLASH-homestead\\8.1.0\\virtualbox\\box.ovf", "--vsys", "0", "--vmname", "ubuntu-18.04-amd64_1569415942892_47656", "--vsys", "0", "--unit", "11", "--disk", "C:/Users/Aqsa Intizar/VirtualBox VMs/ubuntu-18.04-amd64_1569415942892_47656/ubuntu-18.04-amd64-disk001.vmdk"]

Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting \\?\C:\Users\Aqsa Intizar\.vagrant.d\boxes\laravel-VAGRANTSLASH-homestead\8.1.0\virtualbox\box.ovf...
OK.
0%...
Progress state: E_INVALIDARG
VBoxManage.exe: error: Appliance import failed
VBoxManage.exe: error: Code E_INVALIDARG (0x80070057) - One or more arguments are invalid (extended info not available)
VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleImportAppliance(struct HandlerArg *)" at line 957 of file VBoxManageAppliance.cpp

Responder1

Verifique a existência do arquivo especificado neste caminho:

C:\Users\Aqsa Intizar\.vagrant.d\boxes\laravel-VAGRANTSLASH-homestead\8.1.0\virtualbox\box.ovf

Se o arquivo existir, eis o que você pode tentar: abra a GUI do VirtualBox e certifique-se de que não haja nenhuma VM existente baseada em sua caixa, se houver, exclua-as e tente vagrant updepois disso.

Responder2

Verifique se o caminho configurado para Pasta Padrão da Máquina no Arquivo VBox->Preferências->Geral existe.

Caixa de diálogo Preferências do VBox

Tive o problema após migrar para outra conta de usuário que não possuía o caminho da VM configurado na instalação global.

Responder3

1- verifique se você tem espaço suficiente em sua unidade c:

2- certifique-se de que seu C:\Users\Aqsa Intizar.vagrant.d\boxes\laravel-VAGRANTSLASH-homestead\8.1.0\virtualbox\box.ovf esteja atualizado

informação relacionada