CentWSL icon indicating copy to clipboard operation
CentWSL copied to clipboard

ERROR:Installation Failed! HRESULT:0x80370102

Open SuriaLisec opened this issue 5 years ago • 12 comments

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

SuriaLisec avatar Apr 19 '20 15:04 SuriaLisec

  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.

Baronsindo avatar Apr 22 '20 20:04 Baronsindo

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

SuriaLisec avatar Apr 22 '20 20:04 SuriaLisec

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

Baronsindo avatar Apr 22 '20 21:04 Baronsindo

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

yuk7 avatar Apr 30 '20 03:04 yuk7

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.

FROSADO avatar May 07 '20 17:05 FROSADO

@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 avatar Aug 23 '20 01:08 okeyossai

I resolved the issue raised by @FROSADO by following the solution provided by @Alword in https://github.com/yuk7/CentWSL/issues/50#issuecomment-679171762_

okeyossai avatar Aug 24 '20 15:08 okeyossai

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

chenoi avatar Sep 18 '20 13:09 chenoi

I could make it work finally.

https://github.com/microsoft/WSL/issues/5964#issuecomment-696619923

HiteshDhola avatar Sep 22 '20 09:09 HiteshDhola

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>

sfarley avatar Sep 29 '20 21:09 sfarley

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

IronWolve avatar Oct 10 '20 22:10 IronWolve

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.

CRC-Mismatch avatar Nov 20 '20 14:11 CRC-Mismatch