microsoft / WSL

Issues found on WSL
https://docs.microsoft.com/windows/wsl
MIT License
17.46k stars 821 forks source link

Problema ao iniciar o ubuntu wsl2 #6444

Closed Lincolnbiancard closed 3 years ago

Lincolnbiancard commented 3 years ago

Environment

Habilite o recurso Plataforma de Máquina Virtual do Windows e verifique se a virtualização está habilitada no BIOS.     Para obter mais informações, acesse https://aka.ms/wsl2-install                                                         Press any key to continue...

Steps to reproduce

WSL logs: Habilite o recurso Plataforma de Máquina Virtual do Windows e verifique se a virtualização está habilitada no BIOS. Para obter mais informações, acesse https://aka.ms/wsl2-install Press any key to continue...

Expected behavior

Actual behavior

therealkenc commented 3 years ago

/dupe #5363

ghost commented 3 years ago

Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread.

Thanks for your report!

Bruno-26 commented 3 years ago

Executa no power shell como adm:

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

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

Reinicia o pc...

Executa esses:

DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

bcdedit /set hypervisorlaunchtype auto

Reinicia o pc e pronto.

stavski commented 3 years ago

Obrigado funcionou corretamente mas tive que executar esses dois comandos antes de tudo e reiniciar o pc.

DISM /Online /Cleanup-image /Scanhealth DISM /Online /Cleanup-image /Restorehealth

k3rnelkill commented 2 years ago

Executa no power shell como adm:

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

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

Reinicia o pc...

Executa esses:

DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

bcdedit /set hypervisorlaunchtype auto

Reinicia o pc e pronto.

It worked on win11

baconzin commented 2 years ago

Obrigado funcionou corretamente mas tive que executar esses dois comandos antes de tudo e reiniciar o pc.

DISM /Online /Cleanup-image /Scanhealth DISM /Online /Cleanup-image /Restorehealth

Aqui funcionou depois que fiz isso também, boa! obrigado!

dragao1995 commented 2 years ago

Tem como usar o wsl2 sem ligar o Hyper-V?

rafaelportomoura commented 1 year ago

dragao1995 eu uso sem o Hyper-V

codigoperfeito commented 1 year ago

Executa no power shell como adm:

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

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

Reinicia o pc...

Executa esses:

DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

bcdedit /set hypervisorlaunchtype auto

Reinicia o pc e pronto.

depois de muito tempo procurando como consertar a merda que fiz depois de instalar alguns emuladores de android finalmente tu me salvo parabéns ! solucionado erro "erro habilite o componente opcional "plataforma de maquina virtual" " do WSL

gabrielduete commented 1 year ago

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

Executa no power shell como adm:

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

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

Reinicia o pc...

Executa esses:

DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

bcdedit /set hypervisorlaunchtype auto

Reinicia o pc e pronto.

Thanks!! It worked on win11 2023. /o/

gabrielleite96 commented 1 year ago

Executa no power shell como adm:

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

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

Reinicia o pc...

Executa esses:

DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

bcdedit /set hypervisorlaunchtype auto

Reinicia o pc e pronto.

Executa no power shell como adm:

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

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

Reinicia o pc...

Executa esses:

DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

bcdedit /set hypervisorlaunchtype auto

Reinicia o pc e pronto.

gabrielleite96 commented 1 year ago

Executa no power shell como adm:

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

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

Reinicia o pc...

Executa esses:

DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

bcdedit /set hypervisorlaunchtype auto

Reinicia o pc e pronto.

gabrielleite96 commented 1 year ago

Cara, me salvou... tive esse problema após mexer em configurações de hyper na maquina para o minikube, valeu!

iPrincesaDark commented 1 year ago

Nice, funcionou aqui mesmo utilizando o Windows na versão home, com com o comando "DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V" não funcionando para essa versão do windows. Seguindo os passos ignorando esse funcionou. Happy :)

andinothecreator commented 7 months ago

Consegui e finalmente deu certo esse erro, obrigado

marcossantosscott commented 5 months ago

Obrigado funcionou corretamente mas tive que executar esses dois comandos antes de tudo e reiniciar o pc.

DISM /Online /Cleanup-image /Scanhealth DISM /Online /Cleanup-image /Restorehealth