Closed AlexZeitler closed 6 years ago
I have same error.
It seems that the --synthcpu flag is changed to --cpuid-portability-level in version 5.0: https://www.virtualbox.org/changeset/55674/vbox Sadly, the official user manual knows nothing about it.
same error
Same issue, workaround: Download boot2docker from: https://github.com/boot2docker/boot2docker-cli/releases/tag/v1.7.1 And replace + rename Program Files/Boot2Docker/boot2docker.exe
Did a clean install of Windows 10, VirtualBox 5 and boot2docker 1.7.1:
c:\Program Files\Boot2Docker for Windows>boot2docker.exe start -v
Boot2Docker-cli version: v1.7.1
Git commit: 8fdc6f5
2015/07/24 23:19:32 executing: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo boot2docker-vm --machinereadable
2015/07/24 23:19:32 executing: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe guestproperty set boot2docker-vm /VirtualBox/GuestAdd/Sha
redFolders/MountPrefix /
2015/07/24 23:19:32 executing: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe guestproperty set boot2docker-vm /VirtualBox/GuestAdd/Sha
redFolders/MountDir /
2015/07/24 23:19:32 executing: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe sharedfolder add boot2docker-vm --name c/Users --hostpath
C:\Users --automount
VBoxManage.exe: error: Shared folder named 'c/Users' already exists
VBoxManage.exe: error: Details: code VBOX_E_OBJECT_IN_USE (0x80bb000c), component SessionMachine, interface IMachine, callee IUnknown
VBoxManage.exe: error: Context: "CreateSharedFolder(Bstr(name).raw(), Bstr(hostpath).raw(), fWritable, fAutoMount)" at line 1020 of file V
BoxManageMisc.cpp
2015/07/24 23:19:32 executing: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe setextradata boot2docker-vm VBoxInternal2/SharedFoldersEn
ableSymlinksCreate/c/Users 1
2015/07/24 23:19:32 executing: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm boot2docker-vm --type headless
Waiting for VM "boot2docker-vm" to power on...
VM "boot2docker-vm" has been successfully started.
Sorry, this repository is long-since deprecated in favor of Docker Toolbox (whose usage is now also discouraged in favor of Docker for Windows and Docker for Mac).
Just installed VirtualBox 5 on Windows 10 and tried to run
boot2docker init
after a fresh install ofboot2docker 1.7.0
: