Error 0x80070091 on WSL (windows subsystem for linux) install on Win10

4

I first installed WSL on win10 then did an uninstall via the command: lxrun /uninstall / full

I then try to reinstall with lxrun /install

But I'm getting the Error 0x80070091 -- I'm not sure how to solve this issue.

windows-10
windows-subsystem-for-linux
asked on Super User Apr 13, 2017 by Patoshi パトシ

3 Answers

10

As per BashOnWindows Bug 1902, this indicates that the %localappdata%\lxss was not empty (or open in another process) and could not be removed.

It's possible that you had a Bash shell open and that a Linux process had a file/folder held open, preventing the lxss folder from being removed). Be sure to close all Bash instances before uninstalling your instance.

HTH.

answered on Super User Apr 13, 2017 by Richard Turner
3

I was getting that error and after reading Richard Turner's reply, I manually deleted the lxss folder from the C:\Users\bijay\AppData\Local\lxss location After that the installation started.

Hope this helps CHeers!!!

answered on Super User Aug 8, 2017 by Aditya Narendra
2

It seems that Error 0x80070091 has to do with drive corruption. I actually had a truecrypt image mounted that was corrupt that was causing the issue. All I did was dismount and then try to install again and it went through.

So if your getting an error like this make sure none of your drives have corrupting. Possibly do a chkdsk on them.

answered on Super User Apr 13, 2017 by Patoshi パトシ • edited Apr 13, 2017 by Ƭᴇcʜιᴇ007

User contributions licensed under CC BY-SA 3.0