All,
I am getting an error message on VB where it will not start the session because of the following message:
"Unknown configuration value 'GetHostTimeDisable' found in the configuration of VMMDev instance #0 (VERR_CFGM_CONFIG_UNKNOWN_VALUE)."
Could anyone please assist me with resolving this issue. Thanks in advance
VB Error Message "Unknown configuration value 'GetHostTimeDisable' found in the configuration of VMM
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: VB Error Message "Unknown configuration value 'GetHostTimeDisable' found in the configuration of
Maybe if you tell us how this error came about. Is this a transplant, or did you try to disable the get host time using VBoxManage? Are you using a 3rd party application like vagrant?
Re: VB Error Message "Unknown configuration value 'GetHostTimeDisable' found in the configuration of
Yes, I was trying to disable the Get Host Time through the windows cmd prompt using the following cmd. vboxmanage setextradata "vbox name" VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled 1.
I think I may have input GetHostTimeDisable 1 instead of GetHostTimeDisabled 1. I did try re-running the cmd with the proper input, but I am still getting the same error message.
I think I may have input GetHostTimeDisable 1 instead of GetHostTimeDisabled 1. I did try re-running the cmd with the proper input, but I am still getting the same error message.
-
socratis
- Site Moderator
- Posts: 27329
- Joined: 22. Oct 2010, 11:03
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Win(*>98), Linux*, OSX>10.5
- Location: Greece
Re: VB Error Message "Unknown configuration value 'GetHostTimeDisable' found in the configuration of
You need to re-run the erroneous command with an empty input (see 2nd command below). That will delete the wrong token/value combination and will allow you to start the VM. So, from the Command Prompt enter the following two commands:
VBoxManage setextradata "<VM>" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" 1 VBoxManage setextradata "<VM>" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisable"
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.