How to package a modified BIOS

Discussion in 'BIOS Mods' started by dekloper, Jun 17, 2015.

  1. dekloper

    dekloper MDL Novice

    Jun 17, 2015
    2
    0
    0
    Hello.
    Tell me what to do.
    After modifying the BIOS from Insyde, a proprietary tool from hp refuses to write it back, ending with an error rsa-signature.
    How to package a modified BIOS to the image suitable for firmware?
    Thanks.
     
  2. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,589
    340
    For which PC?
     
  3. dekloper

    dekloper MDL Novice

    Jun 17, 2015
    2
    0
    0
    #3 dekloper, Jun 17, 2015
    Last edited: Jun 17, 2015
    (OP)
    Netbook HP Mini 210-3001er (with disabled VMX bit) :(

    Decrypt of the original image is produced by setting an option in the configuration file platform.ini utility from HP.

    >[BackupROM]
    >Flag=1
    >FilePath=c:
    >FileName=image_old.bin

    To unpack the binary image ROM-files I used phoenixtool.
    Next, I made the necessary modifications to the code (msr register 0x3a), but after unloading the modified code, the utility of HP firmware fails RSA signatures.
    Tell me what to do?