So, I continued my search for help and turned up some very nice tutorials on doing this. In summary, that KB article is super old (for Windows Server 2003?) and WDS has come a long way since then. The general procedure for adding drivers to a PE boot image is:
- Find the NIC driver and unpack it to an INF with supporting files
- Disable the boot image (to prevent it from being sent to a client during servicing)
- Add a driver package (under the Drivers section of the WDS snap-in)
- Point the wizard at the INF and create a driver group if you want
- Open the "add drivers to boot image" wizard for your boot image
- Use the default search terms to search for drivers, check the box for your new drivers
- Complete the wizard and wait a super long time for it to mount, modify, and unmount the WIM
- Re-enable the boot image
Tristan Watkins wrote a more filled-out backstory and procedure (with pictures) for this. It helped me immensely.
No comments:
Post a Comment