-
Notifications
You must be signed in to change notification settings - Fork 63
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
Unable to install fr-CA images #117
Comments
Thanks for letting me know. I don't do any testing other than en-us. I confirmed that the fr-ca does have a different index list than I expected. I'll have to think for a bit, and see how I can try to resolve this. Guessing it will mean a rather large change in logic, so it might be awhile before this is fixed. |
I've got an idea, perhaps setting the variable OSImageIndex to 6 before you trigger OSDCloud would work. I will still look into a better solution, but this might be a workable workaround until I get time. |
Awesome, thanks for the quick turnaround! Ill take a look at implementing your script. |
The script is an example of how you can "wrap" OSDCloud in your own processes. Feel free to take what you want. |
@coveowlebel, how has your testing gone? Are you back in business? |
Yep all good! Took your script and modified it to just having what we need. |
I've updated Start-OSDCloudGUIDev to dynamically pull Editions and Indexes from a "database". This should resolve the issue. This is a HUGE change to how OSDCloud works, so it might be awhile before it is promoted into the main Start-OSDCloudGUI (Production). |
@coveowlebel, can you test Start-OSDCloudGUIDev in the latest module (24.3.20.1) |
This change will be in the DEV GUI for awhile, as it has some larger ramification when promoting to Production as it has potential to break people's automation. Please @coveowlebel test in DEV (Start-OSDCloudGUIDEV) and see how it goes for you. |
bump @coveowlebel, have you done any testing? |
@gwblok, I encountered the same issue with Start-OSDCloudGUI retrieving the correct edition index for the ja-jp language. Using Start-OSDCloudGUIDev resolved the problem. |
Describe the bug
When trying to install Windows 11 fr-CA Pro Retail image (Seems to not care about the specific version), it fails due to a missmatch of the OS Index. The scripts assumes 9, but in the fr-CA image, it is 6.
To Reproduce
Steps to reproduce the behavior:
Run the following command:
Start-OSDCloud -OSName 'Windows 11 21H2 x64' -OSLanguage fr-ca -OSEdition Pro -OSActivation Retail -ZTI -Firmware -Restart
OSDCloud will run but will fail to install the OS.
Expected behavior
Windows is installed in French.
Additional context
Log file of the run:
2024-03-01-121838-Deploy-OSDCloud.log
The text was updated successfully, but these errors were encountered: