-
Notifications
You must be signed in to change notification settings - Fork 823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install fails at Enable-WindowsOptionalFeature
step
#3413
Comments
@maphew - Could you share you CBS.log file? C:\windows\logs\cbs\CBS.log |
In a bit @benhillis. I tried another route, which I'll post about after lunch, which I think may have worked. Right now I get |
After reading https://stackoverflow.com/questions/41078822/get-windowsoptionalfeature-failing-to-work I tried running Somewhere I saw reference to a GUI method via the system control panel and tried that, which seems to have worked. Start >> Windows Features >> Turn Windows Features on or off >> checkbox 'Windows Subsystem for Linux'. There was a progress bar and then prompt for reboot. After that I opened Windows Store and selected Ubuntu. On opening it I was told "This product is installed" and then a console window opened saying "Installing, this may take a few minutes...". A bit later I was prompted to create UNIX name and password. Now Ubuntu shows in Start app list and opens a bash shell. Yay! I then re-attempted powershell |
Logfile attached: |
Hi Maphew |
I was successful installing using the GUI (add/remove optional features,
described above) but not when using the command line in the article.
…On Mon, Aug 6, 2018, 2:04 AM KennySydney, ***@***.***> wrote:
Hi Maphew
is this issue sorted? I have the same problem. Running windows 10 home ver
1803 OS build 17134.191
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3413 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAdrOAGrUO-FUPi7xXPZolaUuarmlIcRks5uOAaUgaJpZM4ViX2D>
.
|
Im even can install wsl i getting error 0x800f0922. |
Run PowerShell as administrator |
I got this same error attempting to run the
from guide attempting to turn on Hyper-V here: https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v I was running Powershell in Administrator mode. I couldn't turn on all the Hyper-V features via settings under this heading: Enable the Hyper-V role through Settings It worked for me when I followed the steps under the heading: Enable Hyper-V with CMD and DISM This turned on the Hyper-V settings I was expecting it to. This is not exactly specific to the issue in the OP but the same error brought me here, so this may help someone else out in the future |
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request. Thank you! |
ver
at a Windows Command Prompt)Microsoft Windows [Version 10.0.17134.48]
Following instructions at https://docs.microsoft.com/en-ca/windows/wsl/install-win10 I pasted
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
into an administrator powershell console.A "running" progress indicator appears but stays at 0% for some minutes, then fails with:
I rebooted and tried again, same results.
Progress meter progressing to 100% then a prompt to reboot computer OR meaningful error message on why it couldn't complete.
some_command
is failing, then runstrace -o some_command.strace -f some_command some_args
, and link the contents ofsome_command.strace
in a gist here).The text was updated successfully, but these errors were encountered: