Windows subsystem for linux update setup wizard ended prematurely

Please use the following bug reporting template to help produce issues which are actionable and reproducible, including all command-line steps necessary to induce the failure condition. Please fill out all the fields! Issues with missing or incomplete issue templates will be closed.

If this is a console issue (a problem with layout, rendering, colors, etc.), please post to the console issue tracker.

Important: Do not open GitHub issues for Windows crashes (BSODs) or security issues. Please direct all Windows crashes and security issues to secure@microsoft.com. Ideally, please configure your machine to capture minidumps, repro the issue, and send the minidump from «C:\Windows\minidump».\

See our contributing instructions for assistance.

Please fill out the below information:

  • Your Windows build number: (Type ver at a Windows Command Prompt)
    Microsoft Windows [Version 10.0.19041.172]

  • What you’re doing and what’s happening: (Copy&paste the full set of specific command-line steps necessary to reproduce the behavior, and their output. Include screen shots if that helps demonstrate the problem.)
    PS C:\WINDOWS\system32> dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

Deployment Image Servicing and Management tool
Version: 10.0.19041.1

Image Version: 10.0.19041.172

Enabling feature(s)
[==========================100.0%==========================]
The operation completed successfully.
PS C:\WINDOWS\system32> dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

Deployment Image Servicing and Management tool
Version: 10.0.19041.1

Image Version: 10.0.19041.172

Enabling feature(s)
[==========================100.0%==========================]
The operation completed successfully.
PS C:\WINDOWS\system32> wsl -l
Windows Subsystem for Linux Distributions:
Ubuntu-18.04 (Default)
PS C:\WINDOWS\system32> wsl —set-version Ubuntu-18.04 2
Conversion in progress, this may take a few minutes…
WSL 2 requires an update to its kernel component. For information please visit https://aka.ms/wsl2kernel

Download (wsl_update_x64) > run > «This update only applied to machines with the Windows Subsystem for Linux» > Ok > WSL Update Setup wizard ended prematurely > Finish > program exits.

  • What’s wrong / what should be happening instead:
    I would have expected the WSL kernel to be updated after the install.

  • Strace of the failing command, if applicable: (If some_command is failing, then run strace -o some_command.strace -f some_command some_args, and link the contents of some_command.strace in a gist here).

  • For WSL launch issues, please collect detailed logs.

win10 WSL windows subsystem for linux update setup wizard ended prematurely

tags: win10  WSL  prematurely  WSL installation

From the installation process of the Microsoft official website, the results triggered this fault, someone else said what update .NET 4.5, and me .NET is 4.8, no fruit

solution:

Start menu search Enable or turn Windows function

Check the Windows subsystem suitable for Linux to determine.

Then go to the Microsoft Store to install Ubuntu or other Linux systems you like.

Then log in to your Microsoft account, INSTALL

Intelligent Recommendation

Linux Subsystem (WSL) on Windows 10

Linux’s Windows subsystem allows developers to run Linux environments directly on Windows (including most command-line tools, utilities, and applications) without having to build on the virtual machin…

Windows linux subsystem wsl experience

surroundings windows10 1803 Open wsl Control Panel -> Programs and Features -> Enable or disable windows function Enabled: Windows subsystem for linux Install debian Windows.store, download debi…

Windows Subsystem for Linux (wsl) use

Because the project has some environments that need to run in the Linux environment. Can be used with Microsoft Win10 WSL   Install wsl Control panel-programs and functions-enable or disable the …

Windows Subsystem for Linux (WSL) installation

1. What is WSL WSL is actually the Linux subsystem under windows. Mainstream computer operating systems are: Windows, Linux, Mac OS. Generally, it is more troublesome for us to use Windows and Linux a…

WINDOWS Subsystem (WSL) installation for Linux

Reference: https://docs.microsoft.com/zh-cn/windows/wsl/install-win10 https://docs.microsoft.com/zh-cn/windows/wsl/user-support 1. What is WSL? Windows Subsystem for Linux (WSL) is a compatible layer …

More Recommendation

(Windows Subsystem Linux) WSL installation

Enable developer mode Press win+i at the same time to enter the following interface, and then click Update and Security. Then click on the developer mode on the left to turn on the developer mode sett…

Win10 WSL install Portable Ubuntu Linux subsystem

The process is simple, I configured download mirror: System Information: Ubuntu 18.04.4 LTS configuration content: apt change USTC source installed nodejs, npm Taobao source transducer, mounted oh my …

Are you getting a problem when installing the most recent version of WSL2 on Windows 21H2? If yes then you are not alone because A number of users complain about error code 0x80070661 appearing when trying to install Windows Subsystem for Linux Update 5.10.93.2. After they click on “Install now”, the Windows Update Settings page shows the said error code with a message “Update failed, there were problems installing some updates, but we’ll try again later”.

The first 4 digits of the error, 0x8007, indicate that it’s a Win32 error, and the last 4, 0x0661 hex = 1633 dec explanation is “This installation package is not supported by this processor type. Contact your product vendor.” It seems that the company has pushed an ARM64 package to x64 users or messed up the update or something of sorts. Let’s see the solutions –

Windows Subsystem for Linux Update 5.10.93.2 install Error 0x80070661 WSL2

Here is how to fix Windows Subsystem for Linux Update Error 0x80070661 –

