1. akcent

    akcent MDL BIOS/EFI Modifier

    Aug 20, 2009
    2,453
    1,248
    90
    #15581 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,248
    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,248
    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 Admin / Adviser
    Staff Member

    Nov 30, 2009
    19,091
    19,920
    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,248
    90
    #15588 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
    
     
  8. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    19,091
    19,920
    340
    @akcent

    svl7 told me that not all time of flash protection can be bypassed by prr/prr2. Seems that HP uses more harder protection.

    :(
     
  9. akcent

    akcent MDL BIOS/EFI Modifier

    Aug 20, 2009
    2,453
    1,248
    90
    The extra test just confirmed what you said. To progress in this direction test was not meaningless. I wrote to the author, but he has not responded yet. :)
     
  10. akcent

    akcent MDL BIOS/EFI Modifier

    Aug 20, 2009
    2,453
    1,248
    90
    show screenshots