bravomail / tinier11

This is a script to automate the build of a streamlined Windows 10/11 image, similar to tiny11.
Apache License 2.0
84 stars 7 forks source link

autounattend.xml needed for x86 (32bit) Windows 10 and 11 #5

Open bravomail opened 1 year ago

bravomail commented 1 year ago

Describe the bug autounattend.xml has "amd64" in it. Won't work with x86 (32 bit) Windows. Need to follow some ADK guides to create the usable one.

To Reproduce Steps to reproduce the behavior:

  1. Run the script on Windows 10 x86 (for example)
  2. Mount tinier11.iso in Oracle VirtualBox.
  3. Windows Install fails.

Expected behavior Should have light install without TPM and internet sign-in requirements.

Screenshots N/A

Desktop (please complete the following information):

Additional context Temporary workaround is to remove (or move) autounattend.xml from script directory.

bravomail commented 12 months ago

Found this guide https://www.windowscentral.com/how-create-unattended-media-do-automated-installation-windows-10 There also should be ready made xml file. Still looking for that.