ich hab derzeit das Problem, dass wir durch die Windows 11 Umstellung / Migration seit neustem keine Dell Precision 5820 Tower und ausschließlich nur diese Geräte mehr über unser PXE-/OS Depyloment installieren können, weil auf den Geräten das PreOSPackage DiskPartitioning 3.30 nicht erfolgreich ausgeführt bzw. abgeschlossen wird und der Vorgang nach kurzer Zeit (ca. 5-10min) mit einem Bluescreen (DRIVER PNP WATCHDOG) endet.
Ich habe zuvor schon die WinPE Treiber von den Dell Webseite heruntergeladen und in unser WinPE Image integriert.
Auch das neuste Windows ADK 10.1.26100.2454 (Dezember 2024) und das Windows PE-Add-On sind auf unserem Empirum-Server aktualisiert worden.
Anbei ein Auszug aus dem WinPE-Log zu einem der betroffenen Clients.
Code: Select all
2025-09-12 13:40:24.691 [INFO] [PeAgent.LogWinPeVersion] PEAgent is running in Windows (TM) 10 Preinstallation Environment release 2009 (Build 26100.1.amd64fre.ge_release.240331-1435).
2025-09-12 13:40:24.692 [INFO] [PeAgent.InitConfigurationAccessSettings] Initializing configuration access settings
2025-09-12 13:40:24.710 [INFO] [PeAgent.InitConfigurationAccessSettings] Finished initializing configuration access settings
2025-09-12 13:40:24.712 [INFO] [PeAgent.LogSystemStatus] _____________________________________
2025-09-12 13:40:24.712 [INFO] [PeAgent.LogSystemStatus]
2025-09-12 13:40:24.712 [INFO] [PeAgent.LogSystemStatus] Cyclic system status information:
2025-09-12 13:40:24.712 [INFO] [PeAgent.LogSystemStatus]
2025-09-12 13:40:24.714 [INFO] [PeAgent.LogSystemStatus] Drive 'C:\' (Fixed)
2025-09-12 13:40:24.721 [INFO] [PeAgent.LogSystemStatus] Drive 'D:\' (Removable)
2025-09-12 13:40:24.722 [INFO] [PeAgent.LogSystemStatus] Label 'CPBA_X64FRE_DE-DE_DV9' (File system 'NTFS')
2025-09-12 13:40:24.723 [INFO] [PeAgent.LogSystemStatus] Total size: 119997 MB
2025-09-12 13:40:24.723 [INFO] [PeAgent.LogSystemStatus] Free space: 109327 MB
2025-09-12 13:40:24.723 [INFO] [PeAgent.LogSystemStatus] Drive 'E:\' (Removable)
2025-09-12 13:40:24.724 [INFO] [PeAgent.LogSystemStatus] Label 'UEFI_NTFS' (File system 'FAT')
2025-09-12 13:40:24.724 [INFO] [PeAgent.LogSystemStatus] Total size: 0 MB
2025-09-12 13:40:24.724 [INFO] [PeAgent.LogSystemStatus] Free space: 0 MB
2025-09-12 13:40:24.724 [INFO] [PeAgent.LogSystemStatus] Drive 'F:\' (Removable)
2025-09-12 13:40:24.728 [INFO] [PeAgent.LogSystemStatus] Drive 'X:\' (Fixed)
2025-09-12 13:40:24.729 [INFO] [PeAgent.LogSystemStatus] Label 'Boot' (File system 'NTFS')
2025-09-12 13:40:24.729 [INFO] [PeAgent.LogSystemStatus] Total size: 513 MB
2025-09-12 13:40:24.729 [INFO] [PeAgent.LogSystemStatus] Free space: 502 MB
2025-09-12 13:40:27.886 [INFO] [PeAgent.LogSystemStatus] System RAM: 16068 MB
2025-09-12 13:40:27.919 [INFO] [PeAgent.LogSystemStatus] Free RAM: 14485 MB
2025-09-12 13:40:27.919 [INFO] [PeAgent.LogSystemStatus] _____________________________________
2025-09-12 13:40:27.924 [INFO] [PeAgent.WaitForContinueAfterInitializeIfNeeded] Do not wait after initialize
2025-09-12 13:40:27.924 [INFO] [PeAgent.StartLogonNotificationIfNeeded] Starting StartLogonNotificationIfNeeded
2025-09-12 13:40:28.056 [INFO] [DriverManager.InstallDeviceDrivers] Installing required device drivers if provided...
2025-09-12 13:40:43.336 [INFO] [ConnectionManager.RunExtension] I am running ...
2025-09-12 13:40:44.553 [ERROR] [DriverInfParser.ProcessInfFile] Can't find [Manufacturer] section.
2025-09-12 13:40:44.569 [INFO] [DriverLoader.FilterAvailableDriversByDeviceClasses] =========================================================================
2025-09-12 13:40:44.569 [INFO] [DriverLoader.FilterAvailableDriversByDeviceClasses] Filtering available drivers by: Volume,DiskDrive,Net,SCSIAdapter,HDC
2025-09-12 13:40:44.572 [INFO] [DriverLoader.InstallRequiredDrivers] =========================================================================
2025-09-12 13:40:44.572 [INFO] [DriverLoader.InstallRequiredDrivers] Installing available drivers for 1 devices.
2025-09-12 13:40:44.572 [INFO] [DriverLoader.InstallRequiredDrivers] Installing available driver: RAID Controller (PCI\VEN_8086&DEV_201D)
2025-09-12 13:40:45.147 [INFO] [DriverLoader.InstallRequiredDrivers] Driver for RAID Controller (PCI\VEN_8086&DEV_201D) installed.
2025-09-12 13:40:45.148 [INFO] [DriverManager.InstallDeviceDrivers] There were 1 devices installed.
2025-09-12 13:40:45.148 [INFO] [DriverManager.InstallDeviceDrivers] Device: RAID Controller (PCI\VEN_8086&DEV_201D) - Driver: x:\drivers\winpe_1\x64\dell\x64\storage\f02f8_a00-00\ianullvmd.inf\7.7.0.1260\iavroc.inf
2025-09-12 13:40:45.148 [INFO] [DriverManager.InstallDeviceDrivers] Finished installing required device drivers.
2025-09-12 13:40:45.149 [INFO] [PeAgent.LogIpConfigOutput] Network information from IpConfig:
2025-09-12 13:40:54.152 [INFO] [PowerShellExecutor.ExecutePowerShellScript] Time out set to 3600 at 9/12/2025 1:40:54 PM
2025-09-12 13:40:54.152 [INFO] [PowerShellExecutor.ExecutePowerShellScript] Waiting 3600 seconds for exiting process.
2025-09-12 13:40:54.152 [INFO] [PowerShellExecutor.ExecutePowerShellScript] Starting PowerShell process...
2025-09-12 13:40:57.886 [INFO] [PeAgent.LogSystemStatus] _____________________________________
2025-09-12 13:40:57.887 [INFO] [PeAgent.LogSystemStatus]
2025-09-12 13:40:57.887 [INFO] [PeAgent.LogSystemStatus] Cyclic system status information:
2025-09-12 13:40:57.887 [INFO] [PeAgent.LogSystemStatus]
2025-09-12 13:40:57.887 [INFO] [PeAgent.LogSystemStatus] Drive 'C:\' (Fixed)
2025-09-12 13:40:57.892 [INFO] [PeAgent.LogSystemStatus] Drive 'D:\' (Removable)
2025-09-12 13:40:57.893 [INFO] [PeAgent.LogSystemStatus] Label 'CPBA_X64FRE_DE-DE_DV9' (File system 'NTFS')
2025-09-12 13:40:57.893 [INFO] [PeAgent.LogSystemStatus] Total size: 119997 MB
2025-09-12 13:40:57.893 [INFO] [PeAgent.LogSystemStatus] Free space: 109327 MB
2025-09-12 13:40:57.893 [INFO] [PeAgent.LogSystemStatus] Drive 'E:\' (Removable)
2025-09-12 13:40:57.893 [INFO] [PeAgent.LogSystemStatus] Label 'UEFI_NTFS' (File system 'FAT')
2025-09-12 13:40:57.893 [INFO] [PeAgent.LogSystemStatus] Total size: 0 MB
2025-09-12 13:40:57.893 [INFO] [PeAgent.LogSystemStatus] Free space: 0 MB
2025-09-12 13:40:57.893 [INFO] [PeAgent.LogSystemStatus] Drive 'F:\' (Removable)
2025-09-12 13:40:57.898 [INFO] [PeAgent.LogSystemStatus] Drive 'X:\' (Fixed)
2025-09-12 13:40:57.898 [INFO] [PeAgent.LogSystemStatus] Label 'Boot' (File system 'NTFS')
2025-09-12 13:40:57.898 [INFO] [PeAgent.LogSystemStatus] Total size: 513 MB
2025-09-12 13:40:57.898 [INFO] [PeAgent.LogSystemStatus] Free space: 496 MB
2025-09-12 13:40:57.904 [INFO] [PeAgent.LogSystemStatus] System RAM: 16068 MB
2025-09-12 13:40:57.910 [INFO] [PeAgent.LogSystemStatus] Free RAM: 13825 MB
2025-09-12 13:40:57.911 [INFO] [PeAgent.LogSystemStatus] _____________________________________
2025-09-12 13:41:00.394 [INFO] [Process.OutputReadNotifyUser] Validate runtime environment. Got computer info value 'WindowsPE'
2025-09-12 13:41:00.395 [INFO] [Process.OutputReadNotifyUser] Validation result 'True'
2025-09-12 13:41:00.395 [INFO] [Process.OutputReadNotifyUser] Start partitioning...
2025-09-12 13:41:01.303 [INFO] [Process.OutputReadNotifyUser] Read the following variable values for Disk 0 from the Computer.ini:
2025-09-12 13:41:01.308 [INFO] [Process.OutputReadNotifyUser] SizeSystemPartition: 100
2025-09-12 13:41:01.309 [INFO] [Process.OutputReadNotifyUser] SizeDataPartition: 0
2025-09-12 13:41:01.309 [INFO] [Process.OutputReadNotifyUser] InterpretSizeInputAsProcentage: 1
2025-09-12 13:41:01.310 [INFO] [Process.OutputReadNotifyUser] MinimumSystemPartitionSize: 32
2025-09-12 13:41:01.310 [INFO] [Process.OutputReadNotifyUser] PreferFastDisk: 1
2025-09-12 13:41:01.310 [INFO] [Process.OutputReadNotifyUser] ClearAllDisks: 0
2025-09-12 13:41:01.311 [INFO] [Process.OutputReadNotifyUser] PreserveDataPartition: 0
2025-09-12 13:41:01.311 [INFO] [Process.OutputReadNotifyUser] Information before DiskPartitioning ...
2025-09-12 13:41:01.313 [INFO] [Process.OutputReadNotifyUser] Current hard disk information:
2025-09-12 13:41:01.314 [INFO] [Process.OutputReadNotifyUser] ==============================
2025-09-12 13:41:01.413 [INFO] [Process.OutputReadNotifyUser]
2025-09-12 13:41:01.509 [INFO] [Process.OutputReadNotifyUser] Number Friendly Name Serial Number HealthStatus OperationalStatus Total Size Partition Style
2025-09-12 13:41:01.510 [INFO] [Process.OutputReadNotifyUser] ------ ------------- ------------- ------------ ----------------- ---------- ---------------
2025-09-12 13:41:01.512 [INFO] [Process.OutputReadNotifyUser] 0 Micron 1300 SATA 256GB 21142E0A845C Healthy Online 238.47 GB GPT
2025-09-12 13:41:01.512 [INFO] [Process.OutputReadNotifyUser] 1 Generic- SD/MMC CRW 2012062914345300 Healthy No Media 0 B RAW
2025-09-12 13:41:01.512 [INFO] [Process.OutputReadNotifyUser] 2 Intenso Twist Line FC094E6324B29 Healthy Online 117.19 GB GPT
2025-09-12 13:41:01.512 [INFO] [Process.OutputReadNotifyUser]
2025-09-12 13:41:01.513 [INFO] [Process.OutputReadNotifyUser]
2025-09-12 13:41:01.514 [INFO] [Process.OutputReadNotifyUser] Current partition information:
2025-09-12 13:41:01.515 [INFO] [Process.OutputReadNotifyUser] ==============================
2025-09-12 13:41:01.545 [INFO] [Process.OutputReadNotifyUser]
2025-09-12 13:41:01.646 [INFO] [Process.OutputReadNotifyUser]
2025-09-12 13:41:01.649 [INFO] [Process.OutputReadNotifyUser] DiskPath: \\?\scsi#disk&ven_micron&prod_1300_sata_256gb#4&243eb34e&0&000000#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
2025-09-12 13:41:01.649 [INFO] [Process.OutputReadNotifyUser]
2025-09-12 13:41:01.649 [INFO] [Process.OutputReadNotifyUser] PartitionNumber DriveLetter Offset Size Type
2025-09-12 13:41:01.650 [INFO] [Process.OutputReadNotifyUser] --------------- ----------- ------ ---- ----
2025-09-12 13:41:01.650 [INFO] [Process.OutputReadNotifyUser] 1 C 1048576 100 MB Basic
2025-09-12 13:41:01.651 [INFO] [Process.OutputReadNotifyUser]
2025-09-12 13:41:01.653 [INFO] [Process.OutputReadNotifyUser]
2025-09-12 13:41:01.654 [INFO] [Process.OutputReadNotifyUser] DiskPath:
2025-09-12 13:41:01.654 [INFO] [Process.OutputReadNotifyUser] \\?\usbstor#disk&ven_intenso&prod_twist_line&rev_2.00#fc094e6324b29&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
2025-09-12 13:41:01.654 [INFO] [Process.OutputReadNotifyUser]
2025-09-12 13:41:01.654 [INFO] [Process.OutputReadNotifyUser] PartitionNumber DriveLetter Offset Size Type
2025-09-12 13:41:01.654 [INFO] [Process.OutputReadNotifyUser] --------------- ----------- ------ ---- ----
2025-09-12 13:41:01.655 [INFO] [Process.OutputReadNotifyUser] 1 D 1048576 117.19 GB Basic
2025-09-12 13:41:01.655 [INFO] [Process.OutputReadNotifyUser] 2 E 125828027392 1 MB Basic
2025-09-12 13:41:01.655 [INFO] [Process.OutputReadNotifyUser]
2025-09-12 13:41:01.655 [INFO] [Process.OutputReadNotifyUser]
2025-09-12 13:41:01.655 [INFO] [Process.OutputReadNotifyUser] Current volume information:
2025-09-12 13:41:01.656 [INFO] [Process.OutputReadNotifyUser] ==============================
2025-09-12 13:41:01.701 [INFO] [Process.OutputReadNotifyUser]
2025-09-12 13:41:01.712 [INFO] [Process.OutputReadNotifyUser] DriveLetter FriendlyName FileSystemType DriveType HealthStatus OperationalStatus SizeRemaining Size
2025-09-12 13:41:01.712 [INFO] [Process.OutputReadNotifyUser] ----------- ------------ -------------- --------- ------------ ----------------- ------------- ----
2025-09-12 13:41:01.712 [INFO] [Process.OutputReadNotifyUser] D CPBA_X64FRE_DE-DE_DV9 NTFS Removable Healthy OK 106.77 GB 117.19 GB
2025-09-12 13:41:01.713 [INFO] [Process.OutputReadNotifyUser] C Unknown Fixed Healthy Unknown 0 B 0 B
2025-09-12 13:41:01.713 [INFO] [Process.OutputReadNotifyUser] E UEFI_NTFS FAT Removable Healthy OK 132 KB 1004 KB
2025-09-12 13:41:01.713 [INFO] [Process.OutputReadNotifyUser] F Unknown Removable Healthy Unknown 0 B 0 B
2025-09-12 13:41:01.713 [INFO] [Process.OutputReadNotifyUser]
2025-09-12 13:41:01.713 [INFO] [Process.OutputReadNotifyUser]
2025-09-12 13:41:02.108 [INFO] [PeAgent.CanPxeMessageBeSent] PXE off or log message will be sent using UUID address (without MAC address).
2025-09-12 13:41:02.114 [INFO] [Process.OutputReadNotifyUser] Entering Sort-TargetDisks
2025-09-12 13:41:02.199 [INFO] [Process.OutputReadNotifyUser] Found fastest disk 0 with SSD media type and SATA bustype.
2025-09-12 13:41:02.250 [INFO] [Process.OutputReadNotifyUser] Evaluated target disks order: 0
2025-09-12 13:41:02.252 [INFO] [Process.OutputReadNotifyUser] Finished Sort-TargetDisks
2025-09-12 13:41:02.315 [INFO] [Process.OutputReadNotifyUser] Found disk 0 with SSD media type and SATA bustype.
2025-09-12 13:41:02.431 [INFO] [Process.OutputReadNotifyUser] Entering Invoke-PreparePartitioningOfAdditionalDisk
2025-09-12 13:41:02.433 [INFO] [Process.OutputReadNotifyUser] Info: additional disk not found.
2025-09-12 13:41:02.433 [INFO] [Process.OutputReadNotifyUser] Finished Read-AdditionalDiskConfigurationJson
2025-09-12 13:41:02.440 [INFO] [Process.OutputReadNotifyUser] Searching for offline media volume.
2025-09-12 13:41:02.523 [INFO] [Process.OutputReadNotifyUser] Validate removable volume 'D:\' ('CPBA_X64FRE_DE-DE_DV9'; \\?\Volume{1da6941a-37e5-4b57-96dc-fa60019436bc}\)
2025-09-12 13:41:02.527 [INFO] [Process.OutputReadNotifyUser] Check for offline media folder
2025-09-12 13:41:02.529 [INFO] [Process.OutputReadNotifyUser] Could not find offline media folder at 'D:\M42Src'
2025-09-12 13:41:02.530 [INFO] [Process.OutputReadNotifyUser] Validate removable volume 'E:\' ('UEFI_NTFS'; \\?\Volume{affa869c-a511-4654-8bf7-3d54682700d1}\)
2025-09-12 13:41:02.531 [INFO] [Process.OutputReadNotifyUser] Check for offline media folder
2025-09-12 13:41:02.531 [INFO] [Process.OutputReadNotifyUser] Could not find offline media folder at 'E:\M42Src'
2025-09-12 13:41:02.533 [INFO] [Process.OutputReadNotifyUser] Validate removable volume 'F:\' (''; \\?\Volume{f2ca7fa5-9020-11f0-8ece-806e6f6e6963}\)
2025-09-12 13:41:02.533 [INFO] [Process.OutputReadNotifyUser] Check for offline media folder
2025-09-12 13:41:02.538 [INFO] [Process.OutputReadNotifyUser] Could not find offline media folder at 'F:\M42Src'
2025-09-12 13:41:02.539 [INFO] [Process.OutputReadNotifyUser] Search volume with assigned drive letter C.
2025-09-12 13:41:02.560 [INFO] [Process.OutputReadNotifyUser] Found volume with drive letter C. Removing drive letter from: Caption='C:\';Lable=''; DeviceID='\\?\Volume{3fd7d54f-275b-4080-9c56-2265d012b97b}\'
2025-09-12 13:41:02.629 [INFO] [Process.OutputReadNotifyUser]
2025-09-12 13:41:02.631 [INFO] [Process.OutputReadNotifyUser] Search volume with assigned drive letter S.
2025-09-12 13:41:02.649 [INFO] [Process.OutputReadNotifyUser] Could not find volume with drive letter S. No need to remove it.
2025-09-12 13:41:02.649 [INFO] [Process.OutputReadNotifyUser] Search volume with assigned drive letter T.
2025-09-12 13:41:02.669 [INFO] [Process.OutputReadNotifyUser] Could not find volume with drive letter T. No need to remove it.
2025-09-12 13:41:02.672 [INFO] [Process.OutputReadNotifyUser] No offline media volume detected. No need to set the drive letter.
2025-09-12 13:41:02.672 [INFO] [Process.OutputReadNotifyUser] Finished volume search.
2025-09-12 13:41:02.797 [INFO] [Process.OutputReadNotifyUser] Clear-Disk2StandardGPT
2025-09-12 13:41:02.824 [INFO] [Process.OutputReadNotifyUser] SizeMsrPartitionInMB: 16777216
2025-09-12 13:41:02.940 [INFO] [Process.OutputReadNotifyUser] Clearing disk 0 ...
2025-09-12 13:41:03.287 [INFO] [ConnectionManager.RunExtension] I am running ...
2025-09-12 13:41:05.550 [INFO] [Process.OutputReadNotifyUser] Initialising disk 0 with standard GPT layout ...
2025-09-12 13:41:05.685 [INFO] [Process.OutputReadNotifyUser] CreateEfiPartition
2025-09-12 13:41:05.691 [INFO] [Process.OutputReadNotifyUser] SizeEfiPartitionInMB: 104857600
2025-09-12 13:41:23.300 [INFO] [ConnectionManager.RunExtension] I am running ...
2025-09-12 13:41:28.898 [INFO] [PeAgent.LogSystemStatus] _____________________________________
2025-09-12 13:41:28.898 [INFO] [PeAgent.LogSystemStatus]
2025-09-12 13:41:28.898 [INFO] [PeAgent.LogSystemStatus] Cyclic system status information:
2025-09-12 13:41:28.898 [INFO] [PeAgent.LogSystemStatus]
2025-09-12 13:41:28.898 [INFO] [PeAgent.LogSystemStatus] Drive 'D:\' (Removable)
2025-09-12 13:41:28.899 [INFO] [PeAgent.LogSystemStatus] Label 'CPBA_X64FRE_DE-DE_DV9' (File system 'NTFS')
2025-09-12 13:41:28.899 [INFO] [PeAgent.LogSystemStatus] Total size: 119997 MB
2025-09-12 13:41:28.899 [INFO] [PeAgent.LogSystemStatus] Free space: 109327 MB
2025-09-12 13:41:28.899 [INFO] [PeAgent.LogSystemStatus] Drive 'E:\' (Removable)
2025-09-12 13:41:28.899 [INFO] [PeAgent.LogSystemStatus] Label 'UEFI_NTFS' (File system 'FAT')
2025-09-12 13:41:28.899 [INFO] [PeAgent.LogSystemStatus] Total size: 0 MB
2025-09-12 13:41:28.899 [INFO] [PeAgent.LogSystemStatus] Free space: 0 MB
2025-09-12 13:41:28.899 [INFO] [PeAgent.LogSystemStatus] Drive 'F:\' (Removable)
2025-09-12 13:41:28.904 [INFO] [PeAgent.LogSystemStatus] Drive 'X:\' (Fixed)
2025-09-12 13:41:28.904 [INFO] [PeAgent.LogSystemStatus] Label 'Boot' (File system 'NTFS')
2025-09-12 13:41:28.904 [INFO] [PeAgent.LogSystemStatus] Total size: 513 MB
2025-09-12 13:41:28.904 [INFO] [PeAgent.LogSystemStatus] Free space: 496 MB
2025-09-12 13:41:28.909 [INFO] [PeAgent.LogSystemStatus] System RAM: 16068 MB
2025-09-12 13:41:28.917 [INFO] [PeAgent.LogSystemStatus] Free RAM: 13833 MB
2025-09-12 13:41:28.917 [INFO] [PeAgent.LogSystemStatus] _____________________________________
2025-09-12 13:41:43.304 [INFO] [ConnectionManager.RunExtension] I am running ...
2025-09-12 13:41:47.442 [INFO] [HostService.StayAliveLoop] Service running
Info-Update 18.09.2025 / 11:30 Uhr:
Ich konnte das Problem soeben endlich beheben.
Ich musste, obwohl ich schon die aktuellsten WinPE Treiber von den beiden Herstellern Dell & HP heruntergeladen hatte, noch einige Treiber (Win10) aus den Verzeichnissen (z.B. winpe\x64\storage\8MM5M_A00-00\WMP\production\Windows10-x64 oder HP\24 - RSTe_5.4.9.1005_F6_Win10_64) entfernen, die ich bei mehreren PXE-Durchläufen aus dem WinPE-Log ausfindig gemacht habe und habe im Anschluss dann das finale WinPE Image neu erstellen lassen.
Danach hat der 5820 die richtigen Treiber für WinPE verwendet und das PreOS Package DiskPartitioning 3.30 abschließen können und fährt nun mit dem PXE-Vorgang fort.
----
Danke schon mal.
Freundliche Grüße
André Kießling