1. akcent

    akcent MDL BIOS/EFI Modifier

    Aug 20, 2009
    2,453
    1,247
    90
    #15592 akcent, Nov 9, 2013
    Last edited by a moderator: Apr 20, 2017
  2. martin7601

    martin7601 MDL Novice

    Feb 7, 2010
    5
    0
    0
  3. akcent

    akcent MDL BIOS/EFI Modifier

    Aug 20, 2009
    2,453
    1,247
    90
    I asked to give me the result.rar. Err 28 - a err that can be avoided
     
  4. martin7601

    martin7601 MDL Novice

    Feb 7, 2010
    5
    0
    0
    I Run "BACKUP_FPT.exe" as administrator as you said. There is no result.rar on my desktop, just the message inside the cmd window opened by the "BACKUP_FPT.exe", which I copied in the previos post.
     
  5. akcent

    akcent MDL BIOS/EFI Modifier

    Aug 20, 2009
    2,453
    1,247
    90
    ay moment ;)

    While the script is run Win+R, type: "%tmp%" and in the folder
    RarSFX0 locate the file backup ****. BIN
     
  6. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,822
    19,035
    340
    @akcent

    Do you try to backup the bios using FPT & then flash it back?? I can't remember exactly but as far as I remember, this method isn't fruitful.

    o_O
     
  7. akcent

    akcent MDL BIOS/EFI Modifier

    Aug 20, 2009
    2,453
    1,247
    90
    #15599 akcent, Nov 9, 2013
    Last edited by a moderator: Apr 20, 2017
    I would like to see this. err 28 overcome possible ;)

    Code:
    echo off
    fpt -bios -f biosmod.bin
    if errorlevel 1 goto prrr1
    goto exit
    :prrr1
    prr
    fpt -bios -f biosmod.bin
    if errorlevel 1 goto prrr2
    goto exit
    :prrr2
    prr2
    fpt -bios -f biosmod.bin
    if errorlevel 1 goto errror
    goto exit
    :errror
    echo error: can't flash bios
    goto and
    :exit
    echo flash bios done
    :and