iPXE Memory issues
|
2015-04-17, 20:41
Post: #2
|
|||
|
|||
RE: iPXE Memory issues
iPXE uses more memory and that leaves less memory for the execution of other boot programs.
For example it is quite common for us to not be able to boot memtest directly from ipxe. In case we get an error when trying we instead chain to pxelinux with a special config that immediately loads memtest. Code: set esc:hex 1b # ANSI escape character - "^[" Below is the part of the php script that does the real work when this happens. Code: if ($errno == "0x46038101") { // not enugh mem.. workaround and pxelinux.cfg.php only has Code: <?php the tftproot is shared over http as well since it lets us maintain all bootfiles in only one place. This might not be simple to implement, but atleast it works for us. I might come back and clean this up if time permits. Use GitHub Discussions VRAM bin |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
iPXE Memory issues - Leppunen - 2015-04-01, 10:48
RE: iPXE Memory issues - NiKiZe - 2015-04-17 20:41
RE: iPXE Memory issues - mcb30 - 2015-04-18, 11:41
RE: iPXE Memory issues - NiKiZe - 2015-04-18, 11:46
|
User(s) browsing this thread: 1 Guest(s)