Soru

Zorluk: Çok zorOS Installation and Upgrade Methods

A systems administrator is configuring an automated network deployment of Windows 11 Pro across a fleet of custom workstations equipped with a new hardware RAID storage controller. The administrator creates a deployment share and configures an `autounattend.xml` answer file. However, when Windows Setup launches on the target clients via PXE, the installation halts at the disk partition selection phase with the error message: "We couldn't find any drives. To get a storage driver, click Load driver." Reviewing the `autounattend.xml` file reveals that the custom RAID controller driver package was placed in the `offlineServicing` configuration pass. Which of the following actions should the administrator take to resolve this issue while maintaining an automated deployment process?

  1. Reconfigure the answer file to inject the RAID controller driver package during the windowsPE configuration pass.Cevap
  2. B
    Reconfigure the answer file to inject the RAID controller driver package during the specialize configuration pass.
  3. C
    Initiate an in-place upgrade using Windows 10 Home installation media to automatically load legacy storage drivers before applying the answer file.
  4. D
    Modify the target image edition parameter in the answer file from Windows 11 Pro to Windows 11 Home to load universal RAID storage drivers.

Cevap

Reconfigure the answer file to inject the RAID controller driver package during the windowsPE configuration pass.
During an automated Windows deployment utilizing an `autounattend.xml` answer file, mass storage controller drivers essential for disk recognition must be injected during the `windowsPE` configuration pass. The `windowsPE` pass configures settings specific to the preinstallation environment prior to drive selection, disk partitioning, and image staging. Injecting the driver at this phase ensures WinPE initializes the RAID controller before Setup searches for target disks.

Adım Adım Çözüm

1
Diagnose the disk detection error in Windows Setup.
The Windows installer cannot identify target disk drives because the WinPE boot environment lacks the required third-party RAID controller driver.
WinPE requires storage controller drivers loaded in memory before it can initialize storage controllers, scan for disks, and create partition structures.
2
Analyze the Windows deployment configuration pass sequence.
The `offlineServicing` pass applies updates and drivers to an offline Windows image after it has been copied to disk. The `windowsPE` pass processes drivers before disk selection occurs.
Placing driver injection in `offlineServicing` fails because Setup cannot reach the image-copying stage without first detecting a target disk.
3
Update the autounattend.xml structure.
Move the driver injection directive (`Microsoft-Windows-PnpCustomizationsWinPE`) into the `windowsPE` configuration pass.
Injecting the storage driver during the `windowsPE` pass enables Setup to load the driver immediately upon boot, successfully exposing the RAID array for automated partitioning.

Anahtar Kavram

Windows Setup Configuration Passes and Unattended Driver Staging
Tahmini Süre:3m 0s
Bu soruyu puanla