Virtual machine fails to power on or boot after being converted
book
Article ID: 306626
calendar_today
Updated On:
Products
VMware vSphere ESXi
Issue/Introduction
Symptoms:
You are experiencing these issues with a converted virtual machine:
Virtual machine console is black or blank with the cursor in the top left corner of the screen.
Virtual machine is not powering on or rebooting.
Virtual machine cannot be rebooted in safe mode.
Resolution
Unregister the virtual machine from vCenter, by right-clicking the virtual machine and selecting Remove from Inventory or by executing this command as the root user:
vmware-cmd –s unregister <vm_name>.vmx
Open the .vmdk file of the virtual machine using a text editor such as notepad, vi or nano. Do not use Wordpad.
If the adapterType setting in the .vmdk file is IDE, edit the setting to a SCSI adapter type, such as:
ddb.adapterType = "lsilogic" or ddb.adapterType = "buslogic"
Open the .vmx file of the virtual machine using a text editor such as notepad, vi, or nano. Do not use Wordpad.
Choose the same controller type from Step 3 and edit the .vmx file to add these lines: