About the author

Jason Huitt is on the Windows Group with Academic Computing and Networking Services at Colorado State University.
E-mail me Send mail

Recent posts

Archive

Authors

Tags

None

    Blogroll

      Disclaimer

      The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

      © Copyright 20082012

      Installing Updated NIC Drivers into a WinPE Image

      Updated 2012-01-03!
      1. Download the appropriate driver.  You'll need an INF file to complete the install.
      2. CD to the root of your WinPE build folder. 
      3. Mount your WinPE boot.wim (imagex /mountrw .\ISO\sources\boot.wim 1 .\mount).
      4. Install the driver (Dism /Image:<path to mount folder> /Add-Driver /Driver:<full path to INF file>)
      5. Unmount the WinPE image (imagex /unmount .\mount /commit)
      6. Optional: Create a new ISO for burning to CD (oscdimg -n -b<path to etfsboot.com> <path to ISO folder> <file name of ISO to create>)

      Categories: IT | WinPE
      Posted by Jason on Friday, October 31, 2008 2:19 PM
      Permalink | Comments (0) | Post RSSRSS comment feed

      Add comment

      biuquote
      • Comment
      • Preview
      Loading