Stop Time Sync Between Host and Guest - VirtualBox
Posted
by
KoopaTroopa
on Ask Ubuntu
See other posts from Ask Ubuntu
or by KoopaTroopa
Published on 2012-06-24T16:15:30Z
Indexed on
2013/10/19
22:15 UTC
Read the original article
Hit count: 224
virtualbox
|time
So I've been googling and I've tried the following commands. I want to stop the virtual machine from having the correct time and just to stick with what time it last recorded. The host operating system is Ubuntu 12.04 and the guest is Windows XP. I've turned time syncing off in XP so it won't do that when I connect to the Internet. However it does appear to take the time from ubuntu and set it as it's own.
VBoxManage setextradata XP11 “VBoxInternal/TM/WarpDrivePercentage” 200
vboxmanage setextradata XP11 "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" "1"
Both commands haven't work as the time is always set to the exact same as Ubuntu's. I've located the extradata entry in the virtualbox XML file. It states both changes that the commands above are set to make. But of course it still hasn't stopped updating the time.
<ExtraData>
<ExtraDataItem name="GUI/LastGuestSizeHint" value="1152,864"/>
<ExtraDataItem name="GUI/LastNormalWindowPosition" value="74,52,1152,911"/>
<ExtraDataItem name="VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" value="1"/>
<ExtraDataItem name="“VBoxInternal/TM/WarpDrivePercentage”" value="200"/>
</ExtraData>
© Ask Ubuntu or respective owner