Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: 0x80070005 -- tried all past solutions #4077

Closed
gobbedy opened this issue May 30, 2019 · 13 comments
Closed

Error: 0x80070005 -- tried all past solutions #4077

gobbedy opened this issue May 30, 2019 · 13 comments
Labels
failure-to-launch failure to launch

Comments

@gobbedy
Copy link

gobbedy commented May 30, 2019

  • Your Windows build number: (Type ver at a Windows Command Prompt)
    Microsoft Windows [Version 10.0.16299.1087]

  • What you're doing and what's happening: (Copy&paste the full set of specific command-line steps necessary to reproduce the behavior, and their output. Include screen shots if that helps demonstrate the problem.)
    bash.exe

  • What's wrong / what should be happening instead:
    Error: 0x80070005
    Press any key to continue...

  • Things I've tried from previous issue suggestions
    I tried this command
    powershell get-cipolicyinfo

And got:
Options HVCIOptions Version PolicyGuid


  0           0       0 {0, 0, 0, 0...}

So no x10, which others have reported as causing the issue.

I checked the contents of C:\Windows\System32\CodeIntegrity:
driver.stl
bootcat.cache

So no "SIPolicy.p7b" which others have reported as causing the issue.

I also tried running wsl.exe but got the same error. Only difference is that it prints "Error: 0x80070005" then hangs (No "Press any key to continue...")

Finally, I tried running as administrator. Same error.

@craigloewen-msft
Copy link
Member

Hi @gobbedy , from your Windows Version it looks like you're on a much older version of Windows (on the Fall Creator's Update), are you able to update to a more current version? I think this is the best way to resolve your issue.

@gobbedy
Copy link
Author

gobbedy commented May 31, 2019

Hi @mscraigloewen, thank for answering quickly.

I will ask our IT on Monday, but given that I push through any provisioning request through a central IT, there is red tape surrounding most requests. I can say with almost total certainty that I will be unable to upgrade my version of Windows within a reasonable timeframe.

Can you tell me the minimum version of Windows I should request to avoid most WSL issues?

@gobbedy
Copy link
Author

gobbedy commented Jun 3, 2019

Hi @mscraigloewen, I asked our local IT team, and they said getting me an upgraded Windows would be low priority for them to address.

They said I should submit a request to our central IT to ask for this request. I've submitted a ticket, but it can take weeks to get a reply, and I suspect the reply will be that for now Fall Creators is the only supported version of Windows (my computer is brand new, so I suspect they loaded it with the latest version that central IT supports).

Would it be possible to investigate this issue without requiring a Windows upgrade on my end?

While I do have an older version (Redstone 3), it is the latest build (16299), and since it is the Enterprise edition, it is after all still supported until April 2020. :)

@craigloewen-msft
Copy link
Member

Looking into this, there are some similar issues (like #3020 ) and they have a mix of either being based on installation, or being fixed in later version of Windows (like issue 3020 is).

In terms of things you can try right now, you can verify the health of your components by opening a Powershell window with admin privileges and running this command:

dism /online /cleanup-image /restorehealth

@gobbedy
Copy link
Author

gobbedy commented Jun 3, 2019

UPDATE 1: Actually, the dism command doesn't hang. I just killed it too soon. Will update this comment when it completes.
UPDATE 2: The command succeeded. My comment below is updated to reflect the new output.

Hi @mscraigloewen,

Thanks for your even quicker reply than last time.

I ran the dism /online /cleanup-image /restorehealth

This is the output I got:

PS C:\Users\Perraultag> dism /online /cleanup-image /restorehealth

Deployment Image Servicing and Management tool
Version: 10.0.16299.15

Image Version: 10.0.16299.1087

[==========================100.0%==========================] The restore operation completed successfully.

To clarify the question of how old my Windows Versions is, I'm on build 16299.1087 -- which became available April 9, 2019 according to the microsoft page: https://docs.microsoft.com/en-us/windows/release-information/.

Are fixes to WSL not propagated to all supported versions?

PS. I had read all #3020 and already tried all the solutions that are in my control, including disabling/enabling Hyper-V.

@craigloewen-msft
Copy link
Member

Yes I think the logs would be helpful!

You can find the instructions on how to do so here. You can then email them to me at: crloewen@microsoft.com .

@gobbedy
Copy link
Author

gobbedy commented Jun 3, 2019

Hi @mscraigloewen, actually I was just too impatient and killed the dism command too soon.

I've updated my previous reply with the output of the command.

I also tried rerunning bash but I get the same error as before, ie:

Error: 0x80070005
Press any key to continue...

Should I try rebooting?

@craigloewen-msft
Copy link
Member

Yes please, and if you still have the issue, run the logs and then send them over and we can take a look.

@gobbedy
Copy link
Author

gobbedy commented Jun 3, 2019

The issue is still present after reboot. I e-mailed you the logs :)

@WSLUser
Copy link

WSLUser commented Jun 6, 2019

Are fixes to WSL not propagated to all supported versions?

That is correct. Unless BSOD or security related, backports rarely occur. FCU may tout "official support" but I just mentioned the official support. Major factor that's always been mentioned are changes to the NT kernel which can't be propagated to earlier versions of Windows.

@stdying
Copy link

stdying commented Jun 28, 2019

run Power Shell as administrator

@dominicepsom
Copy link

hi. I am having the savme issue.
running powershell as administrator works and i can run Ubuntu when the powershell OR cmd are running elevated.
however I want to run ubuntu as the normal user otherwise i have an issue with permissions on files which the ubuntu touchs ... as then i cant access or use these files as a normal user.
so i would like to have ubuntu running without elevated rights.
windows version is 1803.. which i thought was also where a backport was put in place....

Copy link
Contributor

This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failure-to-launch failure to launch
Projects
None yet
Development

No branches or pull requests

6 participants