Windows error 0xC0351000, -1070264320

Detailed Error Information

ERROR_HV_NOT_PRESENT[1]

MessageNo hypervisor is present on this system.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode53 (0x035)
NameFACILITY_USERMODE_HYPERVISOR[2][1]
DescriptionThe source of the error code is the Usermode Hypervisor components.[2][1]
Error Code4096 (0x1000)

Questions

20votes
12answers

Docker Desktop for Windows: No hypervisor is present on this system

I am new to Docker Desktop for Windows. I am getting an error when I tried the hello world example by following this. Update Below is the steps I followed: 1 Installed Docker for Windows, stable version 2 Both Hyper-V and Virtualization have been enabled on my Windows 10 However, [...] read more
docker
docker-for-windows
docker-desktop
3votes
0answers

Error in Docker for Windows tutorial

I'm new to Docker so I don't even know where to look. Here are the instructions: > Next, pull a base image that’s compatible with the evaluation build, re-tag it > and to a test-run: > > docker pull microsoft/windowsservercore:10.0.14393.321 > docker tag microsoft/windowsservercore:10.0.14393.321 microsoft/windowsservercore > docker run microsoft/windowsservercore hostname [...] read more
docker
1vote
4answers

Error running Docker contaner on a VMWare hosted Windows 10 machine

I have a windows 10 machine that is hosted on VMWare (vShpere 6.2 ) . I'm trying to run docker container on this machine and I've installed 'Docker for Windows' on the machine. When running the hello-world container I'm getting the following error. c:\> docker run hello-world docker: Error response [...] read more
virtual-machine
vmware
1vote
1answer

Cannot run docker based Windows container in Windows 10 VirtualBox VM on Mac OS X host

I get the following error when I try to run a docker-based Windows container using the following commands: docker pull microsoft/dotnet-framework docker run -it microsoft/dotnet-framework cmd > docker: Error response from daemon: container > 31112532fbefca415cfb10134612cf4467c084e93e699b7caa320ca60f5df266 encountered > an error during CreateContainer: failure in a Windows system call: No > hypervisor [...] read more
windows
macos
docker
virtualbox
hyper-v
0votes
3answers

Azure functions on Premises - Error response from daemon: Cannot kill container

I am working with Azure Functions on Premises V2 (Runtime). Trying to test a simple function that is executed each minute and write in logs. However Function is not executed, and I am getting this error. It is running on a Virtual Machine with Windows server 2016. (what I think [...] read more
azure
docker
hyper-v
azure-functions-runtime
0votes
0answers

Hyperv/Windows10 - Error creating machine: Error in driver during machine creation: exit status

On Windows 10 Pro with Hyper V driver, I receive Error creating machine: Error in driver during machine creation: exit status 1 during creation and when I try to start it manually every time. I'm new with docker, in fact I installed it yesterday and I can't get past the [...] read more
windows
docker
hyper-v

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0