Universal BIOS Backup Toolkit

Discussion in 'MDL Projects and Applications' started by davidxxw, Sep 18, 2009.

  1. jackal118

    jackal118 MDL Novice

    Aug 13, 2015
    1
    0
    0
    I cannot get either link to work. First one says
    "
    The file you requested (id 733226a8) does not exist. It might have been deleted due to inactivity (no downloads) or due to not complying with our terms."

    Second one links to nothing. Any chance I someone could post an updated link?​
     
  2. infowarz

    infowarz MDL Novice

    Sep 9, 2015
    1
    0
    0
    First of all I want to thank the developer for this app!
    BIOS back up ""might"' give me enough courage to get me to finally update my 1215Ns BIOS, so it'll read the 4GBs of RAM.

    Secondly on the first post the First link is dead, with no dnload. And the second link went to Mega Storage where I had to RE-Install my Mega app to download their downloader to dnload the app.
    It dnloaded this BIOS Bkup and Comodo Internet Secrity Suite did a Popup warning me that that dnload had a infection called..
    Suspicious@#28se8uway4ssy

    Which seems to be named correctly, as kind of "Suspicious" to me!

    Is there any way to take that "Suspicious" thingy out and repack the exe?

    So now I be back to waiting to BKUP my BIOS.

    Later!
     
  3. gotamakeaccounttodl

    gotamakeaccounttodl MDL Novice

    Sep 10, 2015
    1
    0
    0
  4. bogdangepe

    bogdangepe MDL Novice

    Jan 21, 2015
    1
    0
    0
    Please update he file you requested (id 733226a8) does not exist. It might have been deleted due to inactivity (no downloads) or due to not complying with our terms.
     
  5. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,587
    340
  6. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,154
    21,094
    240
    #186 LostED, Sep 11, 2015
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. GoFigure

    GoFigure MDL Novice

    Nov 29, 2013
    18
    2
    0
    Every BIOS I have ever seen has the capability to backup the bios with its upgrade program and which also has the capability to restore it. Modern BIOS have two chips and one is the backup. I see no need for this program nor would I trust it since it has been reported to install malware and generate alerts.
     
  8. boggn

    boggn MDL Novice

    Dec 1, 2015
    1
    0
    0
    It seems that this tool is not Windows 10 compatible.
    I even disabled UAC and ran with admin rights.
    Compatibility mode doesn't help either.
     
  9. Superfly

    Superfly MDL Expert

    Jan 12, 2010
    1,143
    543
    60
    #189 Superfly, Dec 5, 2015
    Last edited by a moderator: Apr 20, 2017
    Here is a code snippit I'm using, but found someone online getting "Unknown OEM marker present in firmware"

    What is the missing SLIC sig?

    Code:
                    else if (checkOEM(out buffer, "SLIC"))
                    {
                        oemkey = BitConverter.ToString(buffer, 0xe2, 0x04);
    
                        switch (oemkey)
                        {
                            case "00-00-00-00":
                                return "Windows Vista OEM marker present in firmware";
                            case "01-00-02-00":
                                return "Windows 7 OEM marker present in firmware";
                            case "02-00-02-00":
                                return "Server 2012 OEM marker present in firmware";
                            case "03-00-02-00":
                                return "Server 2012 R2 OEM marker present in firmware";
                            default:
                                return "Unknown OEM marker present in firmware";
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. killnolife

    killnolife MDL Novice

    Jul 20, 2014
    1
    0
    0
    Do this works for UEFI bios?
     
  11. Hadenlight

    Hadenlight MDL Novice

    Jan 5, 2016
    1
    0
    0
    Hi everyone, i'm new here.

    However, I also can't find a download which is not blocked due to malware issues. Both Chrome and my Norton antivirus block or delete the download instantly. Including above link..

    And although the author adds that it may pop up as virus, then why have some people reported on this thread having to deal with malware?
     
  12. ddd-zzz

    ddd-zzz MDL Novice

    Jan 10, 2016
    1
    0
    0
    don't download
     
  13. pinkfloyd4ever

    pinkfloyd4ever MDL Novice

    Jan 27, 2016
    1
    0
    0
    Tested today, working ..thanks !! Desative Antivirus before
     
  14. crowntoy99

    crowntoy99 MDL Novice

    Mar 26, 2013
    8
    0
    0
  15. Temistocles

    Temistocles MDL Novice

    May 23, 2015
    1
    0
    0
    Thanks for the great share.:worthy::clap:
     
  16. ramyrakan

    ramyrakan MDL Novice

    Nov 18, 2013
    6
    0
    0
    Working fine here, Thanks
     
  17. shepo

    shepo MDL Novice

    May 23, 2016
    1
    0
    0
    cheers for the program
     
  18. kiryanshekhar

    kiryanshekhar MDL Novice

    May 25, 2016
    1
    0
    0
    Thank you mate. I'm gonna try this one. I have Intel R9C0 rev 16 that until now i cannot find BIOS update. If u have it would be great
     
  19. avgjoe

    avgjoe MDL Novice

    Jun 3, 2016
    1
    0
    0
    So I downloaded the Universal BIOS Backup Toolkit thinking I could use it to copy a bios between identical computers. I quickly discovered that it will not write the bios "backups" that it creates. So backup with no restore option?????? What is the point? I guess if you want to try an look into your bios for some reason?

    Has anyone found a real "toolkit" for UEFI computers? I need something that will create a bios backup AND restore it.