Fix Error Code 0x8000ffff When Trying To Install Ubuntu On WSL
Channel:
Subscribers:
59,600
Published on ● Video Link: https://www.youtube.com/watch?v=kJRYfxlAkFE
How to fix An error occurred during installation. Distribution Name: 'Ubuntu 22.04 LTS' Error Code: 0x8000ffff when I try to install Ubuntu on my WSL distribution on Windows Server 2022
wsl.exe --update
wsl --install -d Ubuntu
First run Powershell as an administrator
If not working run Powershell WITHOUT admin rights
PS C:\ wsl --update
PS C:\ wsl --install -d Ubuntu-22.04
First run Powershell as an administrator
If not working run Powershell WITHOUT admin rights
PS C:\ wsl --update
PS C:\ wsl --install Ubuntu-22.04
-d removed from the second command
wsl --update --web-download
wsl --install --web-download -d Ubuntu
First run Powershell as an administrator
If not working run Powershell WITHOUT admin rights