Reorder autounattend.xml #2
	
		
			
	
		
	
	
		
	
		
			Some checks reported errors
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build was killed
				
			
		
		
	
	
				
					
				
			
		
			Some checks reported errors
		
		
	
	continuous-integration/drone/push Build was killed
				
			This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <unattend xmlns="urn:schemas-microsoft-com:unattend"> | ||||
|     <servicing/> | ||||
|     <settings pass="windowsPE"> | ||||
|     <settings pass="auditSystem"> | ||||
|         <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> | ||||
|             <DriverPaths> | ||||
|                 <PathAndCredentials wcm:action="add" wcm:keyValue="1"> | ||||
| @@ -9,68 +9,32 @@ | ||||
|                 </PathAndCredentials> | ||||
|             </DriverPaths> | ||||
|         </component> | ||||
|     </settings> | ||||
|     <settings pass="windowsPE"> | ||||
|         <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> | ||||
|             <DiskConfiguration> | ||||
|                 <Disk wcm:action="add"> | ||||
|                     <DiskID>0</DiskID> | ||||
|                     <WillWipeDisk>true</WillWipeDisk> | ||||
|                     <CreatePartitions> | ||||
|                         <!-- Windows RE Tools partition --> | ||||
|                         <CreatePartition wcm:action="add"> | ||||
|                             <Order>1</Order> | ||||
|                             <Type>Primary</Type> | ||||
|                             <Size>300</Size> | ||||
|                         </CreatePartition> | ||||
|                         <!-- System partition (ESP) --> | ||||
|                         <CreatePartition wcm:action="add"> | ||||
|                             <Order>2</Order> | ||||
|                             <Type>EFI</Type> | ||||
|                             <Size>100</Size> | ||||
|                         </CreatePartition> | ||||
|                         <!-- Microsoft reserved partition (MSR) --> | ||||
|                         <CreatePartition wcm:action="add"> | ||||
|                             <Order>3</Order> | ||||
|                             <Type>MSR</Type> | ||||
|                             <Size>128</Size> | ||||
|                         </CreatePartition> | ||||
|                         <!-- Windows partition --> | ||||
|                         <CreatePartition wcm:action="add"> | ||||
|                             <Order>4</Order> | ||||
|                             <Type>Primary</Type> | ||||
|                             <Extend>true</Extend> | ||||
|                         </CreatePartition> | ||||
|                     </CreatePartitions> | ||||
|                     <ModifyPartitions> | ||||
|                         <!-- Windows RE Tools partition --> | ||||
|                         <ModifyPartition wcm:action="add"> | ||||
|                             <Extend>false</Extend> | ||||
|                             <Format>NTFS</Format> | ||||
|                             <Letter>C</Letter> | ||||
|                             <Order>1</Order> | ||||
|                             <PartitionID>1</PartitionID> | ||||
|                             <Label>WINRE</Label> | ||||
|                             <Format>NTFS</Format> | ||||
|                             <TypeID>DE94BBA4-06D1-4D40-A16A-BFD50179D6AC</TypeID> | ||||
|                         </ModifyPartition> | ||||
|                         <!-- System partition (ESP) --> | ||||
|                         <ModifyPartition wcm:action="add"> | ||||
|                             <Order>2</Order> | ||||
|                             <PartitionID>2</PartitionID> | ||||
|                             <Label>System</Label> | ||||
|                             <Format>FAT32</Format> | ||||
|                         </ModifyPartition> | ||||
|                         <!-- MSR partition does not need to be modified --> | ||||
|                         <ModifyPartition wcm:action="add"> | ||||
|                             <Order>3</Order> | ||||
|                             <PartitionID>3</PartitionID> | ||||
|                         </ModifyPartition> | ||||
|                         <!-- Windows partition --> | ||||
|                         <ModifyPartition wcm:action="add"> | ||||
|                             <Order>4</Order> | ||||
|                             <PartitionID>4</PartitionID> | ||||
|                             <Label>OS</Label> | ||||
|                             <Letter>C</Letter> | ||||
|                             <Format>NTFS</Format> | ||||
|                             <Label>Windows Server 2019</Label> | ||||
|                         </ModifyPartition> | ||||
|                     </ModifyPartitions> | ||||
|                     <DiskID>0</DiskID> | ||||
|                     <WillWipeDisk>true</WillWipeDisk> | ||||
|                 </Disk> | ||||
|                 <WillShowUI>OnError</WillShowUI> | ||||
|             </DiskConfiguration> | ||||
|             <UserData> | ||||
|                 <AcceptEula>true</AcceptEula> | ||||
| @@ -85,7 +49,7 @@ | ||||
|                 <OSImage> | ||||
|                     <InstallTo> | ||||
|                         <DiskID>0</DiskID> | ||||
|                         <PartitionID>4</PartitionID> | ||||
|                         <PartitionID>1</PartitionID> | ||||
|                     </InstallTo> | ||||
|                     <WillShowUI>OnError</WillShowUI> | ||||
|                     <InstallToAvailablePartition>false</InstallToAvailablePartition> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user