Ga naar oplossingen
Overschakelen van USB 3.0 naar USB 2.0 op servermodellen hoger dan (R/T) 330.
De USB-modus kan worden ingesteld in het BIOS: (Figuur 1)
Er is een wisselknop in het BIOS waarmee USB 2.0 of USB 3.0 kan worden gebruikt (dit is standaard 2.0 vanuit onze fabriek). Met behulp van de USB 2.0-optie kunnen oudere Windows-versies eenvoudiger geïnstalleerd worden.
Afbeelding 1: Dell BIOS
Met USB 3.0 op de standaardmedia loopt de installatie vast in de volgende fase zonder toetsenbord- en muisfunctionaliteit (Afbeelding 2):
Afbeelding 2: Installatie gestopt in het installatiescherm
Indien mogelijk is de handigste oplossing om Windows 2012 te installeren, dat standaard de USB 3.0-driver bevat en geen problemen heeft tijdens de installatie. Wanneer deze oplossing niet mogelijk is, is het alternatief om de USB 3.0-driver in de installatiemedia te injecteren.
Stappen:
Set-ExecutionPolicy Unrestricted
.\DriverUpdate.ps1
Bij deze methode moeten we de USB 3.0-stuurprogramma's handmatig injecteren. Om hetzelfde te bereiken, moeten we de stuurprogramma's injecteren in "Boot.wim" die 2 indexen heeft (1 en 2).
"Boot.wim" heeft 2 indexen (1 en 2). De Intel USB 3.0-drivers moeten in beide worden geïnjecteerd.CD \temp
dism /Get-WimInfo /WimFile:C:\temp\WindowsISO\sources\boot.wim
Dism /Get-WimInfo /WimFile:C:\temp\WindowsISO\sources\Install.wim
Dism /Mount-Wim /WimFile:C:\temp\WindowsISO\sources\boot.wim /Index:1 /MountDir:C:\temp\Wim
Dism /Image:C:\temp\wim /Add-Driver /Driver:C:\temp\drivers /Recurse
Dism /Unmount-Wim /MountDir:C:\temp\wim /Commit
Koppel index 2 van het wim-bestand:
Dism /Mount-Wim /WimFile:C:\temp\WindowsISO\sources\boot.wim /Index:2 /MountDir:C:\temp\Wim
Dism /Image:C:\temp\wim /Add-Driver /Driver:C:\temp\drivers /Recurse
Dism /Unmount-Wim /MountDir:C:\temp\wim /Commit
Dism /Mount-Wim /WimFile:C:\temp\WindowsISO\sources\Install.wim /Index:3 /MountDir:C:\temp\Wim
Dism /Image:C:\temp\wim /Add-Driver /Driver:C:\temp\drivers /Recurse
Dism /Unmount-Wim /MountDir:C:\temp\wim /Commit
CD C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\Oscdimg
oscdimg -n -m -bc:\temp\WindowsISO\boot\etfsboot.com C:\temp\WindowsISO C:\temp\WindowsISO\Mynew_Windows_Server2008_Ent_USB3.0.iso
Niet van toepassing
Niet van toepassing