Mike's Planet Just a Big Ball of Gas

24Aug/07Off

VMware Workstation: Fixing Time in Linux Guest OS

I recently had troubles with Gutsy in a guest OS under VMware Workstation (Linux) on my laptop. The clock in my Gutsy guest OS would run much faster than my host computer. The problem is caused by computers using dynamic CPU speed technology.

Here is a workaround I have found:

  1. Edit your /etc/vmware/config

    sudo vim /etc/vmware/config

  2. Add the following line to /etc/vmware/config

    host.cpukHz = x
    host.noTSC = TRUE
    ptsc.noTSC = TRUE

    x = Max CPU speed in kHz (i.e. 2GHz CPU = 2000000)

  3. Install VMware Tools in Guest OS
  4. Verify that Time synchronization between the virtual machine and the host operating system is selected
Share and Enjoy:
  • Digg
  • Facebook
  • Google Bookmarks
  • Identi.ca
  • Twitter
  • Print
Tagged as: , Comments Off
Comments (1) Trackbacks (1)
  1. Hey! Got the same pb, any hint about multicore environments?


Leave a comment


IMPORTANT! To be able to proceed, you need to solve the following simple math (so we know that you are a human) :-)

What is 9 + 10 ?
Please leave these two fields as-is:

Trackbacks are disabled.