Replies: 6 comments 6 replies
-
The automated test runs include a boot of the 32-bit Windows 10.0.19041.1 Could you check that you are able to successfully boot the original If the installation ISO works but your own ADK-created image continues to fail, then please provide the commands required to recreate your images using the ADK. |
Beta Was this translation helpful? Give feedback.
-
The original 32-bit installation WIM ("Sources\install.wim[index]\Windows\System32\Recovery\Winre.wim") has the same problem on my virtual machine and on my physical machine (Dell Optiplex 3070). All wimboot releases are from https://github.com/ipxe/wimboot (I did not build them). The ipxe.pxe (commit 900f1f9) is build on Debian 10.8 as "bin-i386-pcbios/ipxe.pxe" Let me know if you need more details from my test environment. |
Beta Was this translation helpful? Give feedback.
-
Hi Michael, This is exactly what I was doing. I applied your script and the result is the same - crash with Windows error code 0xc000000d. I am available if you need any other information from my system. NOTE: My Winre.wim is taken from index # 6. Regards. |
Beta Was this translation helpful? Give feedback.
-
Based on the time when the Windows crash error appears, I would assume that it is at the moment when Windows tries to switch into the graphic mode... I could be wrong... |
Beta Was this translation helpful? Give feedback.
-
I have been able to reproduce the issue. For the record: the use of the ADK and the extraction of
|
Beta Was this translation helpful? Give feedback.
-
Raised as issue #15 since this is a defect |
Beta Was this translation helpful? Give feedback.
-
winboot (v.2.6.0) commit d9158db works fine when booting WinPE 10.0.19041.1 32-bit.
winboot (v.2.7.0 and v.2.7.1) commits 699f810 and 60d991b are crashing the WinPE 10.0.19041.1 32-bit with a BSOD. Windows error code 0xc000000d.
Here are the links to the latest WinPE version:
Windows ADK for Windows 10
Windows PE add-on for the ADK
NOTE: WinPE 10.0.19041.1 64-bit works fine on all winboot releases.
My ipxe script is:
kernel ${file-location}/wimboot-271
initrd ${file-location}/Boot/bcd bcd
initrd ${file-location}/Boot/boot.sdi boot.sdi
initrd ${file-location}/Sources/boot.wim boot.wim
boot
Beta Was this translation helpful? Give feedback.
All reactions