Seite 1 von 2

staging failled with error 0xe0000100.

Verfasst: 10 Jan 2017, 10:00
von Antarion
Hi,

I'm trying to make an automatic installation of windows 10.
I used the package opsi-winpe to make my winpe, added the startnet.cmd and used the template win10-x64 filled with my install.wim and unattend.xml file.

The winpe boot properly and startnet.cmd launch work.cmd but after the setup start, it fail with the error 0xe0000100.
"Windows installation encountered an unexpected error. Verify that the installation sources are accessible, and restart the installation"

BUT if i run the last command of work.cmd

Code: Alles auswählen

o:\win10-x64\installfiles\setup.exe /unattend:x:\unattend.xml
the setup works and the staging continue normally.

Could you please help me?

Thanks.

Re: staging failled with error 0xe0000100.

Verfasst: 10 Jan 2017, 13:15
von wolfbardo
mmh,

may be the winpe has some kind of timing problem.

Does a manual rerun of the

Code: Alles auswählen

work.cmd
also works?

regards,

Bardo Wolf

Re: staging failled with error 0xe0000100.

Verfasst: 10 Jan 2017, 13:20
von Antarion
I must edit work.cmd first because after the first attempt the drive letter are changed.

X: is still BOOT
C: is WINDOWS and not WINPE anymore
E: is WINPE

So if I replace C: by E: in it, it works.


Setuperr file give this error :
Error 0x3 - could not build list of driver packages
A possible solution should be to omit the DriverPaths section of the unattend.xml.
I'm trying it now.

Re: staging failled with error 0xe0000100.

Verfasst: 10 Jan 2017, 13:24
von Antarion
removing the DriverPaths in the unattend.xml solve the issue. But Windows will not load my drivers now...

Re: staging failled with error 0xe0000100.

Verfasst: 10 Jan 2017, 13:27
von wolfbardo
Antarion hat geschrieben:I must edit work.cmd first because after the first attempt the drive letter are changed.

X: is still BOOT
C: is WINDOWS and not WINPE anymore
E: is WINPE

So if I replace C: by E: in it, it works.
very strange. Did you edit the custom/unattend.xml ?

Can you post the bootimage.log?

regards,

Bardo Wolf

Re: staging failled with error 0xe0000100.

Verfasst: 10 Jan 2017, 13:55
von Antarion
here is the bootimage.log

Re: staging failled with error 0xe0000100.

Verfasst: 10 Jan 2017, 14:03
von Antarion
driverpath is the problem. i'm trying with Microsoft-Windows-PnPCustomizationsWinPE and Microsoft-Windows-PnPCustomizationsNonWinPE
to check which one is at fault.

Re: staging failled with error 0xe0000100.

Verfasst: 19 Jan 2017, 09:23
von Antarion
So i moved "Microsoft-Windows-PnPCustomizationsWinPE" to the offlineServicing part of the xml and it solved the problem.

I used the official unattend.xml delivered wth the win10-x64 package. Did anyone else got this problem ?

Re: staging failled with error 0xe0000100.

Verfasst: 25 Jan 2017, 11:29
von wolfbardo
Antarion hat geschrieben:So i moved "Microsoft-Windows-PnPCustomizationsWinPE" to the offlineServicing part of the xml and it solved the problem.

I used the official unattend.xml delivered wth the win10-x64 package. Did anyone else got this problem ?
No, very strange.

Which kind of installationmedia do you use?

Can you provide us your unattend.xml?

Regards,

Bardo Wolf

Re: staging failled with error 0xe0000100.

Verfasst: 30 Jan 2017, 10:08
von Antarion
I use the Windows 10 Enterprise edition release 1607.

here is our unattend.xml

Thanks for your time.