Update readme steps

This commit is contained in:
exu 2025-02-11 15:02:35 +01:00
parent b6a64872bc
commit a7ca9d5aa3

View File

@ -1,16 +1,19 @@
# Generate an automated Windows ISO image from the Linux terminal. # Generate an automated Windows ISO image from the Linux terminal.
Windows ISO's can be patched with an Autounattend.xml file to make the setup process automatic.
Windows ISO's can be patched with an autounattend.xml file to make the setup process automatic.
Microsoft has extensive documentation on accomplishing this from a Windows environment, but information to get this done on Linux is less common. Microsoft has extensive documentation on accomplishing this from a Windows environment, but information to get this done on Linux is less common.
This script is for anyone who needs automatic deployment of Windows VM's from the comfort of the Linux terminal. This script is for anyone who needs automatic deployment of Windows VM's from the comfort of the Linux terminal.
This took me a good bit of research to figure out, but this script puts all the pieces together to make it easy peasy. This took me a good bit of research to figure out, but this script puts all the pieces together to make it easy peasy.
## Usage ## Usage
```bash
git clone https://github.com/gbiz123/generate-automated-windows-iso-linux 1. Download a Windows ISO
sudo ./make-iso 2. Modify the script to point to the new ISO file
``` 3. `sudo ./make-iso`
## References ## References
https://adminthing.blogspot.com/2020/06/modify-windows-ISO.html https://adminthing.blogspot.com/2020/06/modify-windows-ISO.html
https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/windows-setup-automation-overview?view=windows-11 https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/windows-setup-automation-overview?view=windows-11
https://blog.linux-ng.de/2025/01/02/build-unattended-windows-iso/