Friday, January 2, 2009

hyper-v bootcamp bios efi imac OR macbook windows server 2008

http://theinquisitivegeek.com/blog/?p=3

http://blogs.msdn.com/volkerw/archive/2008/03/19/turning-a-mac-mini-into-a-virtual-windows-hpc-server-2008-compute-cluster.aspx

http://www.jowie.com/blog/post/2008/02/24/Select-CD-ROM-Boot-Type-prompt-while-trying-to-boot-from-Vista-x64-DVD-burnt-from-iso-file.aspx

http://209.85.129.132/search?q=cache:H4KgOENOdxgJ:www.jowie.com/blog/post/2008/02/24/Select-CD-ROM-Boot-Type-prompt-while-trying-to-boot-from-Vista-x64-DVD-burnt-from-iso-file.aspx+hyper-v+bootcamp+bios+efi+imac+OR+macbook+windows+server+2008&hl=en&ct=clnk&cd=2

Apple's EFI has a number of bugs regarding VT activation. On some Mac systems, VT is only enabled on some processor cores. On some Mac systems, VT is not reactivated after waking the system from certain sleep states. Since it is a Mac-specific product, Fusion has workarounds for these issues. The ideal solution is to get an updated EFI release from Apple that fixes these bugs.

In the interim, you can try the following: 

Add "hv.enableIfUnlocked = TRUE" to your system-wide VMware configuration file. On Linux hosts, this is /etc/vmware/config. On Windows hosts, try 
C:\Documents and Settings\All Users\Application Data\VMware\VMware Workstation\config.ini
or
C:\Users\All Users\Application Data\VMware\VMware Workstation\config.ini

If the firmware leaves VT disabled but does not lock it in this state, this setting should enable VT for you.

(In the interest of full disclosure, I have never tried this, since I have no systems with broken firmware.)

http://communities.vmware.com/message/932302#932302

http://209.85.129.132/search?q=cache:DjxAdVB2UGwJ:discussions.apple.com/thread.jspa%3FthreadID%3D1427832%26tstart%3D29+hyper-v+bootcamp+bios+efi+mac&hl=en&ct=clnk&cd=6 (http://discussions.apple.com/thread.jspa?threadID=1427832&tstart=29)


Thursday, January 1, 2009

Vmware Time (and Date) Sync (synchronisation)

WS 6.5

Disabled all time synchronisation via both the VMTools applet and the VMX file itself.

Set the rtc.starttime parameter so it always starts in Oct 08.

I have also disabled the Windows Time synchronisation .

Relevant portion of VMX file reproduced below.

tools.syncTime = "FALSE"
rtc.startTime = "1224871200"
time.synchronize.continue = "FALSE"
time.synchronize.restore = "FALSE"
time.synchronize.resume.disk = "FALSE"
time.synchronize.resume.memory = "FALSE"
time.synchronize.shrink = "FALSE"
time.synchronize.tools.startup = "FALSE"

http://communities.vmware.com/message/1103292

http://sanbarrow.com/vmx/vmx-always-start-tonight.html

http://communities.vmware.com/thread/115436


Mimmo97 Blog Archive