Windows 7 USB 3.0 bootable + USB 3.0 drivers

Discussion in 'Windows 7' started by DioNZB, Feb 9, 2017.

  1. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
  2. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,630
    Trophy Points:
    450
    #22 Enthousiast, Feb 9, 2017
    Last edited by a moderator: Apr 20, 2017
  3. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
  4. Flipp3r

    Flipp3r MDL Expert

    Joined:
    Feb 11, 2009
    Messages:
    1,743
    Likes Received:
    772
    Trophy Points:
    60
  5. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,630
    Trophy Points:
    450
    #25 Enthousiast, Feb 9, 2017
    Last edited by a moderator: Apr 20, 2017
    With ia64 folder deleted:

    Code:
    dism.exe /image:"c:\mount" /Add-Driver /driver:"d:\Downloads\USB3xLast\USB3x\x64\USB" /recurse
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 6.1.7600.16385
    
    Searching for driver packages to install...
    Found 21 driver package(s) to install.
    Installing 1 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\AMD\3.0\amdhub30.inf: The driver package was successfully installed.
    Installing 2 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\AMD\3.0\amdxhc.inf: The driver package was successfully installed.
    Installing 3 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\AMD\3.1\amdhub\amdhub31.inf: The driver package was successfully installed.
    Installing 4 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\AMD\3.1\amdxhc\amdxhc31.inf: The driver package was successfully installed.
    Installing 5 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\ASMedia\3.0_3.1\asmthub3.inf: Error - The driver package contains x64 boot-critical drivers, but the drivers are not properly signed. 
    Use the /forceunsigned option to install the drivers.
    Installing 6 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\ASMedia\3.0_3.1\asmtxhci.inf: Error - The driver package contains x64 boot-critical drivers, but the drivers are not properly signed. 
    Use the /forceunsigned option to install the drivers.
    Installing 7 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\Etron\3.0\EtronXHCI.INF: The driver package was successfully installed.
    Installing 8 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\Fresco_Logic\3.0\FLxHCIc.inf: The driver package was successfully installed.
    Installing 9 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\Fresco_Logic\3.0\FLxHCIh.inf: The driver package was successfully installed.
    Installing 10 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\Intel\3.0\iusb3hub.inf: The driver package was successfully installed.
    Installing 11 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\Intel\3.0\iusb3xhc.inf: The driver package was successfully installed.
    Installing 12 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\Intel\3.1\ausb3hub.inf: The driver package was successfully installed.
    Installing 13 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\Intel\3.1\ausb3xhc.inf: The driver package was successfully installed.
    Installing 14 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\Renesas\Gen1\3.0\nusb3hub.inf: The driver package was successfully installed.
    Installing 15 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\Renesas\Gen1\3.0\nusb3xhc.inf: The driver package was successfully installed.
    Installing 16 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\Renesas\Gen2\3.0\rusb3hub.inf: The driver package was successfully installed.
    Installing 17 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\Renesas\Gen2\3.0\rusb3xhc.inf: The driver package was successfully installed.
    Installing 18 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\Texas_Instruments\3.0\tihub3.inf: The driver package was successfully installed.
    Installing 19 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\Texas_Instruments\3.0\tixhci.inf: The driver package was successfully installed.
    Installing 20 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\VIA\3.0\ViaHub3.inf: The driver package was successfully installed.
    Installing 21 of 21 - d:\Downloads\USB3xLast\USB3x\x64\USB\VIA\3.0\xhcdrv.inf: The driver package was successfully installed.
    
    Error: 50
     
  6. Flipp3r

    Flipp3r MDL Expert

    Joined:
    Feb 11, 2009
    Messages:
    1,743
    Likes Received:
    772
    Trophy Points:
    60
    Ok. Just had a look & I'm using /forceunsigned in my script... Bugger!
     
  7. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
    #27 Mr.X, Feb 10, 2017
    Last edited: Feb 10, 2017
    Okay, roger that :D

    Yet we still have Tito's comment:

    Can anybody test into a fully updated install.wim. I can't by the time being as my HDD crash due to fair abuse. :biggrin:
     
  8. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,630
    Trophy Points:
    450
    #28 Enthousiast, Feb 10, 2017
    Last edited by a moderator: Apr 20, 2017
    On a simplixed 17.1.15 install.wim:

    Code:
    dism.exe /image:"g:\mount" /Add-Driver /driver:"d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB" /recurse
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 6.1.7601.18489
    
    Searching for driver packages to install...
    Found 21 driver package(s) to install.
    Installing 1 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\AMD\3.0\amdhub30.inf: The driver package was successfully installed.
    Installing 2 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\AMD\3.0\amdxhc.inf: The driver package was successfully installed.
    Installing 3 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\AMD\3.1\amdhub\amdhub31.inf: The driver package was successfully installed.
    Installing 4 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\AMD\3.1\amdxhc\amdxhc31.inf: The driver package was successfully installed.
    Installing 5 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\ASMedia\3.0_3.1\asmthub3.inf: The driver package was successfully installed.
    Installing 6 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\ASMedia\3.0_3.1\asmtxhci.inf: The driver package was successfully installed.
    Installing 7 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Etron\3.0\EtronXHCI.INF: The driver package was successfully installed.
    Installing 8 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Fresco_Logic\3.0\FLxHCIc.inf: The driver package was successfully installed.
    Installing 9 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Fresco_Logic\3.0\FLxHCIh.inf: The driver package was successfully installed.
    Installing 10 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Intel\3.0\iusb3hub.inf: The driver package was successfully installed.
    Installing 11 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Intel\3.0\iusb3xhc.inf: The driver package was successfully installed.
    Installing 12 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Intel\3.1\ausb3hub.inf: The driver package was successfully installed.
    Installing 13 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Intel\3.1\ausb3xhc.inf: The driver package was successfully installed.
    Installing 14 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Renesas\Gen1\3.0\nusb3hub.inf: The driver package was successfully installed.
    Installing 15 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Renesas\Gen1\3.0\nusb3xhc.inf: The driver package was successfully installed.
    Installing 16 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Renesas\Gen2\3.0\rusb3hub.inf: The driver package was successfully installed.
    Installing 17 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Renesas\Gen2\3.0\rusb3xhc.inf: The driver package was successfully installed.
    Installing 18 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Texas_Instruments\3.0\tihub3.inf: The driver package was successfully installed.
    Installing 19 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Texas_Instruments\3.0\tixhci.inf: The driver package was successfully installed.
    Installing 20 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\VIA\3.0\ViaHub3.inf: The driver package was successfully installed.
    Installing 21 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\VIA\3.0\xhcdrv.inf: The driver package was successfully installed.
    The operation completed successfully.
    
    I was just playing with win 7 SP1 :D

    EDIT: this was simplixed with usb3 option enabled, maybe it fixed some things, will retry on a simplixed image without usb3 enabled.
     
  9. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
    So Tito was dang right! :biggrin::cool::worthy::D
     
  10. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,630
    Trophy Points:
    450
    Edited the post :)
     
  11. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
    No worries. I can hold my breath... :fish2:
     
  12. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,630
    Trophy Points:
    450
    About 35 minutes? :D
     
  13. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
    Yessss... Gonna take dinner with family, so no biggie at all :D

    Mate, thanks for testing :worthy:
     
  14. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,630
    Trophy Points:
    450
    Bon appetite :)
     
  15. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,630
    Trophy Points:
    450
    #35 Enthousiast, Feb 10, 2017
    Last edited by a moderator: Apr 20, 2017
    On a clean not updated Win 7 SP1 Enterprise x86 en-US image:

    Code:
     dism.exe /image:"g:\mount" /Add-Driver /driver:"d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB" /recurse
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 21 driver package(s) to install.
    Installing 1 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\AMD\3.0\amdhub30.inf: The driver package was successfully installed.
    Installing 2 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\AMD\3.0\amdxhc.inf: The driver package was successfully installed.
    Installing 3 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\AMD\3.1\amdhub\amdhub31.inf: The driver package was successfully installed.
    Installing 4 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\AMD\3.1\amdxhc\amdxhc31.inf: The driver package was successfully installed.
    Installing 5 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\ASMedia\3.0_3.1\asmthub3.inf: The driver package was successfully installed.
    Installing 6 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\ASMedia\3.0_3.1\asmtxhci.inf: The driver package was successfully installed.
    Installing 7 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Etron\3.0\EtronXHCI.INF: The driver package was successfully installed.
    Installing 8 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Fresco_Logic\3.0\FLxHCIc.inf: The driver package was successfully installed.
    Installing 9 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Fresco_Logic\3.0\FLxHCIh.inf: The driver package was successfully installed.
    Installing 10 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Intel\3.0\iusb3hub.inf: The driver package was successfully installed.
    Installing 11 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Intel\3.0\iusb3xhc.inf: The driver package was successfully installed.
    Installing 12 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Intel\3.1\ausb3hub.inf: The driver package was successfully installed.
    Installing 13 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Intel\3.1\ausb3xhc.inf: The driver package was successfully installed.
    Installing 14 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Renesas\Gen1\3.0\nusb3hub.inf: The driver package was successfully installed.
    Installing 15 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Renesas\Gen1\3.0\nusb3xhc.inf: The driver package was successfully installed.
    Installing 16 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Renesas\Gen2\3.0\rusb3hub.inf: The driver package was successfully installed.
    Installing 17 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Renesas\Gen2\3.0\rusb3xhc.inf: The driver package was successfully installed.
    Installing 18 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Texas_Instruments\3.0\tihub3.inf: The driver package was successfully installed.
    Installing 19 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\Texas_Instruments\3.0\tixhci.inf: The driver package was successfully installed.
    Installing 20 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\VIA\3.0\ViaHub3.inf: The driver package was successfully installed.
    Installing 21 of 21 - d:\Simplix_Batches_Win7\Win7\USB 3.0\x86\USB\VIA\3.0\xhcdrv.inf: The driver package was successfully installed.
    The operation completed successfully.
    Same result on a freshly simplixed (non USB3) 17.1.15 image.
     
  16. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
    :worthy:....................

     
  17. l33tissw00t

    l33tissw00t MDL Addicted

    Joined:
    Dec 6, 2012
    Messages:
    818
    Likes Received:
    516
    Trophy Points:
    30
    #37 l33tissw00t, May 18, 2017
    Last edited: May 18, 2017
    Any updated pack for W7 Mr. X?
    Seems like it's just Intel and ASMedia..
     
  18. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
    You sure it's only Intel /ASMedia the ones updated?
    I do not keep track of versions lol
     
  19. nasa

    nasa MDL Member

    Joined:
    Dec 2, 2007
    Messages:
    106
    Likes Received:
    15
    Trophy Points:
    10
  20. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,630
    Trophy Points:
    450
    For boot.wim it's easier to just manually dism the drivers from winraid into it.