Windows 10: Unable to install WSL

Discus and support Unable to install WSL in Windows 10 Gaming to solve the problem; I keep getting this error - "Failed to translate D: ...." Although I do not have any D Drive in my pc.... Discussion in 'Windows 10 Gaming' started by Mohamed Faridudeen, Jun 9, 2023.

  1. Unable to install WSL


    I keep getting this error - "Failed to translate D: ...." Although I do not have any D Drive in my pc.

    :)
     
    Mohamed Faridudeen, Jun 9, 2023
    #1
  2. 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, Jun 9, 2023
    #2
  3. tomdsr Win User
    Install WSL issue

    have you tried any of this?
     
    tomdsr, Jun 9, 2023
    #3
  4. Unable to install WSL

    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, Jun 9, 2023
    #4
Thema:

Unable to install WSL

Loading...
  1. Unable to install WSL - Similar Threads - Unable 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. Unable to install WSL despite enabling it

    in Windows 10 Gaming
    Unable to install WSL despite enabling it: I enabled the virtual machine and WSL via admin powershelll yet I am still unable to install wsl. already uninstall wsl and reinstalled it, does not work....
  5. Unable to install WSL despite enabling it

    in Windows 10 Software and Apps
    Unable to install WSL despite enabling it: I enabled the virtual machine and WSL via admin powershelll yet I am still unable to install wsl. already uninstall wsl and reinstalled it, does not work....
  6. Unable to install WSL despite enabling it

    in Windows 10 BSOD Crashes and Debugging
    Unable to install WSL despite enabling it: I enabled the virtual machine and WSL via admin powershelll yet I am still unable to install wsl. already uninstall wsl and reinstalled it, does not work....
  7. Unable to install WSL

    in Windows 10 Software and Apps
    Unable to install WSL: I keep getting this error - "Failed to translate D: ...." Although I do not have any D Drive in my pc. https://answers.microsoft.com/en-us/windows/forum/all/unable-to-install-wsl/c60525ca-ec33-4f73-acb9-37a6d5112df3
  8. Unable to Uninstall WSL

    in Windows 10 Gaming
    Unable to Uninstall WSL: Hey,I decided that its was time to uninstall WSL due to it causing issues with another Application, so I uninstalled Ubuntu, uninstalled a WSL Update and WSLg Preview, but when I tried to uninstall WSL from Programs and Features, it rebooted, and then Windows 11 did not start...
  9. Unable to Uninstall WSL

    in Windows 10 Software and Apps
    Unable to Uninstall WSL: Hey,I decided that its was time to uninstall WSL due to it causing issues with another Application, so I uninstalled Ubuntu, uninstalled a WSL Update and WSLg Preview, but when I tried to uninstall WSL from Programs and Features, it rebooted, and then Windows 11 did not start...
  10. Unable to enable WSL

    in Windows 10 Installation and Upgrade
    Unable to enable WSL: Hi, I'm trying to enable WSL on my Laptop using following documentation: https://docs.microsoft.com/en-us/windows/wsl/install-win10 when I enter the command cmd admin mode: dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart...