Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

ERROR:Installation Failed! HRESULT:0x80370102 #36

Open
SuriaLisec opened this issue Apr 19, 2020 · 12 comments
Open

ERROR:Installation Failed! HRESULT:0x80370102 #36

SuriaLisec opened this issue Apr 19, 2020 · 12 comments
Labels

Comments

@SuriaLisec
Copy link

Not able to install after updating to wsl2.
running windows build 19041.207
1st Attempt - Only enabled WSL & Virtual Machine Platform = Failed
2nd Attempt - Enabled Hypervisor and Tools = Failed

Checked Event Viewer - error with database format feature version?
What can do to get this resolved?

error_wsl
eventviewer_wsl_error

@Baronsindo
Copy link

  1. run PowerShell as Admin, Then type this command
    Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

  2. Type yes

  3. Click on the executable and enjoy.

@SuriaLisec
Copy link
Author

But if you notice my picture i attached FeatureName Microsoft-Windows-Subsystem-Linux is already activated.

@Baronsindo
Copy link

But if you notice my picture i attached FeatureName Microsoft-Windows-Subsystem-Linux is already activated.

even tho i had the same problem and that was my fix for it

@yuk7 yuk7 added the WSL2 label Apr 30, 2020
@yuk7
Copy link
Collaborator

yuk7 commented Apr 30, 2020

Is hypervisor enabled?
Please see BIOS settings and enable Intel VT-X/AMD-V.

@FROSADO
Copy link

FROSADO commented May 7, 2020

I could reproduce the issue following those steps:

  • Download the Centos7.zip file to C:\users\myuser\Download
  • Unzip it (C:\users\myuser\Download\Centos7)
  • Execute Centos7.exe ---> works ---> exit
  • Remove the folder without clean it
  • Move to a definitive folder (C:\tools\centos7)
  • Execute again

You are not able to clean neither install it, showing this error message.

@okeyossai
Copy link

@FROSADO please did you find a solution?

I'm having the same problem. I can't clean or reinstall after deleting the original download folder.

@okeyossai
Copy link

okeyossai commented Aug 24, 2020

I resolved the issue raised by @FROSADO by following the solution provided by @Alword in #50 (comment)_

@chenoi
Copy link

chenoi commented Sep 18, 2020

Hi... I'm having the same problem and none resolve ... anyone have the solution.... thanks

@HiteshDhola
Copy link

I could make it work finally.

microsoft/WSL#5964 (comment)

@sfarley
Copy link

sfarley commented Sep 29, 2020

I ran the command:

wsl --set-default-version 2

before attempting the install. After I received the same error you received I toggled back to version 1 and it worked by executing:

wsl --set-default-version 1
<DISTRO.EXE>

@IronWolve
Copy link

Any support for WSL1 users with this error? I use virtualbox and cant use hyperv, so no wsl 2

@CRC-Mismatch
Copy link

I already had Docker and Ubuntu running with WSL2, but my default was set to 1. CentOS7 installed fine as WSL1, and I was able to convert it via wsl --set-version CentOS7 2 just fine.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

10 participants