<div dir="auto"><div>I'll check the apache logs later today.<div dir="auto">Regarding ipxe.lkrn I know it works since the example <a href="http://boot.ipxe.org/demo/boot.php" style="font-family:sans-serif">http://boot.ipxe.org/demo/boot.php</a> loads fine. The issue I believe is somewhere where it hands off to wimboot.</div><div dir="auto">The motherboard has UEFI and Legacy modes. I'm using legacy PXE.</div><div dir="auto"><br></div><div dir="auto"><span style="font-family:sans-serif">> If you read the pined topics in the forum it explains the state.</span><br></div><div dir="auto"><span style="font-family:sans-serif">Didn't notice that discussion was moved to GitHub. I was checking by last reply and saw forum was somewhat active. </span></div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jul 2, 2022, 10:54 AM Christian Iwata Nilsson, <<a href="mailto:nikize@gmail.com">nikize@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 2 Jul 2022, 04:39 Alex Leo, <<a href="mailto:sir.alexandre.leo@gmail.com" target="_blank" rel="noreferrer">sir.alexandre.leo@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" rel="noreferrer noreferrer" target="_blank">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" rel="noreferrer noreferrer" target="_blank">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" rel="noreferrer noreferrer" target="_blank">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 dir="auto"></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">If you read the pined topics in the forum it explains the state.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="auto"><br></div><div dir="auto"></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Since you have ipxe.lkrn we know you are using pcbios.</div><div dir="auto">Have you tried to use only ipxe to rule out or confirm that this issue is pxelinux related? (For example by using ipxe.usb on flash drive)</div><div dir="auto"><br></div><div dir="auto">You could also try to manually do imgfetch on boot.ipxe and then run imgstat and verify that it is detected as script. It is important that #!ipxe is the first bytes of the script, and that there is no BOM sequence or similar.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="auto"><br></div><div><br></div></div>
_______________________________________________<br>
ipxe-devel mailing list<br>
<a href="mailto:ipxe-devel@lists.ipxe.org" rel="noreferrer noreferrer" target="_blank">ipxe-devel@lists.ipxe.org</a><br>
<a href="https://lists.ipxe.org/mailman/listinfo/ipxe-devel" rel="noreferrer noreferrer noreferrer" target="_blank">https://lists.ipxe.org/mailman/listinfo/ipxe-devel</a></blockquote></div></div></div>
</blockquote></div></div></div>