[Bug]: Windows 11 25h2 - Nano11 not start
Operating system
Windows 11 25h2 - Nano11
Description
I've identified why Windows 11 Nano 11 isn't working.
It's based on Windows 11 25h2. In this build, Microsoft has removed wmic: https://support.microsoft.com/en-us/topic/windows-management-instrumentation-command-line-wmic-removal-from-windows-e9e83c7f-4992-477f-ba1d-96f694b8665d
In the Unattend file, you use wmic for certain actions. This is why Nano 11 and Windows 11 25h2 don't work.
Could you fix this?
cmd /C wmic useraccount where name="Docker" set PasswordExpires=false</CommandLine>
Thanks :)
Docker compose
NA
Docker log
NA
Screenshots (optional)
No response
I would need to find exact replacements for those commands, so it might take a while.
Is it possible to override the unattend file? I'll run some tests.
Yes... like this:
volumes:
- ./mymodified.xml:/custom.xml
I replaced the WMIC command with a Powershell command, and Nano11 still failed to install.
Also when I set MANUAL: "Y" which totally skips the .XML and use manual installation without any changes to the .iso (except for adding drivers), it still fails at the same point.
So this means the reason for failing has nothing to do with the unattended .xml file