Just FYI:
My 2nd G4 N100 was stuck in Windows 11 boot loop out of the box, so I downloaded the Win 11 Pro image .zip file from the Trigkey website.
Installing from USB failed, with "Not Found *.wim(or *.swm) files in BaseOS or images\public\AMD64 folder"
I had to re-name \images\instll.wim to \images\install.wim and make a couple small changes to \Scripts\Main.cmd to get it to work.
I changed:
set WDSSource=Z:
set WDSImagePath="Z:\WindowsImages\images"
to:
set WDSSource=D:
set WDSImagePath="D:\images"
and added:
set InstallPath="D:\images"
I know it's a quick-n-dirty hack, but after that the install went fine and Windows is running happy as far as I can tell.
Hope Trigkey fixes this, but maybe save someone some headaches in the meantime...
Otherwise, liking these little boxes so far :)