# # Fix error "Selected item cannot fit into memory" error from grub # when starting memtest86+. # Despite advertizing, I get the same error with and without this patch. # # This patch by Paulo Roma Cavalcanti # # http://people.atrpms.net/~pcavalcanti/srpms/memtest86+-1.70-1.fc6.lcg.src.rpm # https://bugzilla.redhat.com/show_bug.cgi?id=237279 # --- memtest86+-2.01/memtest.lds.bak 2008-02-21 13:26:05.000000000 +0200 +++ memtest86+-2.01/memtest.lds 2008-03-07 17:18:33.051714393 +0200 @@ -3,7 +3,7 @@ OUTPUT_ARCH(i386); ENTRY(_start); SECTIONS { - . = 0x10000; + . = 0x100000; _start = . ; .data : { *(.data)