Error when installing from NTLite created ISO

Tardar

New Member
Messages
9
Reaction score
0
Hey guys,

first i only have a german screenshot, i hope that's not such a problem :)
I get this error after i start rthe setup (i need to click "continue" on the first page where the language is needed to select. (can i skip this page too ?)

I attached the xml file of my settings for this iso and a screenshot that there is an error in the "Windows Shell Setup" area.


Thanks very much and have a nice evening
Tardar
 

Attachments

Turn off Unattended - OOBE Reseal, did you enable this by mistake?
Code:
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-Deployment">
                <Reseal>
                    <Mode>OOBE</Mode>
                </Reseal>
            </component>
 
i think so, deactivated and doing a new try :)
do you know if it's possible to skip the first "formular" when iso boot ?
to select languages etc.

thanks for all :)
 
thank you :)
the iso unfortunately swon't work.

i can install but after the reboot every time i get this error and i can't complete the install (for example @ me on hyper-v)
 
Unchecking the box doesn't remove the extra unattended files. Start over with a clean ISO, apply the same preset again.
 
Ye i tried that every time with a fresh extracted iso but it wont work.
i try it now again and tell you if that's working or not :)
 
thank you :)
the iso unfortunately swon't work.

i can install but after the reboot every time i get this error and i can't complete the install (for example @ me on hyper-v)
Hi Tardar,

was this resolved?
I tried your preset and had no issues, it prompted me to login, created all the users.
However if you still have the problem, I'll get the German ISO and retest.

Make sure to remove OOBE Reseal when testing, if you don't use that. UI or XML lines:
<component name="Microsoft-Windows-Deployment"> <Reseal> <Mode>OOBE</Mode> </Reseal> </component>
 
Back
Top