BDD_Welcome_ENU.xml error message after initial OS boot.

Ed Reed 6 Reputation points
2022-09-23T15:52:05.25+00:00

Getting an error during MDT deployment. The error occurs right after the OS installs and the deployed machine boots for the first time. A dialog box appears that says,

"Unable to find definition file:BDD_Welcome_ENU.xml
Commandline : "C:\MININT\Scripts\Wizard.hta" /definition:BDD_Welcome_ENU.xml.

244328-mdt-error.png

The definition file mentioned is located on the deployment share of the server. At this point in the deployment, the machine is supposed to map a Z: drive to the server's deployment share to read the file from but the Z: drive doesn't get mapped. For this reason, it was initially suspected that this was a driver problem but the correct NIC driver is installed in the OS at the time of the error.

The system has been working well for months and now it's failing 50% of the time. Originally the errors were only affecting new Dell Optiplex and Latitude machines and now older model HP and Lenovo machines are seeing the issue.

Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
892 questions
Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,942 questions
0 comments No comments
{count} vote

3 answers

Sort by: Most helpful
  1. AllenLiu-MSFT 44,421 Reputation points Microsoft Vendor
    2022-09-26T02:43:56.86+00:00

    Hi, @Ed Reed

    Thank you for posting in Microsoft Q&A forum.

    It looks like a random issue, have we checked BDD.log to see if there any useful error message?
    We may try to restart the MDT server to see if it helps?


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Kevin Nguyen 0 Reputation points
    2024-07-18T15:36:41.9866667+00:00

    This is a very absurd issue. My organization also begin to see it as we are imaging new out-of-the-box laptops. It does not happen to the computers that we are already imaged before and need to be re-imaged again for redeployment. We find that for the Out-of-the-box computers, if you do a Secure Wipe on the drive in BIOS, it will mitigate the issue. We have tried adding step in the Task Sequence to do a diskpart clean on the drive but doesn't fix it.

    So far, our solution is to do a BIOS Secure Wipe on the drive for Out-of-the-box computers, before we image them.

    Hope this help.


  3. Ben Langlois 0 Reputation points
    2024-08-06T17:10:55.46+00:00

    Hi.. we have the same issue.. what I found is there a new BIOS firmware been sent out to all manufacturers (HP, Lenovo, Dell etc) and this cause the MDT to fail.. If you update this file and added the missing file that the MDT needs to transfer to the C: drive after it format the HDD (as it's not related to map the network drive).. LTICopySCripts.wsf.. it should help the issue. At this moment im testing it.. maybe it will help someone to figure why it doesn't grab the Skip Welcome attribute.

    I added -> "BDD_Welcome_ENU.xml","WelcomeWiz_Initialize.xml","WelcomeWiz_DeployRoot.xml"

    Private Sub Class_Initialize

    	' Create a list of scripts to copy.
    
    	
    
    	ScriptsToCopy = Array("LiteTouch.wsf", "ZTIUtility.vbs", "ZTIGather.wsf", "ZTIGather.xml", _
    
    		"Wizard.hta", "Credentials_ENU.xml", "Credentials_scripts.vbs", "WizUtility.vbs", "Wizard.css", _
    
    		"Wizard.ico", "BackButton.jpg", "plusicon.gif", "minusico.gif", "DeployWiz_Definition_ENU.xml", _
    
    		"DeployWiz_Initialization.vbs", "DeployWiz_Validation.vbs", "Summary_Definition_ENU.xml","WelcomeWiz_DeployRoot.xml", _
    
    		"Summary_scripts.vbs", "LTICleanup.wsf", "LTIGetFolder.wsf", "ZTINICConfig.wsf","WelcomeWiz_Choice.xml",_
    
    		"ZTINICUtility.vbs","ZTIBCDUTILITY.VBS", "ZTIDataAccess.vbs", "BDD_Welcome_ENU.xml","WelcomeWiz_Initialize.xml", "LTISuspend.wsf", _
    
    		"ZTIDiskUtility.vbs", "ZTIRunCommandHidden.wsf", "header-image.png", "NavBar.png", "Computer.png", _
    
    		"SetupComplete.cmd", "SetupRollback.cmd", "ZTISetupRollback.wsf", "LTITriggerUpgradeFailure.wsf", "LTIBootstrap.vbs")
    
    		
    
    	SourcePath = oUtility.ScriptDir & "\"		
    
    	TargetPath = oUtility.LocalRootPath & "\Scripts\"
    
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.