MemTest86 Pro version MT86.cfg can't be load

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • inthunder
    Junior Member
    • Nov 2018
    • 11

    #1

    MemTest86 Pro version MT86.cfg can't be load

    Hi,

    I met a problem that I use the Pro version and want to use configuration file (mt86.cfg) to loaded on startup.
    But it never successed.
    Is there any additional option need to be set?
  • Richard (PassMark)
    Administrator
    • May 2010
    • 967

    #2
    Check that you are using the Pro version and make sure you are booting into V7 and not into V4. The mt86.cfg config file need to be placed into the EFI\BOOT folder on the USB drive.

    https://www.memtest86.com/technical.htm#config

    You can also check the MemTest86 log file to see if it loaded the configuration file correctly. A log file (MemTest86.log) is automatically created and updated while MemTest86 v7 is running. This file is saved in the 'EFI/BOOT' directory in the USB drive's first partition.

    Comment

    • inthunder
      Junior Member
      • Nov 2018
      • 11

      #3
      Hi, Thank for reply.

      I'm sure using the Pro Version and booting into V7.
      The mt86.cfg config file is placed into EFI\BOOT folder on the USB drive.

      attached the log, could you help me check it?
      MemTest86.log

      BTW, I can't upload the CFG file, the system block me to do thia action.
      and there are some "No graphics protocol found" error in long, because we use uart to output the display info.

      thank you very much.

      Comment

      • Richard (PassMark)
        Administrator
        • May 2010
        • 967

        #4
        You can copy/paste the content of the config file into a post or you can send it in via email.

        The log reports the the config file was loaded. What in the config file that is set that you feel is not being applied?

        Comment

        • inthunder
          Junior Member
          • Nov 2018
          • 11

          #5
          Hi,

          Thanks for support.
          please check the CFG info.
          I set the pass number in 144, but the Memtest86 is not followed.
          -----------------------------------------------------------------------------------------------
          # TSTLIST=0,1,2,3,4,5,6,7,8,9,10,11,12,13
          # NUMPASS=144
          # ADDRLIMLO=0x10000000
          # ADDRLIMHI=0x20000000
          # CPUSEL=PARALLEL
          # CPUNUM=8
          # CPULIST=2,3
          # DISABLEMP=1
          # ENABLEHT=1
          # ECCPOLL=0
          # ECCINJECT=0
          # MEMCACHE=0
          # PASS1FULL=0
          # ADDR2CHBITS=12,9,7
          # ADDR2SLBITS=3,4
          # ADDR2CSBITS=8
          # LANG=en-US
          # REPORTNUMERRS=10
          # REPORTNUMWARN=0
          # AUTOMODE=2
          # SKIPSPLASH=1
          # EXITMODE=2
          # MINSPDS=2
          # SPDMANUF=
          # SPDPARTNO=
          # BGCOLOR=BLUE
          # HAMMERPAT=
          # HAMMERMODE=SINGLE
          # HAMMERSTEP=0x10000
          # CONSOLEMODE=1
          # BITFADESECS=300
          # MAXERRCOUNT=10000
          # TFTPSERVERIP=192.168.1.1
          --------------------------------------------------------------------------------------------------

          Comment

          • David (PassMark)
            Administrator
            • Jan 2003
            • 11092

            #6
            Lines that start with a "#" character are treated as comments and ignored.

            So you need to uncomment the lines you want to use.

            Comment

            Working...