how to fix WslRegisterDistribution failed with error: 0x8004032d ubuntu

2023-11-14T02:33:14.4733333+00:00

Hello

please how I can solve that problem in ubuntu

WslRegisterDistribution failed with error: 0x8004032d

Error: 0x8004032d (null)

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,320 questions
{count} votes

7 answers

Sort by: Most helpful
  1. Vlad Crețu 65 Reputation points
    2023-11-14T19:35:15.62+00:00

    Hello!

    I had the same problem two days ago and I solved it using this method, which I kindly ask you to try out:

    In Windows Search Bar, look for "Turn Windows features on or off". Launch it and scroll down until you find "Windows Subsystem for Linux". You'll find it not checked, so you need to check it. Then, your PC will ask your for a reboot. After this, try to launch Ubuntu again and it should work just fine.

    13 people found this answer helpful.

  2. Ganesh Kharad 5 Reputation points
    2023-11-22T05:14:09.38+00:00

    you need to install the ubuntu to solve it

    Run the below command and it should be good

    wsl --install Ubuntu
    
    1 person found this answer helpful.
    0 comments No comments

  3. Wiktor Wandachowicz 5 Reputation points
    2024-01-23T09:53:18.0566667+00:00

    After installing on Win11 this Windows Feature while trying to run Ubuntu distro for the first time, an error was displayed. From regular user account:

    Installing, this may take a few minutes...
    WslRegisterDistribution failed with error: 0x8004032d
    Error: 0x8004032d (null)
    Press any key to continue...
    

    And from administrator account - a bit more informative:

    Installing, this may take a few minutes...
    WslRegisterDistribution failed with error: 0x800701bc
    Error: 0x800701bc WSL 2 requires an update to its kernel component.
    For information, visit https://aka.ms/wsl2kernel.
    Press any key to continue...
    

    Yes, I can handle this. But I would call this unexpected obstacle.


  4. Lucas Sousa 0 Reputation points
    2024-02-26T14:16:04.9933333+00:00

    O meu deu o mesmo problema, então eu fui no: https://aka.ms/wsl2kernel.
    E realizei a configuração zero.

    Habilitei o Subsistema do Windows para Linux

    dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
    
    

    Habilitei o recurso de Máquina Virtual

    dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
    

    Baixei o pacote de atualização do kernel do Linux

    Defini o WSL 2 como a sua versão padrão

    wsl --set-default-version 2
    
    

    Reiniciei minha máquina Execultei o ubuntu como administrador.

    0 comments No comments

  5. Adão Vieira 0 Reputation points
    2024-03-14T03:03:29.27+00:00

    I was having the same problem.

    solved it by setting the virtualization(SVM) to enable on the BIOS.

    Hope it works with you guys.

    0 comments No comments