Monday, 2 December 2019

macbook - Windows XP hangs when shutting down in VMWare Fusion


Here's the background: I use a Macbook from this year and run VMWare Fusion (newest update). One of my VM's is Windows XP Professional. Two times recently, I have brought up the VM window to see that it has decided to shut down and is at the "Windows is shutting down" blue screen (not bsod). At this point it seems like using the menu drop down "Shut Down" does not work. The first time, I was able to force quit fusion (suspending the VM) and then come back in and shut it down from menu, but this time, no luck.


Is there any way to "pull the power" on the VM?


Please also answer if you know what might be causing the VM to decide to shut down (besides windows update) or what it might be "thinking" as it hangs mid-shutdown.



Answer



Try using the vmrun utility included with VMWare Fusion. Launch the VM in Fusion and execute this command (in a Terminal window) to make vmrun can see it:


/Library/Application\ Support/VMware\ Fusion/vmrun list

If the problematic virtual machine shows up, run:


/Library/Application\ Support/VMware\ Fusion/vmrun -T fusion stop "/path/to/.vmx" hard

That should shut it down immediately.


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...