Autounattend.xml-Problem (Festplattenkonfiguration) unter Windows Server 2016 unter Dell PowerEdge R330

860
Noah

Ich habe einige Probleme, wenn eine unbeaufsichtigte Datei mit Server 2016 Essentials funktioniert. Ich arbeite mit einem Dell PowerEdge R330 mit einem PERC 330-RAID-Adapter (derzeit befinden sich alle Laufwerke in der Maschine in einem einzigen RAID 5-Array). Ich führe die gesamte Sache von einer .iso-Datei aus, auf der ich die autounattend.xml abgelegt und mit ImgBurn kompiliert habe (unter Verwendung der angeblich geeigneten Einstellungen für eine bootfähige Windows-Installationsdiskette). Wie im XML zu sehen ist, hatte ich diese von dieser Website generiert .

Hier ist der Inhalt der autounattend.xml (ich habe die relevantesten Teile herausgearbeitet):

<!--************************************************* Windows Server 2016 Answer File Generator Created using Windows AFG found at: http://windowsafg.no-ip.org  Installation Notes Location:  Notes: Enter your comments here... **************************************************-->  <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0c09:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>en-US</UserLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>2</PartitionID> </InstallTo> </OSImage> </ImageInstall> <UserData> <AcceptEula>true</AcceptEula> <FullName>User</FullName> <Organization></Organization> <ProductKey> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> </ProductKey> </UserData> <EnableFirewall>true</EnableFirewall> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Size>350</Size> <Type>Primary</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Extend>true</Extend> <Order>2</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Format>NTFS</Format> <Label>System</Label> <Order>1</Order> <PartitionID>1</PartitionID> <TypeID>0x27</TypeID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>2</Order> <PartitionID>2</PartitionID> <Letter>C</Letter> <Label>OS</Label> <Format>NTFS</Format> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> </DiskConfiguration> </component> </settings> <settings pass="offlineServicing"> <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <EnableLUA>false</EnableLUA> </component> </settings> <settings pass="generalize"> <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipRearm>1</SkipRearm> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>en-US</UserLocale> </component> <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-SQMApi" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CEIPEnabled>0</CEIPEnabled> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>-PC</ComputerName> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <Enabled>true</Enabled> <Username>User</Username> </AutoLogon> <OOBE> <HideEULAPage>true</HideEULAPage> <HideLocalAccountScreen>true</HideLocalAccountScreen> <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <UserAccounts> <AdministratorPassword> <Value></Value> <PlainText>true</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Description>User</Description> <DisplayName>User</DisplayName> <Group>Administrators</Group> <Name>User</Name> </LocalAccount> </LocalAccounts> </UserAccounts> <RegisteredOrganization></RegisteredOrganization> <RegisteredOwner>User</RegisteredOwner> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <TimeZone>Central Standard Time</TimeZone> </component> </settings> </unattend> 

Der Fehler, den ich bekomme, ist folgender:

Windows konnte die ID für eine Partition auf Datenträger 0 nicht festlegen. Der Fehler ist beim Anwenden der Einstellung der unbeaufsichtigten Antwortdatei aufgetreten. Fehlercode: 0x80042565

Inhalt von x: \ Windows \ Panther \ setuperr.log:

2017-08-02 14:10:01, Error [0x0606cc] IBS SetPartitionType: Either the partition style for the request [MBR] is either unknown, or does not match the style of the specified partition [MBR].[gle=0x000036b7] 2017-08-02 14:10:01, Error [0x0606cc] IBS SetPartitionType: ChangePartitionType failed, hr = 0x80042565.[gle=0x000036b7] 2017-08-02 14:10:01, Error [0x0606cc] IBS ApplyDiskOperationUsingService: Failed to correctly apply disk operation of type [0xb]; hr = 0x80042565[gle=0x000036b7] 2017-08-02 14:10:06, Error [0x06048f] IBS CallBack_DiskConfiguration_ApplyUnattend:An error occurred while applying unattend disk configuration; hr = 0x80042565 

Dinge, die ich ausprobiert habe:

  • "0x27" entfernen (Zeile 62) (gibt einen anderen Fehler aus)

  • Hinzufügen von "Ja" nach Zeile 61 (für die erste 'vom System reservierte' Partition "(ergibt einen anderen Fehler)

  • Eine Vielzahl von anderen Dingen, die ich online gefunden habe, die eine Vielzahl unterschiedlicher Fehler enthalten

Außerdem sollte beachtet werden, dass beim Booten der ursprünglichen ISO keine Probleme beim Anzeigen der Laufwerke auftreten und ich alles gut installieren kann.

Irgendwelche Ideen wären dankbar! Vielen Dank!

1
Hilft [dieses] (https://social.technet.microsoft.com/Forums/windows/en-US/df523791-7424-4be7-b468-548bbd0c95ed/discconfiguration-error-0x80042565?forum=w8itproinstall)? Twisty Impersonator vor 6 Jahren 0
Nein, habe schon alles in diesem Thread ausprobiert! Noah vor 6 Jahren 0

0 Antworten auf die Frage