/TM/TSCTiedToExecution is not supported in NEM mode! (VERR_INVALID_PARAMETER).

Discussions related to using VirtualBox on Windows hosts.
Post Reply
omw
Posts: 3
Joined: 15. Aug 2020, 10:35

/TM/TSCTiedToExecution is not supported in NEM mode! (VERR_INVALID_PARAMETER).

Post by omw »

I am trying to start Windows 7 (64-bit) guest VM, but I am getting this error. I tried to google about that, but no results. Other guest VM works fine (like Ubuntu).

Code: Select all

/TM/TSCTiedToExecution is not supported in NEM mode! (VERR_INVALID_PARAMETER).


Result Code: 
E_FAIL (0x80004005)
Component: 
ConsoleWrap
Interface: 
IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
VirtualBox 6.1.12r139181 (Qt5.6.2)
Windows 10 (2004) 64-bit with WSL2
AMD Ryzen 9 3900X with virtualization enabled
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: /TM/TSCTiedToExecution is not supported in NEM mode! (VERR_INVALID_PARAMETER).

Post by scottgus1 »

I suspect that Hyper-V is enabled. Go through posts 2 & 3 in I have a 64bit host, but can't install 64bit guests.

If that does not help, start the guest from full normal shutdown, not save-state. Run until you see the problem happen, then shut down the guest from within the guest OS if possible. If not possible, close the Virtualbox window for the guest with the Power Off option set.

Right-click the guest in the main Virtualbox window's guest list, choose Show Log. Save the far left tab's log, zip it, and post the zip file, using the forum's Upload Attachment tab.
omw
Posts: 3
Joined: 15. Aug 2020, 10:35

Re: /TM/TSCTiedToExecution is not supported in NEM mode! (VERR_INVALID_PARAMETER).

Post by omw »

Hyper-V is disabled/unchecked in "Turn Windows features on or off".

I can't start guest VM as it closes quickly and displays that error.

Log is in the attachment.
Attachments
ETKA-2020-08-15-16-16-11.zip
(7.79 KiB) Downloaded 14 times
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: /TM/TSCTiedToExecution is not supported in NEM mode! (VERR_INVALID_PARAMETER).

Post by scottgus1 »

Hyper-V is still enabled. Other things in Windows 10 besides the official virtualizer use Hyper-V.

See HMR3Init: Attempting fall back to NEM (Hyper-V is active)
omw
Posts: 3
Joined: 15. Aug 2020, 10:35

Re: /TM/TSCTiedToExecution is not supported in NEM mode! (VERR_INVALID_PARAMETER).

Post by omw »

Thanks!

I entered this command in Command Prompt:

Code: Select all

bcdedit /set hypervisorlaunchtype off
and restarted PC, then I was able to start this guest VM, everything seems to be fine.

Well, WSL2 doesn't work anymore because of that... So it's not possible to use both at same time?
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: /TM/TSCTiedToExecution is not supported in NEM mode! (VERR_INVALID_PARAMETER).

Post by scottgus1 »

Great! Glad you're up and running.
omw wrote:WSL2 doesn't work anymore... So it's not possible to use both at same time?
Correct. WSL2 requires Hyper-V. It's either-or for now. See the "tenforums" link in the tutorial for how to set up a boot click-switch that can turn Hyper-V on or off at each boot.
Post Reply