Windows 10: Cannot install WSL on new laptop

Discus and support Cannot install WSL on new laptop in Windows 10 Software and Apps to solve the problem; When trying to install WSL from the microsoft store I get the error message:Something unexpected happened:Reporting this problem will help us... Discussion in 'Windows 10 Software and Apps' started by Nifemi Fatoye, Sep 18, 2023.

  1. Cannot install WSL on new laptop


    When trying to install WSL from the microsoft store I get the error message:Something unexpected happened:Reporting this problem will help us understand it better. You can wait a bit and try again or restart your device. That may help.Code: 0x80070490So far I have tried:Ensuring "Windows Subsystem for Linux", "Windows Hypervisor Platform" and "Virtual Machine Platform" are enabled in windows features and restartingUpdating my device to the latest version and restartingAttempting to install it via the command prompt with administrator permissions with wsl --install. This loads up to 90% then gi

    :)
     
    Nifemi Fatoye, Sep 18, 2023
    #1

  2. WSL

    Version 2 of WSL uses a new lightweight utility virtual machine capability. To enable the lightweight virtual machine and WSL, you need to enable two Windows features: Virtual Machine Platform and Windows Subsystem for Linux.

    To enable these features via the user interface (UI), press the Windows key and enter Windows Features, then click on Turn Windows features on or off.
    When the Windows Features dialog appears, check the boxes for Virtual Machine Platform and Windows Subsystem for Linux.




    If you want to make version 2 the default for any Linux distros you install then run the following command:


    Code:
    Now you can install Linux distro from Microsoft Store it will be running version 2 of WSL.

    A distro can be converted between versions of WSL after installation. To achieve this, you use the wsl --set-version command.

    This command takes two arguments:

    • The name of the distro to update
    • The version to convert it to

    An example of converting the Ubuntu distro to version 2 is shown here:

    Code:
    Execute wsl --list --verbose versions of WSL installed distro.
     
    FreeBooter, Sep 18, 2023
    #2
  3. zebal Win User
    Install WSL issue

    thanks, I've tried all of it including troubleshooting section.

    The only step I didn't try is installing kernel update package which fails because subsystem is up to date.

    Anyway I've given up from WSL and using Hyper-V, I don't need linux often maybe once in a month just to test some stuff so it's not a big issue.
     
    zebal, Sep 18, 2023
    #3
  4. Brink Win User

    Cannot install WSL on new laptop

    GPU Compute, WSL Install and WSL Update arrive in WSL

    Source:

     
    Brink, Sep 18, 2023
    #4
Thema:

Cannot install WSL on new laptop

Loading...
  1. Cannot install WSL on new laptop - Similar Threads - Cannot install WSL

  2. WSL not installing

    in Windows 10 Gaming
    WSL not installing: I have been trying to install wsl withwsl --installbut it just doesn't work.Now it outputs:wsl --install Installing Windows optional component: VirtualMachinePlatform Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image Version: 10.0.22621.2215 Error:...
  3. WSL not installing

    in Windows 10 Software and Apps
    WSL not installing: I have been trying to install wsl withwsl --installbut it just doesn't work.Now it outputs:wsl --install Installing Windows optional component: VirtualMachinePlatform Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image Version: 10.0.22621.2215 Error:...
  4. I cannot uninstall WSL

    in Windows 10 Gaming
    I cannot uninstall WSL: I tried everything, from just uninstalling it to CMD, but it just did not work and i now have this annoying Linux logo in my Desktop as well Image 1image 2I put the images using lightshot because the site was not loading the images normally...
  5. WSL cannot install on windows 10

    in Windows 10 Gaming
    WSL cannot install on windows 10: Good Day.I am trying to install wsl on my windows 10 but am getting the below error. I need help to resolve the error.Failed to fetch the list distribution from 'https://raw.githubusercontent.com/microsoft/WSL/master/distributions/DistributionInfo.json'. The operation timed...
  6. WSL cannot install on windows 10

    in Windows 10 Software and Apps
    WSL cannot install on windows 10: Good Day.I am trying to install wsl on my windows 10 but am getting the below error. I need help to resolve the error.Failed to fetch the list distribution from 'https://raw.githubusercontent.com/microsoft/WSL/master/distributions/DistributionInfo.json'. The operation timed...
  7. Cannot install WSL on new laptop

    in Windows 10 Gaming
    Cannot install WSL on new laptop: When trying to install WSL from the microsoft store I get the error message:Something unexpected happened:Reporting this problem will help us understand it better. You can wait a bit and try again or restart your device. That may help.Code: 0x80070490So far I have...
  8. Cannot upgrade installed distros in WSL to version 2

    in Windows 10 Software and Apps
    Cannot upgrade installed distros in WSL to version 2: After installing the Win10 2004 build 19041 update (running winver shows "version 2004 (OS build 19041.388)", I've tried to upgrade a couple of installed distros I had in WSL version 1 to WSL version 2 following the instructions at...
  9. GPU Compute, WSL Install and WSL Update arrive in WSL

    in Windows 10 News
    GPU Compute, WSL Install and WSL Update arrive in WSL: There are three thrilling new updates for the Windows Subsystem for Linux (WSL) in the new Windows Insider Preview Build 20150. The first is GPU compute: a feature that allows your Linux binaries to leverage your GPU, which makes it possible to do more machine learning/AI...
  10. Cannot install WSL 2

    in Windows 10 Installation and Upgrade
    Cannot install WSL 2: I'm running build 18945.1001. I installed Windows Subsystem for Linux from the store as per https://docs.microsoft.com/en-us/windows/wsl/install-win10. I can go to the store, click Debian, click Launch and get a Bash terminal. I rebooted, ran Enable-WindowsOptionalFeature...