Hi,
It sounds like you've already taken several important troubleshooting steps.
Here are a few additional suggestions that might help resolve the issue:
The error code 0xc0000098 often indicates a problem with the Boot Configuration Data (BCD). You can try rebuilding the BCD using the following commands in the Windows Recovery Environment (WinRE):
bootrec /rebuildbcd
bootrec /fixmbr
bootrec /fixboot
This might help resolve any corruption in the BCD.
- Review MDT Logs: Examine the MDT log files to identify any specific errors during the deployment process. The logs are typically located in
C:\MININT\SMSOSD\OSDLOGS
during deployment and%WINDIR%\TEMP\DeploymentLogs
after deployment[1]. - Update WinPE Drivers: Ensure that the WinPE boot image includes the necessary storage and network drivers. Sometimes, the default drivers might not be sufficient. You can import the latest WinPE driver packs from Dell into MDT.
- Remove Conflicting Drivers: There might be a conflict with the
intcpmt.sys
driver. Try removing this driver from the Out-of-Box Drivers in MDT and see if the deployment proceeds without it. If the driver is essential, you can add it back later as a separate package. - Test with Different Driver Versions: Sometimes, specific driver versions can cause issues. You might want to test with different versions of the Intel Platform Monitoring Technology driver to see if a different version resolves the issue.
- BIOS Update: Ensure that the BIOS is updated to the latest version available for the Dell Latitude 7450. Sometimes, BIOS updates can resolve compatibility issues with newer drivers and operating systems.
If these steps don't resolve the issue, you might want to reach out to Dell support for further assistance, as they might have more specific insights into the hardware and driver compatibility for the Latitude 7450.
Feel free to ask if you need more detailed instructions on any of these steps!
References
[1] Troubleshoot MDT - Configuration Manager | Microsoft Learn