Way-1: Install WSL2 via Microsoft update catalog

  1. Instead of installing the WSL through Windows update click this link. Use Microsoft Edge for this task because Chrome or other browsers may block downloading the WSL file.
  2. This will take you to the Microsoft update catalog; choose the version you want to install on your computer. There are the following updates –

1] Windows Subsystem for Linux Update – 5.4.72
2] Windows Subsystem for Linux Update – 5.4.91
3] Windows Subsystem for Linux Update – 5.10.43
4] Windows Subsystem for Linux Update – 5.10.16
5] Windows Subsystem for Linux Update – 5.10.60
6] Windows Subsystem for Linux Update – 5.10.60.1
7] Windows Subsystem for Linux Update – 5.10.93.2
8] Windows Subsystem for Linux Update – 5.10.102.1
9] Windows Subsystem for Linux Update – 5.10.102.2

  1. Click on Download for that version from the right side.
  2. A separate page will prompt up which will display 2 links – first for x64 and second for ARM64. The files will be having .cab format.
  3. Click on the link you want to download.
  4. Unpack abcdefg.cab file
  5. Install wsl_update_x64.msi.
  6. WSL2 fail to install error 0x80070661 would be solved.

Read – How to Install Linux Subsystem on Windows 10.

Discussion on Github and Techcommunity.

Methods list:
Way-1: Install WSL2 via Microsoft update catalog

That’s all!!


— by: C. Smith

If you are trying the Linux Subsystem for Windows feature for the first time, you will probably receive the following error message when you boot any Linux distribution:

Installing, this may take a few minutes…
WslRegisterDistribution failed with error: 0x8007019e
Error: 0x8007019e The Windows Subsystem for Linux has not been enabled.

Plenty of developers face this problem regardless of the web technology used. So this is not a node.js, angular, express, web

This is true even if you have enabled virtualization in the BIOS. The error occurs because WSL is not enabled by default, so you have to do it yourself.

To do this, open the start menu and start typing Turn Windows feature on or off .

Turn Windows feature on or off

Click on the result to open and scroll to the bottom of the list. You need to enable two features:

  • Virtual Machine Platform
  • Windows Subsystem for Linux

Enable required features

The installation is quick, just a few seconds. After that, you have to restart Windows.

I’ve been running VB on Windows 11 for a while. I recently became aware of a new version and downloaded the program to perform the upgrade. (The installer is VirtualBox-7.0.10-158379-Win.exe.) When I run it, the installer gets part way through and then the progress bars run in reverse as the installer says «rolling back action.» Before exiting it informs me the Setup Wizard «ended prematurely because of an error.» Not very specific! It recommends I try again at a later time.

I rebooted, installed updates (there wasn’t much to install) and rebooted again for good measure. No improvement.

I tried to uninstall the currently installed program and encountered a similar rollback with no explanation.

I looked on the forums here and found the way to generate a log using the —logging option. I did that.

Here are what look to me the lines most likely to be helpful.

———-
InstallNetLwf: Done
MSI (s) (FC:18) [13:10:01:040]: Executing op: ActionStart(Name=ca_UninstallNetFlt,,)
MSI (s) (FC:18) [13:10:01:041]: Executing op: ActionStart(Name=ca_RollbackUninstallNetFlt,,)
MSI (s) (FC:18) [13:10:01:042]: Executing op: CustomActionRollback(Action=ca_RollbackUninstallNetFlt,ActionType=3329,Source=BinaryData,Target=InstallNetFlt,CustomActionData=C:\Program Files\Oracle\VirtualBox\drivers\network\netflt\)
MSI (s) (FC:B4) [13:10:01:044]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSID1F.tmp, Entrypoint: InstallNetFlt
Uninstalling NetLwf
NetLwf is installed currently, uninstalling …

Uninstalling NetLwf done, error = 0x0
InstallNetFlt: Installing NetFlt
vboxNetFltQueryInfArray: INF 1: C:\Program Files\Oracle\VirtualBox\drivers\network\netflt\VBoxNetFlt.inf
vboxNetFltQueryInfArray: INF 2: C:\Program Files\Oracle\VirtualBox\drivers\network\netflt\VBoxNetFltM.inf
NetFlt is not installed currently

NetFlt will be installed …

Installing 2 INF files …

Installing INF file «C:\Program Files\Oracle\VirtualBox\drivers\network\netflt\VBoxNetFlt.inf» …

VBoxNetCfgWinInfInstall failed, hr (0x80070002)

Installation failed, rolling back installation set …

Rollback complete

InstallNetFlt: VBoxNetCfgWinNetFltInstall failed, error = 0x80070002
Converting unhandled HRESULT (0x80070002) to ERROR_GEN_FAILURE
InstallNetFlt: Done

—————————-

CustomAction returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 13:10:04: RemoveExistingProducts. Return value 3.
Action ended 13:10:04: INSTALL. Return value 3.
MSI (s) (FC:20) [13:10:04:411]: MainEngineThread is returning 1603

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Как увеличить размер шрифта на рабочем столе windows 10
  • Amd radeon r5 m435 драйвер windows 10
  • Windows 10 home для планшета
  • Как почистить реестр на windows server
  • Canon lbp7010c драйвер windows 10 x64