Adding drivers to a Windows Vista (PE) boot imageThere are two methods available for adding drivers to your File Based Images (WIM) which are both described in this FAQ:
Each method described here contains a step-by-step example that will hopefully clarify things a bit.
Drvload is used to add drivers to a booted Windows Vista PE image (e.g. a running Windows PE system). The
command is available from the commandbox that is launched after the winpe.wim boot has completed.
Follow these steps to add a driver to the image:
Detailed information about the drvload command-line options can be found at this Technet article.
Peimg is used to add drivers to an offline Windows Vista (PE) image (e.g. direct editing of a wim-file on your XP or 2003 system). The command
is available from the Windows PE Tools command prompt (made available by installing
WAIK).
Follow these steps to add a driver to the image:
Detailed information about the ImageX command-line options can be found in this Technet article.
Detailed information about the peimg command-line options can be found in this Technet article.