Get a Linux Distro for WSL on Windows 1703

1

I am using Windows 10 on my company Laptop. I do have the privileges to install the Windows Subsystem for Linux on my System and I successfully did so.

However, the currently available Linux Distros for WSL all require the most recent Windows version, 1709, which I do not have and cannot get, due to company policy.

I am currently stuck to Windows 10 1703. As a result I get the cryptic 0x80073CFD error when I try to start Linux. This is Windows' way of telling the user that their version of Windows is too old for the requested Application.

As there are blog posts and such where people write about running Linux on Windows 10 1703, there must be appx-packages out there, that will run on Windows 1703. Can anyone provide me with a source for such (outdated) packages?

Or can the most recent versions be hacked to not require an up to date Windows? Maybe that's a better approach.


For completeness sake

This question is not a duplicate of this question, for the following reasons:

  1. The referenced question is about installing WSL. As stated, I was already able to install the Windows Subsystem for Linux (WSL). That is not my problem.

  2. My stated problem is that available appx-packages require Windows 1709, which I cannot have. This problem is neither addressed nor answered in the referenced question.

  3. I specifically state that I get an error message saying my version of Windows is too old. This problem is not addressed in the referenced question, which concerns the most recent version of Windows.

  4. I specifically ask for a source for appx-packages that will run on Windows 10 1703. That information is not provided in the answers to the referenced question, b/c the user does not need them, b/c they are on Windows 10 1709.

  5. I specifically ask if the most recent versions, i.e. the ones mentioned in the referenced question, can be hacked to not require version 1709 anymore. That information is not provided in the answers to the referenced question, b/c the user is on Windows 10 1709.

windows-subsystem-for-linux
windows-10-v1703
asked on Super User Aug 6, 2018 by user1129682 • edited Aug 7, 2018 by user1129682

1 Answer

1

My stated problem is that available appx-packages require Windows 1709, which I cannot have. This problem is neither addressed nor answered in the referenced question.

The current WSL instances that are distributed on the Windows Store only support 1709 and greater.

I specifically ask for a source for appx-packages that will run on Windows 10 1703. That information is not provided in the answers to the referenced question, b/c the user does not need them, b/c they are on Windows 10 1709.

This is not possible.

I specifically ask if the most recent versions, i.e. the ones mentioned in the referenced question, can be hacked to not require version 1709 anymore. That information is not provided in the answers to the referenced question, b/c the user is on Windows 10 1709.

This is not possible

As there are blog posts and such where people write about running Linux on Windows 10 1703, there must be appx-packages out there, that will run on Windows 1703. Can anyone provide me with a source for such (outdated) packages?

All you have to do is run lxrun /install in an elevated command prompt. The correct Ubuntu WSL instance will be automatically downloaded and installed.

However, the currently available Linux Distros for WSL all require the most recent Windows version, 1709, which I do not have and cannot get, due to company policy.

The only WSL instance that is compatible with your system is Ubuntu 16.04 by the way. You can perform a forced upgrade to 18.04 but I cannot suggest performing an upgrade using that method. If you need an offline method to install Ubuntu 16.04 WSL on Windows 10 v1703 you can use lxRunOffline v1.1.0.

The following instructions are for users running Windows 10 Anniversary Update or Windows 10 Creators Update:

  1. Enable Developer Mode
  2. Open PowerShell as Administrator and run: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
  3. Reboot
  4. Open a command prompt. Type bash and hit enter

The first time you run Bash on Ubuntu on Windows, you'll be prompted to accept Canonical's license. Once accepted, WSL will download and install the Ubuntu instance onto your machine, and a "Bash on Ubuntu on Windows" shortcut will be added to your start menu.

Source: Windows 10 Anniversary Update and Creators Update WSL Install & Uninstall Guide

answered on Super User Aug 7, 2018 by Ramhound • edited Aug 8, 2018 by Ramhound

User contributions licensed under CC BY-SA 3.0