iPXE discussion forum
not enough space error - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: not enough space error (/showthread.php?tid=6030)



not enough space error - gaunab - 2012-10-09 19:05

Hi everyone,

on a couple of computers I'm receiving this error: "not enough space" when I try to load a Linuxkernel and Initrd via https. On a couple of different machines the same ipxe configuration runs quite well.

Does anyone know whats the reason for this error? (I assume 2GB's of RAM should be enough for a 2MB Kernel and 8MB Initrd) Is it possible to avoid this error - e.g. by loading syslinux via ipxe and then linux?

Thanks.


RE: not enough space error - mcb30 - 2012-10-10 01:59

(2012-10-09 19:05)gaunab Wrote:  on a couple of computers I'm receiving this error: "not enough space" when I try to load a Linuxkernel and Initrd via https. On a couple of different machines the same ipxe configuration runs quite well.

This issue was fixed about two weeks ago: http://git.ipxe.org/ipxe.git/commitdiff/72db146

Try using the current version of iPXE; it should solve your problem.

Michael


RE: not enough space error - gaunab - 2012-10-10 14:23

Thank you. That solved my Problem.


RE: not enough space error - Dennis - 2015-06-03 11:55

Hi,

what else is limiting the file size when fetching the initramdisk via https?

I am using a recent ipxe which has the above posted patch with the io buffer list included.

I am trying to load a linux kernel (3MB, succeeds) and an initramdisk (27MB, fails at 41% with http://ipxe.org/310de706) via https (from apache2, mod_ssl, debian wheezy). The ipxe is burned onto a Mellanox ConnectX3 pro en 10GE card. It works over plain http though.

Thank you for any hint!

Dennis