Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VM not starting automatically
#3
I found in the vix logs c:\users\<user>\AppData\Local\Temp\vmware-<user> the following...

Basic issue is that VIX can’t start the VM in the background… It keeps logging this in an endless loop..

2021-09-15T18:16:44.154-05:00| vix-poll| I005+ Cannot open the disk 'X:\VM\server\server_disk-000001.vmdk' or one of the snapshot disks it depends on.
2021-09-15T18:16:44.154-05:00| vix-poll| I005+ Module 'Disk' power on failed.
2021-09-15T18:16:44.154-05:00| vix-poll| I005+ Failed to start the virtual machine.

After doing a lot more research I have concluded that this is because the snapshot mentioned in the logs is tied to a backups volume on a removable drive mounted to the host system. The removable drive is a usb-c connected RAID 1 M2 SATA drive with Bitlocker Enabled. Apparently Windows 10 does not allow DMA access to removable drives at startup any longer when Bitlocker is enabled. There are multiple group policies related to this setting but I had no luck bypassing the DMA protections. From what I can tell, it requires a combination of system firmware and OS settings for some of these group policy setting to work. In addition, the setting is designed to prevent someone from bypassing drive encryption or obtaining encryption key info. To work around, I set the OS to auto logon + added a logon script to lock the PC at startup. The PC boots, logs on as the user, then locks when the script runs… Providing < 1 sec of access to the desktop and no way to stop it. This provides VIX access to the drive allowing the service to start the VM in the background. I am sure this might present some small security risk but it allows the VM to start in the background which is the important requirement.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)