VMWare Cookbook
O’Reilly (Yah Reilly) has the ebook version of VMWare Cookbook, written by my good freinds Ryan Troy and Matthew Helmke from the Ubuntu Forums, on sale for $9.99. It is a must for any VMWare admin.

@oreillymedia: #Ebook Deal of the Day: VMware Cookbook – Only $9.99. Use code DDVMC http://oreil.ly/9Uw59z

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
© 2010 Mike's Planet © 2010 Mike's Planet Suffusion WordPress theme by Sayontan Sinha