DiskPartitioning

Moderator: jknoth

Post Reply
ArthurDent
Posts: 60
Joined: 19. Dec 2018, 17:22
Contact:

DiskPartitioning

Post by ArthurDent » 07. Oct 2022, 15:50

Guten Tag zusammen,

ich bekomme hier bei zwei verschiedenen Modellen von HP Laptops einen verflixten Fehler.
Image

Während der Betankung bekomme ich über Diskpart an folgende Info
list disk
Disk 0 Online1023 MB

Code: Select all

Information before DiskPartitioning ...
2022-10-07 15:30:22.621 [Information] [Process.OutputReadNotifyUser] Current hard disk information:
2022-10-07 15:30:22.622 [Information] [Process.OutputReadNotifyUser] ==============================
2022-10-07 15:30:22.746 [Information] [Process.OutputReadNotifyUser] 
2022-10-07 15:30:22.862 [Information] [Process.OutputReadNotifyUser] Number Friendly Name Serial Number                  HealthStatus OperationalStatus Total Size Partition Style
2022-10-07 15:30:22.864 [Information] [Process.OutputReadNotifyUser] ------ ------------- -------------                  ------------ ----------------- ---------- ---------------
2022-10-07 15:30:22.868 [Information] [Process.OutputReadNotifyUser] 0      SM2260        1234   010008A000001_00000001. Healthy      Online               1024 MB RAW            
2022-10-07 15:30:22.868 [Information] [Process.OutputReadNotifyUser] 
2022-10-07 15:30:22.869 [Information] [Process.OutputReadNotifyUser] 
2022-10-07 15:30:22.872 [Information] [Process.OutputReadNotifyUser] Current partition information:
2022-10-07 15:30:22.873 [Information] [Process.OutputReadNotifyUser] ==============================
2022-10-07 15:30:22.893 [Information] [Process.OutputReadNotifyUser] Current volume information:
2022-10-07 15:30:22.895 [Information] [Process.OutputReadNotifyUser] ==============================
2022-10-07 15:30:22.949 [Information] [PeAgentService.SendPxeLogMessage] SendPxeLogMessage called with log message: Disk status before DiskPartitioning:
2022-10-07 15:30:22.950 [Information] [ConfiguratorService.GetPlainValueWithDefault] Returned resolved value: '10.10.10.130' for key 'Matrix42.Platform.Service.Extension.PeAgent.PxeServerIp'
2022-10-07 15:30:22.951 [Information] [PeAgent.CanPxeMessageBeSent] PXE off or log message will be sent using UUID address (without MAC address).
2022-10-07 15:30:23.044 [Information] [PeAgentService.SendPxeLogMessage] SendPxeLogMessage called with log message: Disk:0 DiskSize:1024MB Model:SM2260 PartStyle:RAW BusType:NVMe MediaType:SSD
2022-10-07 15:30:23.046 [Information] [ConfiguratorService.GetPlainValueWithDefault] Returned resolved value: '10.10.10.130' for key 'Matrix42.Platform.Service.Extension.PeAgent.PxeServerIp'
2022-10-07 15:30:23.046 [Information] [PeAgent.CanPxeMessageBeSent] PXE off or log message will be sent using UUID address (without MAC address).
2022-10-07 15:30:23.107 [Information] [Process.OutputReadNotifyUser] Entering Sort-TargetDisks
2022-10-07 15:30:23.184 [Information] [Process.OutputReadNotifyUser] Found fastest disk 0 with ssd media type and NVMe bus type.
2022-10-07 15:30:23.249 [Information] [Process.OutputReadNotifyUser] Evaluated target disks order: 0
2022-10-07 15:30:23.250 [Information] [Process.OutputReadNotifyUser] Finished Sort-TargetDisks
2022-10-07 15:30:23.294 [Information] [Process.OutputReadNotifyUser] Found disk 0 with ssd media type and NVMe bus type.
2022-10-07 15:30:23.381 [Information] [Process.OutputReadNotifyUser] Entering Invoke-PreparePartitioningOfAdditionalDisk
2022-10-07 15:30:23.384 [Information] [Process.OutputReadNotifyUser] Info: additional disk not found.
2022-10-07 15:30:23.385 [Information] [Process.OutputReadNotifyUser] Finished Read-AdditionalDiskConfigurationJson
2022-10-07 15:30:23.389 [Information] [Process.OutputReadNotifyUser] Search volume with assigned drive letter C.
2022-10-07 15:30:23.478 [Information] [Process.OutputReadNotifyUser] Could not find volume with drive letter C. No need to remove it.
2022-10-07 15:30:23.479 [Information] [Process.OutputReadNotifyUser] Search volume with assigned drive letter S.
2022-10-07 15:30:23.491 [Information] [Process.OutputReadNotifyUser] Could not find volume with drive letter S. No need to remove it.
2022-10-07 15:30:23.492 [Information] [Process.OutputReadNotifyUser] Search volume with assigned drive letter T.
2022-10-07 15:30:23.502 [Information] [Process.OutputReadNotifyUser] Could not find volume with drive letter T. No need to remove it.
2022-10-07 15:30:23.503 [Information] [Process.OutputReadNotifyUser] Finished volume search.
2022-10-07 15:30:23.622 [Information] [Process.OutputReadNotifyUser] Clear-Disk2StandardGPT
2022-10-07 15:30:23.642 [Information] [Process.OutputReadNotifyUser] SizeMsrPartitionInMB: 134217728 
2022-10-07 15:30:23.810 [Information] [Process.OutputReadNotifyUser] Clearing disk 0 ...
2022-10-07 15:30:23.959 [Information] [Process.OutputReadNotifyUser] Initialising disk 0 with standard GPT layout ...
2022-10-07 15:30:24.206 [Error] [Process.ErrorReadNotifyUser] Set-Disk : A parameter is not valid for this type of partition.
2022-10-07 15:30:24.220 [Information] [Process.OutputReadNotifyUser] Create WinRE Partition with size 500 MB
2022-10-07 15:30:24.290 [Error] [Process.ErrorReadNotifyUser] Activity ID: {247eba0c-34ee-4dab-b1be-0d99122aec72}
2022-10-07 15:30:24.294 [Error] [Process.ErrorReadNotifyUser] At \\SLMX42.sl.local\Configurator$\Packages\Matrix42\OsPackages\DiskPartitioning\3.22\install\install.ps1:654 char:5
2022-10-07 15:30:24.298 [Error] [Process.ErrorReadNotifyUser] +     Set-Disk -Number $diskNumber -Guid '{C13A7328-F81F-11D2-BA4B-00A0 ...
2022-10-07 15:30:24.302 [Error] [Process.ErrorReadNotifyUser] +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-10-07 15:30:24.308 [Error] [Process.ErrorReadNotifyUser]     + CategoryInfo          : InvalidArgument: (StorageWMI:ROOT/Microsoft/..._StorageCmdlets) [Set-Disk], CimException
2022-10-07 15:30:24.313 [Error] [Process.ErrorReadNotifyUser]     + FullyQualifiedErrorId : StorageWMI 41006,Set-Disk
2022-10-07 15:30:24.317 [Error] [Process.ErrorReadNotifyUser]  
2022-10-07 15:30:24.370 [Error] [Process.ErrorReadNotifyUser] New-Partition : A parameter is not valid for this type of partition.
2022-10-07 15:30:24.375 [Error] [Process.ErrorReadNotifyUser]  
2022-10-07 15:30:24.379 [Error] [Process.ErrorReadNotifyUser] Extended information:
2022-10-07 15:30:24.382 [Information] [Process.OutputReadNotifyUser] CreateEfiPartition
2022-10-07 15:30:24.385 [Error] [Process.ErrorReadNotifyUser] The parameters GptType, IsHidden, and IsDAX cannot be used on an MBR disk.
2022-10-07 15:30:24.389 [Error] [Process.ErrorReadNotifyUser]  
2022-10-07 15:30:24.393 [Error] [Process.ErrorReadNotifyUser] Activity ID: {f6215ebd-c5a8-4205-9929-cc0f12675ab7}
2022-10-07 15:30:24.396 [Information] [Process.OutputReadNotifyUser] SizeEfiPartitionInMB: 104857600 
2022-10-07 15:30:24.400 [Error] [Process.ErrorReadNotifyUser] At \\SLMX42.sl.local\Configurator$\Packages\Matrix42\OsPackages\DiskPartitioning\3.22\install\install.ps1:663 char:9
2022-10-07 15:30:24.404 [Error] [Process.ErrorReadNotifyUser] +         New-Partition -DiskNumber $diskNumber -GptType '{de94bba4-06d ...
2022-10-07 15:30:24.408 [Error] [Process.ErrorReadNotifyUser] +         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-10-07 15:30:24.413 [Error] [Process.ErrorReadNotifyUser]     + CategoryInfo          : InvalidArgument: (StorageWMI:ROOT/Microsoft/Windows/Storage/MSFT_Disk) [New-Partition],  
2022-10-07 15:30:24.418 [Error] [Process.ErrorReadNotifyUser]    CimException
2022-10-07 15:30:24.422 [Error] [Process.ErrorReadNotifyUser]     + FullyQualifiedErrorId : StorageWMI 41006,New-Partition
2022-10-07 15:30:24.427 [Error] [Process.ErrorReadNotifyUser]  
2022-10-07 15:30:24.467 [Error] [Process.ErrorReadNotifyUser] New-Partition : Not enough available capacity
2022-10-07 15:30:24.472 [Error] [Process.ErrorReadNotifyUser] Activity ID: {276d13f5-0965-46b5-9300-364b5021a024}
2022-10-07 15:30:24.476 [Error] [Process.ErrorReadNotifyUser] At \\SLMX42.sl.local\Configurator$\Packages\Matrix42\OsPackages\DiskPartitioning\3.22\install\install.ps1:696 char:21
2022-10-07 15:30:24.482 [Error] [Process.ErrorReadNotifyUser] + ... Partition = New-Partition -DiskNumber $diskNumber -Size $efiPartition ...
2022-10-07 15:30:24.485 [Error] [Process.ErrorReadNotifyUser] +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-10-07 15:30:24.488 [Error] [Process.ErrorReadNotifyUser]     + CategoryInfo          : NotSpecified: (StorageWMI:ROOT/Microsoft/Windows/Storage/MSFT_Disk) [New-Partition], Cim 
2022-10-07 15:30:24.493 [Error] [Process.ErrorReadNotifyUser]    Exception
2022-10-07 15:30:24.498 [Error] [Process.ErrorReadNotifyUser]     + FullyQualifiedErrorId : StorageWMI 40000,New-Partition
2022-10-07 15:30:24.505 [Error] [Process.ErrorReadNotifyUser]  
2022-10-07 15:30:24.510 [Information] [PeAgentService.SendPxeLogMessage] SendPxeLogMessage called with log message: Failed to set UUID 42000000-4242-4242-4242-100000000002 for storage device on drive S: 
(Opening a drive 'S:' is not possible.
Error: 2 The system cannot find the file specified )
da kann ja mit der Formatierung etwas nicht stimmen?! Aber was habe ich hier für Möglichkeiten?
Ein Rechner davon hatten wir schon mal betankt. Daher müsste mit den Treibern eigentlich alles passen.

Dankbar über jeden Tipp!
Attachments
Screenshot 2022-10-07 153358.png
(17.22 KiB) Downloaded 349 times

Post Reply

Return to “OS Installer”

Who is online

Users browsing this forum: No registered users and 3 guests