iPXE discussion forum
[help] newbie cant boot off http - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: [help] newbie cant boot off http (/showthread.php?tid=6884)



[help] newbie cant boot off http - biatche - 2013-04-22 20:21

following " robinsmidsrod / _INSTALL.md " example...

how do i boot an image via http?

Code:
:memtest
echo Booting Memtest86 4.2.0
chain ${boot-url}/memtest/memtestp.bin
goto start

gives
Code:
http:...................memtestp.bin...ok
Could not boot: Requested memory not available
Could not boot image: Requested memory not available
No more network devices
ctrl-b...

press any key to reboot

what have i done wrong?


RE: [help] newbie cant boot off http - mcb30 - 2013-04-23 13:20

(2013-04-22 20:21)biatche Wrote:  
Code:
http:...................memtestp.bin...ok
Could not boot: Requested memory not available
Could not boot image: Requested memory not available

what have i done wrong?

You've ignored the most useful part of the error message! Your message almost certainly said

Code:
Requested memory not available (http://ipxe.org/46038101)

If you browse to that URL (http://ipxe.org/46038101), you'll see that it already includes information about how to fix this specific problem.

Michael


RE: [help] newbie cant boot off http - biatche - 2013-04-30 20:15

fixed. Thanks!