SOLVED

Windows Subsystem for Linux Update - 5.10.93.2 failed to update

Brass Contributor

Hello,
The non-optional update of "Windows Subsystem for Linux Update - 5.10.93.2" fails: Installation failed on 03/25/2022 - 0x80070661
Any help would be welcome
Thanks in advance.

 

34 Replies
Work to me!!

Download latest Windows Subsystem for Linux Update - 5.10.93.2 https://www.catalog.update.microsoft.com/Search.aspx?q=wsl
Unpuck xxxxxxxx.cab file
Install wsl_update_x64.msi

@Kelley1995 fix to manually download and update worked for me. Thanks for info.

hey guys im excited to share that we were getting problem in 5.10.93.2 & me too but if u download wsl from ms store , run its code in cmd or powershell then directly in my laptop - todays just now released version of 5.10.102.1 got installed , guys check my kernel version.. wo hoo 🥳:party_popper::fire:IMG20220325221217.jpg

 

Microsoft has clearly screwed up this update. Ok, I can do a manual update and that solves the immediate problem. But I am reluctant to do so. It wouldn't be the first time that I did something manually outside the normal Update process that messed up Windows Update and caused all kinds of problems with other updates later on. Microsoft needs to fix their screw-up to keep the Windows Update sequence whole and intact. Working around update failures is a setup for more update failures down the line, has been my experience. Maybe this manual update won't do that, maybe it will. I'm not taking the chance after being burned before. Does MS even read this board? How do they get informed when they mess up something like this? Do they even care?

@matt314 same issue with Edge, how did you get around the error?

I got same error failed to update. 

wsl--update command returned the "not applicable for this processor" - or something similar, obv it was choosing the AMD not the x64 update i needed. many reboots later, still same error.  

 

the manual install today suggested above worked. :) 

interestingly, there is now a cab file called 5.10.102.2. released the same day as 5.10.102.1

Windows Subsystem for Linux Update - 5.10.102.2
my linux kernel version is now reported as 5.10.102.1  (not 102.2) , but thats fine. 

 

 

best response confirmed by JdTissot (Brass Contributor)
Solution

Yup, 5.10.102.2 x86 from store worked for me

@JdTissot 

Here's how to update for the latest kernel version: See screenshot

wsl-update_2022-03-25_223546.jpg

Today it works again with the new version since Microsoft Update 5.10.102.2.
Microsoft loves Linux, but with delay.

@JdTissot 

Not here yet: Saturday 22:28 Berlin.
I think, Microsoft do not likes us. :cool:

@JdTissot 

"Manual installation steps for older versions of WSL" -> https://docs.microsoft.com/en-us/windows/wsl/install-manual

 

Obvious link from the Microsoft Site: https://www.catalog.update.microsoft.com/Search.aspx?q=WSL

 

PowerShell Script to run (elevated,) after the patch is installed:

DISM /Online /Enable-Feature /All /Norestart /featurename:Microsoft-Windows-Subsystem-Linux
DISM /Online /Enable-Feature /All /Norestart /featurename:VirtualMachinePlatform;
DISM /Online /Enable-Feature /All /Norestart /FeatureName:HypervisorPlatform;
wsl --set-default-version 2;