MagnumVP Posted January 1, 2016 Report post Posted January 1, 2016 Using SCCM 2012 R2 with MDT Update 2 I am attempting to change the background during the OSD Steps 1 - 5 and have been unsuccessful. I'm able to change the initial background by specifying the Custom Background in the MDT Task Sequence, but after it pulls the files it reverts back to the default background. The images are STEPS_01.bmp through STEPS_05.bpg and are found under the MDT folder. I have created my own with the same WxH (800 x 600) and color level (24-bit) and replaced the image files with my own and redistributed the task and boot image. I have searched the entire HD for those files and the only ones that I see are the ones that I have created. Anyone else have any luck changing the background? Here is the image background that I'm attempting to change. Quote Share this post Link to post Share on other sites More sharing options...
YPCC Posted January 2, 2016 Report post Posted January 2, 2016 Open your task sequence in sccm, locate a step called "MDT Toolkit", make a note of the name of the package being used in this step. Close the task sequence and browse to " Packages" and try to locate this package. Once found, right click it and obtain the "source" location. Go to this source location and thats where the MDT files being used in your sequence are. Those are the BMP you want to update, not the ones in your MDT share. Remember to update the DPs once you replaced the images 1 Quote Share this post Link to post Share on other sites More sharing options...
MagnumVP Posted January 2, 2016 Report post Posted January 2, 2016 Thank you. It worked. It was one of those "Duh" moments. As soon as I read "Update the DP's" I knew that was it. Something so simple. I was just updating the Boot Image and forgetting about the Toolkit. Once I updated the DP it worked. Quote Share this post Link to post Share on other sites More sharing options...