Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE Memory issues
2015-04-18, 11:46
Post: #4
RE: iPXE Memory issues
(2015-04-18 11:41)mcb30 Wrote:  
(2015-04-17 20:41)NiKiZe Wrote:  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.

You might want to try the PXE-bootable version of memtest available from http://boot.ipxe.org/memtest.0 - this does not have the same restrictions on memory layout as the standard .lkrn format, and has the advantage that you can instruct it to perform a set number of passes and then return with a success/failure state to the iPXE script:

Code:
chain memtest.0 passes=1 && echo Memory OK || echo Memory test failed

Michael

I have that one in the menu as well, but most want version 5.01 mainly since it is "faster" (thats the unscientific reason from the users)


The original problem by Leppunen however is with memdisk

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


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)