Announcement

Collapse
No announcement yet.

devcon error for WinPe 3.0

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • devcon error for WinPe 3.0

    Using the Windows 7 AIK I created a bootable UFD with WinPE 3.0/BurnInTest very easily. There are some differences compared to previous AIK versions, and it seems the devcon.exe does not work properly. It says on the Microsoft download page as well that devcon.exe is made for 2k, xp and 2k3. Does anyone know of a tool that works in Win7/WinPE 3.0 to install drivers for com and lpt ports?

    This is the error I get:
    Code:
    X:\windows\system32>net start serenum
    The requested service has already been started.
    
    More help is available by typing NET HELPMSG 2182.
    
    
    X:\windows\system32>devcon install x:\Windows\inf\msports.inf ACPI\PNP0501
    Device node created. Install is complete when drivers are updated...
    Updating drivers for ACPI\PNP0501 from x:\Windows\inf\msports.inf.
    devcon failed.
    
    X:\windows\system32>net start parport
    
    The Parallel port driver service was started successfully.
    
    
    X:\windows\system32>devcon install x:\Windows\inf\msports.inf ACPI\PNP0401
    Device node created. Install is complete when drivers are updated...
    Updating drivers for ACPI\PNP0401 from x:\Windows\inf\msports.inf.
    devcon failed.

  • #2
    Did you test it and find that the serial port test and parallel port tests did not work?

    If so, from a search of the Internet, it seems that you may need a newer version of devcon. E.g.
    http://social.answers.microsoft.com/...4-fc4ff0ea6ee8

    If this does not work, please let me know.

    Comment


    • #3
      You can also use DISM to inject the drivers into your WinPE. Example:

      Code:
      Dism /image:C:\test\offline /Add-Driver /driver:C:\test\drivers\driver.inf
      Reference:
      http://technet.microsoft.com/en-us/l...58(WS.10).aspx

      If you just want to add drivers after WinPE loads, you can use the built-in DRVLOAD app:
      http://technet.microsoft.com/en-us/l...90(WS.10).aspx

      Comment


      • #4
        Thanks. I will test BurnInTest WINPE3.0 when I get some time and update our documentation.

        Comment


        • #5
          We have just modified BurnInTest 7.0 (currently in Beta) such that when run from WinPE it will now configure the COM ports before running the serial port test. Hence the previous configuration using devcon is no longer required, and the problem in this post is not relevant for BurnInTest 7.0.

          The current Beta of BurnInTest 7.0 and the updated draft WinPE 3.0 document can be found here:
          http://www.passmark.com/forum/showth...0914#post10914

          Comment

          Working...
          X