I’m trying to virtualise a Fujitsu Lifebook E744 running Windows 7 x64, and run it under Fusion 7.1 on my 2011 MacBook Pro quad-core running MacOS 10.10.1. I had to create the VM image using Fusion 6.0.4 on a MacBook 2008 because the PC Migration Assistant does not recognise Fusion 7.1 (fails with a version mismatch). On both MacBooks, i.e. Fusion 6.0.4 with VM hardware version 10, and Fusion 7.1 with VM hardware version 11, the VM gives a BSOD during boot:
*** STOP: 0x0000007B
This indicates that the boot device was not accessible. I have looked at a lot of VMware forum posts and searched on the ‘Net, and the majority of advice suggests that there is a problem with the LSI Logic virtual SCSI driver - it’s missing, it’s not being loaded, or Fusion isn’t configured to use it.
However, I’ve been through the Startup Repair console, looked at the Registry, checked the system32 directory, and looked at the .vmx and .vmdk files in the VM package. As far as I can see, both the VM image and Windows seem to be correctly configured, as follows:
.vmx file:
scsi0.present = "TRUE"
scsi0.virtualDev = "lsisas1068"
scsi0.pciSlotNumber = "160"
scsi0.sasWWID = "50 05 05 64 c3 0c 4c 20"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "Windows 7 x64.vmdk"
scsi0:0.redo = ""
bios.bootOrder = "HDD"
bios.hddOrder = "scsi0:0"
floppy0.present = "FALSE"
ide0:1.present = "FALSE"
sata0:0.present = "FALSE"
.vmdk file:
ddb.adapterType = "lsilogic"
Registry:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LSI_SAS: Start = 0
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\msahci: Start = 3
(I’ve also tried the latter with Start = 0)
C:/Windows/system32/drivers contains the driver lsi_sas.sys, so it’s not a missing file.
Does anyone have any suggestions for things to check/try?