multipass icon indicating copy to clipboard operation
multipass copied to clipboard

Cannot launch on Windows Server 2025 - Hyper V installed but not found

Open Crazzzme opened this issue 10 months ago • 4 comments

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?

  1. Run multipass launch --name Something
  2. 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

Multipass Export.txt

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.

Crazzzme avatar Jan 15 '25 08:01 Crazzzme

Please restart the server to configure the Hyper-V.

ghost avatar Feb 07 '25 09:02 ghost

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:

Image

e8mn avatar Mar 17 '25 15:03 e8mn

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.

ricab avatar Mar 18 '25 17:03 ricab

Curious to know if there is any workaround in the meantime while this is addressed.

abudhu avatar Apr 10 '25 01:04 abudhu