-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 7, 8, 8.1 and 10 unattended installs fails for me. #268
Comments
@kriegsmanj Can you help to fix this issue ? |
I don't have enough knowledge yet to put together a formal PR with a fix for the Windows 10 template and Python code so I'm just going to dump what I found out here for anyone else who stumbles across this in the meantime. The reason for the error is that the
Note: this is the product key for Windows 10 Pro (English) which can be gleaned from Microsoft's KMS client setup keys page. You can either edit the underlying template or use the
That said, this still wasn't quite enough to get me a fully automated Windows installation, at least not with build 1909. The second issue I ran into relates to the
Ultimately I was guided by the output from the Windows Answer File Generator. Instead of just using the generated file as-is though I tried to patch the Oz template instead to see whether I could narrow down the differences as much as possible. I still have some potentially superfluous changes in my working example, like a removed |
Here is the final version of the I also noticed that the indentation of the template was a little off which I think is down to the use of tabs ala Notepad style, i.e. 8-spaces wide. I tried to avoid touching as much as possible to help make the eventual diff and fix easier to apply later.
P.S. One other mistake I made for a while was using the English International |
I have downloaded windows 10 iso from
https://www.microsoft.com/en-us/software-download/windows10ISO
oz fails complaining about product key, I think product key should be enclosed inside key /key element
I would like to request a feature that allow us to pass a raw file without oz trying to replace windows password and serial key, allowing us to debug the unattended file.
The text was updated successfully, but these errors were encountered: