You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After Installing Multipass on Server 2025 Datacenter you cannot run multipass launch with out getting the following error message
launch failed: The Hyper-V Hypervisor is disabled. Please enable by using the following
command in an Administrator Powershell and reboot
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor
In my case Hyper-V is running and installed and I have a Default Switch configured.
To Reproduce
How, and what happened?
Run multipass launch --name Something
Get launch failed: The Hyper-V Hypervisor is disabled. Please enable by using the following command in an Administrator Powershell and reboot: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor
Describe the bug
After Installing Multipass on Server 2025 Datacenter you cannot run
multipass launch
with out getting the following error messageIn my case Hyper-V is running and installed and I have a Default Switch configured.
To Reproduce
How, and what happened?
multipass launch --name Something
launch failed: The Hyper-V Hypervisor is disabled. Please enable by using the following command in an Administrator Powershell and reboot: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor
Expected behavior
A new instance to be launched.
Logs
Multipass Export.txt
Additional info
multipassd 1.15.0+win
hyperv
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: