If you have this scenario you still need to test your SCCM Task Sequences.
In order to boot from WDS using a SCCM Boot image first Create a Task Sequence Media right clicking Task Sequences and selecting Create Task Sequence Media. Now select Bootable Media and click on Next.
I extract it to C:\SCCM.
Now let's mount the boot.wim and copy some required files there and then commit the changes and unmount it.
Go to a computer where you have the WAIK installed and start the Deployment Tools Command Prompt.
Create a empty folder where you are going to mount the image. I created C:\img
Type in the command prompt:
dism /mount-wim /wimfile:C:\SCCM\sources\boot.wim /index:1 /mountdir:c:\img
Now browse to C:\SCCM\SMS and copy the DATA folder to c:\img\SMS
You can enable the command line support F8, adding EnableDebugShell=True in the tsbootshell.ini in c:\img\SMS\bin\i386
Type in the command prompt:
dism /unmount-wim /mountdir:C:\img /commit
Now import the image C:\SCCM\sources\boot.wim to your WDS server.




No comments:
Post a Comment