Anyone know how to extract a Dell bios from the ****.exe?? How to modify the ROM?

Discussion in 'Windows 7' started by jeff69dini, Jun 29, 2009.

Thread Status:
Not open for further replies.
  1. Ozymandias

    Ozymandias MDL Junior Member

    Jun 17, 2008
    65
    25
    0
    No problem.

    I'm planning on updating my bios when I understand a bit more of how to hack the 2.0 SLIC to 2.1 or if you fancy having a go :)
     
  2. Yen

    Yen Admin (retired)
    Staff Member

    May 6, 2007
    13,127
    14,207
    340
    #42 Yen, Jun 30, 2009
    Last edited by a moderator: Apr 20, 2017
    Code:
    Offset      0  1  2  3  4  5  6  7   8  9  A  B  C  D  E  F
    
    00081870                                        44 45 4C 4C               DELL
    00081880   20 20 4D 30 38 20 E0 02  80 00 57 49 4E 44 4F 57     M08 à.€.WINDOW
    00081890   53 20 04 1C E0 0E F0 71                            S ..à.ðq
    
    After these bytes 80h bytes of the encrypted marker data follow (F6h-175h at a common SLIC). If you exchange them, I don't know if the marker version bytes are right or still at 00 00 00 (bytes after the 'WINDOWS ' string...)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. jeff69dini

    jeff69dini MDL Expert

    Nov 22, 2008
    1,023
    236
    60
    lol, cool! does that mean you can help me with my problem? and I guess others as well...haha

     
  4. Yen

    Yen Admin (retired)
    Staff Member

    May 6, 2007
    13,127
    14,207
    340
    These are completely different matters. You've got Award bios, Ozymandias has got Phoenix-Dell!!!

    But I'm still hopeful that I can help you.....later...;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. jeff69dini

    jeff69dini MDL Expert

    Nov 22, 2008
    1,023
    236
    60
    thanks Yen, you're the bestest ever.....hope that this info will benefit all
     
  6. shakeyplace

    shakeyplace MDL Addicted

    May 5, 2007
    866
    75
    30
    #46 shakeyplace, Jun 30, 2009
    Last edited by a moderator: Apr 20, 2017
    Great work Yen, looking at some more recent SLICs the code after the windows string looks more like this]
    Code:
    Offset      0  1  2  3  4  5  6  7   8  9  A  B  C  D  E  F
    
    00081870                                        44 45 4C 4C               DELL
    00081880   20 20 42 31 30 4B 20 20  20 00 57 49 4E 44 4F 57    B10K à.€.WINDOW
    00081890   53 20 01 02 19 E0 0F F0  71                        S ..à.ðq
    
    I have found that in 2 recent phoenix slics, am thinking that will produce the required result
     
  7. shakeyplace

    shakeyplace MDL Addicted

    May 5, 2007
    866
    75
    30
  8. Yen

    Yen Admin (retired)
    Staff Member

    May 6, 2007
    13,127
    14,207
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. shakeyplace

    shakeyplace MDL Addicted

    May 5, 2007
    866
    75
    30
    Fantastic Yen,
    I am unsure of the exact starts and end points for marker data, figured I would leave it to the expert, also kinda figured out this NOT thing now, but I will leave it up to the expert because of the exact start and end of the marker data
    Thanks
     
  10. Yen

    Yen Admin (retired)
    Staff Member

    May 6, 2007
    13,127
    14,207
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Yen

    Yen Admin (retired)
    Staff Member

    May 6, 2007
    13,127
    14,207
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Yen

    Yen Admin (retired)
    Staff Member

    May 6, 2007
    13,127
    14,207
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. jeff69dini

    jeff69dini MDL Expert

    Nov 22, 2008
    1,023
    236
    60
    interesting, but mine has no built in flash......dell doesn't mention it, my bios has no mention of it i'm afraid

     
  14. Yen

    Yen Admin (retired)
    Staff Member

    May 6, 2007
    13,127
    14,207
    340
    #57 Yen, Jun 30, 2009
    Last edited: Jun 30, 2009
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Yen

    Yen Admin (retired)
    Staff Member

    May 6, 2007
    13,127
    14,207
    340
    The command -readgzfile doesn't work at CMD window! You mean I have to boot into pure DOS?
    What gzip are you using?
    About the checksum, I'll have a look again, maybe I did a mistake....there is still hope....:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. shakeyplace

    shakeyplace MDL Addicted

    May 5, 2007
    866
    75
    30
    update, gzipped up original hdr file renamed it, booted to Dos. successful flash using -readgzfile parameters. gzipped with 1.3.12 using default parameters