raddirad
New member
Hi,
I work for a company that provides automated OS installations (Windows and Linux) for it's users/customers.
I am having problems to install Win11 24h2 with an unattended installation. After the WinPE part/setup.exe the machine doesn't start and just cycles in the loading icon of the first reboot and does nothing.
The same unattend.xml works fine on Win11 23h2.
The installation procedure: The machine first boots into a linux image, prepartitions the drive, copies files onto the disk (WinPE), patches the unattend.xml and then reboots into the WinPE.
I discovered it must have to do something with the
section in my unattend.xml. When I just comment it out or remove it, the installation runs fine. But this isn't a solution as this works good on a single disk and system but will most likely fail on a multidisk system.
This is what the section looks like
As we already have a proper partitioning done in the linux bootimage the unattend.xml doesn't need a CreatePartition section.
Yesterday I found out that when I dont include the following section the installation works fine. However I need the WinPE partition within the OOBE sections as it contains a script that is executed within OOBE, given the drive letter.
Any suggestion what to change to make the installation work with this section? Adding a Format tag didn't solve it.
Regards
raddirad
I work for a company that provides automated OS installations (Windows and Linux) for it's users/customers.
I am having problems to install Win11 24h2 with an unattended installation. After the WinPE part/setup.exe the machine doesn't start and just cycles in the loading icon of the first reboot and does nothing.
The same unattend.xml works fine on Win11 23h2.
The installation procedure: The machine first boots into a linux image, prepartitions the drive, copies files onto the disk (WinPE), patches the unattend.xml and then reboots into the WinPE.
I discovered it must have to do something with the
XML:
<ModifyPartitions>
This is what the section looks like
XML:
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Format>NTFS</Format>
<Label>WINDOWS</Label>
<Letter>C</Letter>
<Order>1</Order>
<PartitionID>3</PartitionID>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Label>WINPE</Label>
<Letter>X</Letter>
<Order>2</Order>
<PartitionID>4</PartitionID>
</ModifyPartition>
</ModifyPartitions>
As we already have a proper partitioning done in the linux bootimage the unattend.xml doesn't need a CreatePartition section.
Yesterday I found out that when I dont include the following section the installation works fine. However I need the WinPE partition within the OOBE sections as it contains a script that is executed within OOBE, given the drive letter.
Any suggestion what to change to make the installation work with this section? Adding a Format tag didn't solve it.
XML:
<ModifyPartition wcm:action="add">
<Label>WINPE</Label>
<Letter>X</Letter>
<Order>2</Order>
<PartitionID>4</PartitionID>
</ModifyPartition>
Regards
raddirad
- Windows Build/Version
- 26100.1150
Last edited:
My Computer
System One
-
- OS
- macOS, Ubuntu, Debian, Windows 11
- Computer type
- Laptop