You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting Error: 0x80070057 when I try to install the Linux bits, via running bash or running lxrun /install, as an admin user or a regular user.
I have read several of the other threads in this forum that mentioned this issue, and none of the solutions worked for me, so I'm starting a new thread.
Here is the terminal output:
PS C:\Users\tkennedy\WS_ETL> lxrun /install
-- Beta feature --
This will install Ubuntu on Windows, distributed by Canonical
and licensed under its terms available here:
https://aka.ms/uowterms
Type "y" to continue: y
Downloading from the Windows Store... 100%
Extracting filesystem, this will take a few minutes...
Error: 0x80070057
My Microsoft build is: Microsoft Windows [Version 10.0.14393]
Steps to reproduce:
`lxrun /uninstall /full /y'
lxrun /install /y
I have ETL files from the lxcore_trace scripts. WSL_ETL.zip
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Ran a full chkdsk /R, followed by a reboot, just in case it was a disk issue.
Same error.
Disabled the WSL feature, by running: Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
And rebooting. After reboot, re-enabled the WSL feature, by running: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
And rebooting again.
Same error:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
Z:\>bash
-- Beta feature --
This will install Ubuntu on Windows, distributed by Canonical
and licensed under its terms available here:
https://aka.ms/uowterms
Type "y" to continue: y
Downloading from the Windows Store... 100%
Extracting filesystem, this will take a few minutes...
Error: 0x80070057
I am getting
Error: 0x80070057
when I try to install the Linux bits, via runningbash
or runninglxrun /install
, as an admin user or a regular user.I have read several of the other threads in this forum that mentioned this issue, and none of the solutions worked for me, so I'm starting a new thread.
Here is the terminal output:
My Microsoft build is:
Microsoft Windows [Version 10.0.14393]
lxrun /install /y
I have ETL files from the lxcore_trace scripts. WSL_ETL.zip
Thank you for your help.
The text was updated successfully, but these errors were encountered: