iPXE discussion forum

Full Version: [help] newbie cant boot off http
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
(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
fixed. Thanks!
Reference URL's