<div dir="ltr">Hey everyone,<div><br></div><div>Tried asking on forums but registration is closed, hopefully you're guys ok with asking the question here.</div><div>I'm attempting to boot Windows PE environment using wimboot and iPXE</div><div>I'm currently loading iPXE through PXELinux using the following in default.</div><div>The iPXE_Test loads up correctly and dumps me into Linux.</div><div>iPXE_Windows_http however hangs after <a href="http://192.168.10.123/windows/win2019/boot.ipxe">http://192.168.10.123/windows/win2019/boot.ipxe</a> ... ok<br></div><div>with a blinking cursor.</div><div><br></div><div>I have the following in the boot.ipxe</div><div> #!ipxe<br><br> kernel wimboot<br> initrd boot/bcd         BCD<br> initrd boot/boot.sdi    boot.sdi<br> initrd sources/boot.wim boot.wim<br> boot<br></div><div><br></div><div>#default PXELinux.cfg</div><div>label iPXE_TEST<br>        menu label iPXE_TEST<br>        kernel iPXE/ipxe.lkrn<br>        APPEND dhcp && chain <a href="http://boot.ipxe.org/demo/boot.php">http://boot.ipxe.org/demo/boot.php</a><br><br>label iPXE_Windows_http<br>        menu label iPXE_Windows_http<br>        kernel iPXE/ipxe.lkrn<br>        APPEND dhcp && chain <a href="http://192.168.10.123/windows/win2019/boot.ipxe">http://192.168.10.123/windows/win2019/boot.ipxe</a><br></div><div><br></div><div><br></div><div>Anyone have ideas why it won't boot? I have wimboot in same directory as boot.ipxe</div><div><br></div><div>Alex</div><div><br></div></div>