However, upon start up, I was "greeted" with a Blue Screen and later the following option:
I chose the repair option and patiently waited over an hour...
Upon closer inspection, I noticed the boot disk was setup for IDE. The disk must be converted from IDE to SCSI for best performance. In addition, the VM may fail to boot because the guest OS does not support the driver. I ssh'd into the ESX host and used vi to open up the VMs .vmdk file. I then changed the adapter from IDE to lsilogic by changing the following:
ddb.geometry.sectors = "63"
ddb.adapterType = "ide"
ddb.geometry.biosCylinders = "19457"
TO...
ddb.geometry.sectors = "63"
ddb.adapterType = "lsilogic"
ddb.geometry.biosCylinders = "19457"
No comments:
Post a Comment