Auto disk partition to install Windows 10

surajAD

New Member
Auto hard disk partition happening as expected but getting error while installing windows. Kindly help to get this resolved.

Mod note: Removed user passwords from autounattend.xml
 

Attachments

  • WhatsApp Image 2023-07-26 at 21.49.08 (1).jpeg
    WhatsApp Image 2023-07-26 at 21.49.08 (1).jpeg
    130.5 KB
  • WhatsApp Image 2023-07-26 at 21.49.08.jpeg
    WhatsApp Image 2023-07-26 at 21.49.08.jpeg
    136.2 KB
  • Screenshot 2023-07-26 215819.png
    Screenshot 2023-07-26 215819.png
    15.2 KB
Last edited by a moderator:
Change your partition order.
Open Notepad, and edit autounattend.xml:
  • Move lines for CreatePartition <Order>1 to the end of <CreatePartitions>
  • Move lines for ModifyPartition <Order>1 to the end of <ModifyPartitions>
  • Renumber all the <Order>'s sequentially from 1 to 4.
  • Create a new ISO. You don't need to load the image for this step, since autounattend.xml lives in the ISO folder.
 
Change your partition order.
Open Notepad, and edit autounattend.xml:
  • Move lines for CreatePartition <Order>1 to the end of <CreatePartitions>
  • Move lines for ModifyPartition <Order>1 to the end of <ModifyPartitions>
  • Renumber all the <Order>'s sequentially from 1 to 4.
  • Create a new ISO. You don't need to load the image for this step, since autounattend.xml lives in the ISO folder.
Hope this will work!
 

Attachments

  • Screenshot 2023-07-27 094559.png
    Screenshot 2023-07-27 094559.png
    18.6 KB
If you have NTLite's licensed edition, there's a Configure Disk wizard in the Unattended page.

Otherwise on free edition, learn how to use the autounattend.xml file to create the disk layout. The best way is to copy the <DiskConfiguration> block from someone else's working unattended file. There are two different disk layouts, one each for UEFI (GPT) and MBR boot modes.
 
The screenshot in post #5 explains it.
Recovery and System can switch places in partitions 3-4. But the first two partitions must be EFI & MSR.

If you make Recovery #3, then System will extend to the rest of the disk.

If you make System #3, then you need to know the exact disk size, since the extend command doesn't work if Recovery is holding the end of the disk. Extend means "to the end of the disk" not "up to the next partition". So you have to do the math by hand.
 
The screenshot in post #5 explains it.
Recovery and System can switch places in partitions 3-4. But the first two partitions must be EFI & MSR.

If you make Recovery #3, then System will extend to the rest of the disk.

If you make System #3, then you need to know the exact disk size, since the extend command doesn't work if Recovery is holding the end of the disk. Extend means
Hello jewel,

I even did this process yesterday following this image nº5. But when the Windows installation starts, it says that Windows cannot be installed.
 
Back
Top