Skip to content
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

New-OSDCloudTemplate uses arm64 WinPE data as source even though -ARM64 is not specified on ARM64 host OS #189

Open
Skeb1ns opened this issue Nov 13, 2024 · 0 comments

Comments

@Skeb1ns
Copy link

Skeb1ns commented Nov 13, 2024

I'm using OSDCloud on my Windows 11 ARM VM and I noticed that New-OSDCloudTemplate uses the ARM64 WinPE source (C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\arm64\Media) even though I did not added the -ARM64 parameter.

I did some digging and noticed that Get-ADKpaths.ps1 is using the $Env:PROCESSOR_ARCHITECTURE value for the -Arch parameter by default so if you are setting up a new template on Windows 11 ARM it will use the ARM64 WinPE source anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant