2017-02-03, 03:49
I am chainloading iPXE then using wimboot to boot to WinPE. However, when booting up, the computer reboots after loading boot.wim. Has anyone experienced this before?
The code for boot.ipxe is the following:
A link to a snapshot of the boot sequence is below
https://www.dropbox.com/s/aeh0pcn9yvfb2s...0.PNG?dl=0
It reboots right after this.
The code for boot.ipxe is the following:
Code:
#!ipxe
kernel wimboot
initrd boot/bcd BCD
initrd boot/boot.sdi boot.sdi
initrd sources/boot.wim boot.wim
boot
A link to a snapshot of the boot sequence is below
https://www.dropbox.com/s/aeh0pcn9yvfb2s...0.PNG?dl=0
It reboots right after this.