Host OS: WIndows XP SP3 x86
Guest: Ubuntu Server 10.04.2 x86
I am trying to get timesync on restore from a saved state working properly on my Windows Xp system. I was successfully able to do this on a Windows Server 2003 x64(HOST)/Ubuntu Server 10.04.2 (GUEST) earlier today, but on my current setup is not working.
Here is what I have done so far.
On my guest I installed dkms , build-essential and kernel headers
Code: Select all
$sudo apt-get install dkms build-essential linux-headers-$(uname -r) Code: Select all
sudo bash mnt/VBoxLinuxAdditions-x86.runCode: Select all
VBoxManage guestproperty set "VM_NAME" --timesync-set-on-restore 1Code: Select all
sudo VBoxService --timesync-set-start