PAW installation alongside Hyper-V
Posted: Thu Dec 29, 2016 1:31 pm
I am trying to get PAW running on my 2012 R2 server which is running Hyper-V and numerous VMs (cannot disable Hyper-V)
I have edited the WinStart.sh script to include the --virtualbox-no-vtx-check, added SET COMPOSE_CONVERT_WINDOWS_PATHS=1 to the Start.bat file.
Latest log file says:
Virtual box and Hyper-V not playing nice.
I have also created a VM, installed Docker, extracted PAW but get similar messages.
Running Docker 1.12.5, did NOT install VirtualBox with NDIS5 driver (tried previously but uninstalled)
VirtualBox is Version 5.1.10 r112026 (Qt5.6.2)
Network connections shows only one VirtualBox related Host Only network (but another was added after running the Start script, per log file above)
My question is - how do I get PAW installed where I do not have a dedicated piece of hardware, without Hyper-V running?
I have edited the WinStart.sh script to include the --virtualbox-no-vtx-check, added SET COMPOSE_CONVERT_WINDOWS_PATHS=1 to the Start.bat file.
Latest log file says:
Code: Select all
Running pre-create checks...
Creating machine...(paw) Copying C:\Users\George\.docker\machine\cache\boot2docker.iso to C:\Users\George\.docker\machine\machines\paw\boot2docker.iso...(paw)
Creating VirtualBox VM...(paw) Creating SSH key...(paw)
Starting the VM...(paw) Check network to re-create if needed...(paw)
Windows might ask for the permission to create a network adapter.
Sometimes, such confirmation window is minimized in the taskbar.(paw)
Found a new host-only adapter: "VirtualBox Host-Only Ethernet Adapter #2"(paw)
Windows might ask for the permission to configure a network adapter.
Sometimes, such confirmation window is minimized in the taskbar.
Error creating machine: Error in driver during machine creation:
Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm paw --type headless failed:
VBoxManage.exe: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:02.239336 Power up failed (vrc=VERR_VMX_NO_VMX, rc=E_FAIL (0X80004005))
I have also created a VM, installed Docker, extracted PAW but get similar messages.
Running Docker 1.12.5, did NOT install VirtualBox with NDIS5 driver (tried previously but uninstalled)
VirtualBox is Version 5.1.10 r112026 (Qt5.6.2)
Network connections shows only one VirtualBox related Host Only network (but another was added after running the Start script, per log file above)
My question is - how do I get PAW installed where I do not have a dedicated piece of hardware, without Hyper-V running?