I'm using undionly via TFTP to boot iPXE.  I've constructed a simple text-based menu to present various options, one of which is memtest.  All of the options work fine and boot as expected, but memtest86+ does not:<br>

<br>-----<br><a href="http://192.168.0.1/boot/memtest4.20.bin.">http://192.168.0.1/boot/memtest4.20.bin.</a>.. ok<br>Could not execute memtest: Requested memory not available (<a href="http://ipxe.org/46038101">http://ipxe.org/46038101</a>)<br>

<br>Could not chain image: Requested memory not available (<a href="http://ipxe.org/46038101">http://ipxe.org/46038101</a>)<br>-----<br><br><br>What's going on here?  Here's how it looks in my script:<br><br>-----<br>

kernel --name memtest <a href="http://192.168.0.1/boot/memtest4.20.bin">http://192.168.0.1/boot/memtest4.20.bin</a><br>boot<br>-----<br>