multipass
multipass copied to clipboard
Cannot launch on Windows Server 2025 - Hyper V installed but not found
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
Expected behavior A new instance to be launched.
Logs
Additional info
- OS: Windows Server 2025 Datacenter
- multipass 1.15.0+win multipassd 1.15.0+win
- No Instances Found
hyperv
Additional context Add any other context about the problem here.
Please restart the server to configure the Hyper-V.
I see the same error on Windows 2025 Standard.
Have Hyper-V installed and running, also when following the instructions in the error message "Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor" this error is returned:
It looks like there is some missing component in that Windows version that Multipass needs. We're working on a generalization of the Hyper-V backend that should hopefully work across the board, but it will take a little while before it's released.
Curious to know if there is any workaround in the meantime while this is addressed.