Hello Jack, I'm Henry and I’d like to share some thoughts on the issue you've encountered.
I ran a test using the same command from my host machine and ended up facing the same error code: 0xC0350005
. This seems to stem from ERROR_HV_INVALID_PARAMETER
, which is related to Hyper-V. I'm not sure if you’ve already tried running: Set-VMFirmware -VMName "YourVM" -EnableSecureBoot $true.
While this isn’t directly related to PMU, it can influence whether the VM boots successfully.
I’m still doing some research and following discussions around enabling Secure Boot with WSL. If you’re interested, here’s a link you might find helpful — several people in the community seem to be stuck on this same issue. https://github.com/microsoft/WSL/issues/8155#issuecomment-2916572800