Windows 7 not installing

Discussion in 'Windows 7' started by ganons, Sep 29, 2016.

  1. ganons

    ganons MDL Junior Member

    Mar 11, 2013
    60
    0
    0
    Cant install windows 7 on Xiaomi Mi book. Just before selecting the drive it says: a required cd/dvd drive device driver is missing.

    I read solution is trying on USB 2 port but this laptop has USB 3 and USB C ports only.
     
  2. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    You need to integrate USB 3.0/3.1 drivers to install media, cause Win7 doesn't support or has USB 3.0 drivers natively.
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,765
    450
    This exact question was asked by you in another thread.
     
  4. ganons

    ganons MDL Junior Member

    Mar 11, 2013
    60
    0
    0
    How do you integrate the drivers? Where would you find these drivers?

    Im asking here because its win 7 thread
     
  5. Cal-123

    Cal-123 MDL Novice

    Feb 19, 2011
    30
    10
    0
    #5 Cal-123, Sep 30, 2016
    Last edited by a moderator: Apr 20, 2017
  6. ganons

    ganons MDL Junior Member

    Mar 11, 2013
    60
    0
    0
    #6 ganons, Sep 30, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)
  7. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,396
    1,322
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,765
    450
    #8 Enthousiast, Sep 30, 2016
    Last edited: Apr 19, 2018
    Download the needed usb3 drivers from the support site of the manufacturer and mount the boot.wim (index 2), integrate the drivers with dism command and unmount the image with /commit.

    Or when the mainboard/PC manufacturer has an integration tool (skylake motherboard manufacturers will have a tool), use that one.

    Example Commands:
    Code:
    
    Mount:
    dism.exe /Mount-WIM /WimFile:"x:\Boot.wim" /index:2 /MountDir:"y:\mount"
    
    Integrate drivers:
    dism.exe /image:"y:\mount" /Add-Driver /driver:"z:\USB3Drivers" /ForceUnsigned /recurse
    
    Unmount:
    dism.exe /Unmount-wim /mountdir:"y:\mount" /commit
    
    
    
     
  9. ganons

    ganons MDL Junior Member

    Mar 11, 2013
    60
    0
    0
    Thanks guys but can't find the motherboard's website so can't get the drivers