Showing posts with label esx. Show all posts
Showing posts with label esx. Show all posts

Tuesday, November 5, 2013

Windows 7 BSOD while starting as a VM [Solved]

  • Create RDM disks:
#cd /vmfs/volumes/local/
#vmkfstools -z /vmfs/devices/disks/t10.ATA_____Samsung_SSD_840_Series__________________S14GNEBCB62239V____
_ rdm/Samsung_SSD_840_Series-S14GNEBCB62239V.vmdk -a lsisas
# vmkfstools -z /vmfs/devices/disks/t10.ATA_____ST3640323AS_________________________________________5VK045H
3 rdm/ST3640323AS-5VK045H3.vmdk -a lsisas

Note: RDMs cannot be stores on a NFS datastore, see http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1001856 .


"If in doubt, turn on all possible required services e.g. set both intelide = 0/pciide = 0 and msahci = 0, or set all of these to 0 and it will still boot with the correct driver/s:
   aliide, amdide, atapi, cmdide, iastorv, intelide, msahci, pciide, viaide and LSI_SAS."


  • Start VM... no BSOD :)
  • Let Windows install and update drivers for virtual environment and reboot
  • Install VMware tools and reboot
  • VM is ready

Monday, October 28, 2013

Using ESX 5.1 NIC drivers on ESX 5.5

My ASUS M5A88-M EVO motherboard has a Realtek RTL8111E onboard NIC. I also have a D-Link 528T NIC on a PCI slot. Neither NIC is supported out of the box on ESXi 5.5 :(.

However, you can use the drivers that came with ESXi 5.1 on the current version (5.5). Check the following links for the procedure:

http://www.vladan.fr/realtek-8169-nics-not-detected-under-esxi-5-5/
http://www.bussink.ch/?p=1228
http://aubreykloppers.wordpress.com/2013/06/03/d-link-528t-on-esxi-55-1-procedure-and-driver/