VMware vSphere

 View Only
  • 1.  Inaccessible boot device during deployment with MDT

    Posted Feb 08, 2018 08:31 AM

    Hi, I'm currently configuring my WDS with MDT so I can deploy Windows 10. I'm using VMs to test out different configurations, but suddenly everytime I try to deploy Windows 10 it ends up bluescreening and giving the INACCESSIBLE_BOOT_DEVICE error code. This only happens when I deploy on a VM. It works fine on a physical machine. Any suggestions?



  • 2.  RE: Inaccessible boot device during deployment with MDT

    Posted Feb 08, 2018 01:20 PM

    WDS with MDT

    Sorry, but what does this mean?

    but suddenly everytime I try to deploy Windows 10 it ends up bluescreening and giving the INACCESSIBLE_BOOT_DEVICE error code.

    This often means the driver for the storage controller isn't properly installed.



  • 3.  RE: Inaccessible boot device during deployment with MDT

    Posted Feb 08, 2018 01:32 PM

    WDS with MDT

    Sorry, but what does this mean?

    Windows Deployment Server with the Microsoft Deployment Toolkit.

    but suddenly everytime I try to deploy Windows 10 it ends up bluescreening and giving the INACCESSIBLE_BOOT_DEVICE error code.

    This often means the driver for the storage controller isn't properly installed.

    That would mean that somehow MDT doesn't inject the needed driver or am I completely wrong?



  • 4.  RE: Inaccessible boot device during deployment with MDT

    Posted Feb 08, 2018 01:39 PM

    That would be my assessment. What is the resulting configuration of the VM it's building? What storage controller type does it have?



  • 5.  RE: Inaccessible boot device during deployment with MDT

    Posted Feb 09, 2018 09:30 AM

    It uses LSI SAS. I've tried the others as well to no avail.



  • 6.  RE: Inaccessible boot device during deployment with MDT

    Posted Feb 09, 2018 03:26 PM

    Your deployment tool isn't configuring the correct drivers in that case. It's far simpler to just deploy from an existing vSphere template, then you won't have to worry about this.



  • 7.  RE: Inaccessible boot device during deployment with MDT
    Best Answer

    Posted Feb 08, 2018 02:03 PM

    > That would mean that somehow MDT doesn't inject the needed driver or am I completely wrong?
    It means that there is a mismatch between the injected driver and the actual config of the VM.
    Maybe you have injected the LSI-SAS driver but configured the VM to use the normal LSI controller.



  • 8.  RE: Inaccessible boot device during deployment with MDT

    Posted Feb 12, 2018 09:36 AM

    It means that there is a mismatch between the injected driver and the actual config of the VM.

    Turned out I managed to import some disk controller drivers from lenovo's pages which was causing the problem. Fixed now, thanks for the help!