vSphere Storage Appliance

 View Only
  • 1.  esxi 5 block driver and windows xp

    Posted Mar 30, 2012 09:42 AM

    hi,all,

         I changed our block storage driver code to support the esxi 5, and I can install it with vmkload_mod cmd. ESX can detect my storage as the datastore. I can install the windows 7 in our storage successfully, but failed to install the win XP. When XP setup finished to copy the files from CD, and windows reboot, and it show me as follow:

         ntldr: couldn't open drive mutil(0) disk(0) rdisk(0) partition(1)

    and, enter windows REPAIR, I can see all the windows files in c:\.

    so, anyone can help me to solve this? Or, tell me something helpful.

    Should I need to do something in my code?



  • 2.  RE: esxi 5 block driver and windows xp

    Posted Apr 13, 2012 07:42 AM

    hello, all, any advice?

    thanks :smileysad:



  • 3.  RE: esxi 5 block driver and windows xp

    Posted Apr 13, 2012 08:33 AM

    Do you have multiple virtual disks attached to the VM? If so, you may want to remove the non-OS disk and try OR verify the VM BIOS is correctly set to boot from OS disk. You can also try an a different SCSI controller to rule out any drivers issue:

    http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1000863



  • 4.  RE: esxi 5 block driver and windows xp

    Posted Apr 13, 2012 09:13 AM

    Thanks for your suggestion, vGuy, I just attached a virtual disk to the XP. And, I test installed again as the KB link said, but nothing change. 



  • 5.  RE: esxi 5 block driver and windows xp

    Posted Apr 13, 2012 10:12 AM

    I do not have a readily available vSphere 5 environment to test rightnow..however, I would suggest you to create a new virtual disk and ensure the virtual SCSI controller is set to Bus Logic and try again if possible with a new ISO image.



  • 6.  RE: esxi 5 block driver and windows xp

    Posted Apr 16, 2012 01:08 AM

    I have tested all types of the SCSI controller. Used BUS LOGIC, I can install XP in a HDD, but always failed in our block device. And, win 7, win 2008, SuSE OS and REHL OS are OK, can be installed normally. so I think there is something omitted in our code. Do you think?



  • 7.  RE: esxi 5 block driver and windows xp

    Posted May 07, 2012 07:16 AM

    have  solved. Thanks all the same.