Skip to content

Instantly share code, notes, and snippets.

@mmarchini
Created May 19, 2017 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmarchini/587a3b20ad9b424bb5390fc60ca8ba7a to your computer and use it in GitHub Desktop.
Save mmarchini/587a3b20ad9b424bb5390fc60ca8ba7a to your computer and use it in GitHub Desktop.
vagrant up WSL error
[23:41:37]  project / (master *)
> vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'ubuntu/xenial64' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 8000 (guest) => 8001 (host) (adapter 1)
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "be3cbec0-bfe1-4c2b-ae2c-9c1106e463c8", "--type", "headless"]
Stderr: VBoxManage.exe: error: RawFile#0 failed to create the raw output file /mnt/c/Users/mathe/Documents/workspace/sthima/project/ubuntu-xenial-16.04-cloudimg-console.log (VERR_PATH_NOT_FOUND)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment