Here's an update: if I exclude network drivers (Driverpacks LAN 12.02) from BartPE CD, everything works fine (except that I cannot use the network cards).
If instead I disable the following rows from Sherpya's plugin, I see everything crashing with the same BSOD:
CODE
; Networking using bartpe + dhcp
;0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\900","101","||xpeinit.exe -m ""Installing Tcp/IP"" bartpe.exe -c p -i ms_tcpip"
;0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\900","102","||xpeinit.exe -m ""Installing MsClient"" bartpe.exe -c c -i ms_msclient"
;0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\900","103","||xpeinit.exe -s -m ""Starting Tcp/IP Service"" net start tcpip"
;0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\900","104","||xpeinit.exe -m ""Starting Dhcp Service"" net start dhcp"
; You may need to enable/disable these services depending on your configuration
;0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\900","106","||xpeinit.exe -m ""Starting NLA Service"" net start nla"
;0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\900","107","||xpeinit.exe -m ""Starting LmHosts Service"" net start lmhosts"
It seems that, after "Detecting PnP Devices", something is called that makes BartPE crash when network drivers are installed and loaded. Without network drivers, system works fine.
What would you suggest? Is it a bug in Driverpacks LAN?