Fix OSD Error Cannot find the script file LTIBootstrap

Prajwal Desai
Posted by Prajwal Desai

Operating System deployment using Configuration Manager is not just about creating and deploying an image. It is an entire process that allows you to define actions before the image is applied to a system and the actions after the image is applied. Last week while I was working on OSD, my Task Sequence failed to resume after first logon. I came across OSD Error Cannot find the script file LTIBootstrap. The configuration manager was integrated with latest version of MDT. So in my case the OSD process went well until there was a point when the it automatically logs in and tries to run the unattended file. The unattended file is suppose to call the LTIBootstrap.vbs so that MDT can complete its process after first login. But it looked like this didn’t happen. This LTIBootstrap.vbs was not called and when i checked the log files I did not find any errors. The error that I got can be seen in the below screenshot.

Can not find script file “X:LTIBootstrap.vbs”

OSD Error Cannot find the script file LTIBootstrap

OSD Error Cannot find the script file LTIBootstrap

I don’t know if there is any other way to fix this issue. I am sharing the troubleshooting step that worked for me, if something else has helped you resolve this issue please share it in comments so that it could help others. In the MDT settings package that I had created, I edited a file named Unattend.xml. In this file look for the section where the LTIBootstrap script file is called, you could delete that section or comment it. Once you do that, update the MDT setting package. The next time when you deploy the TS, you will not find this error and the TS executes successfully.

OSD Error Cannot find the script file LTIBootstrap

Share This Article
Prajwal Desai
Posted by Prajwal Desai
Follow:
Prajwal Desai is a Microsoft MVP in Intune and SCCM. He writes articles on SCCM, Intune, Windows 365, Windows Server, Windows 11, WordPress and other topics, with the goal of providing people with useful information.