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.
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.
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!!!
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.
User contributions licensed under CC BY-SA 3.0