Tool to Insert/Replace SLIC in Phoenix / Insyde / Dell / EFI BIOSes

Discussion in 'MDL Projects and Applications' started by andyp, Nov 26, 2009.

  1. colinzim

    colinzim MDL Senior Member

    May 14, 2007
    461
    114
    10
  2. ibnabatoot

    ibnabatoot MDL Novice

    Feb 19, 2012
    3
    0
    0
    hi guys,

    i am trying to extract the dsdt.dsl from asus 1155 roms, but cannot work out how to do so.
    will be doing this to around 40 roms (need the extracted dsdt to as it will be patched for use with osx), so would be grateful for the method on how to do this.

    an example board would be the p8z68-v pro

    cheers
     
  3. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,827
    19,047
    340
  4. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,827
    19,047
    340
  5. nel1156

    nel1156 MDL Junior Member

    Sep 7, 2011
    62
    20
    0

    Sorry I post wrongly.
     
  6. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,827
    19,047
    340
    Can u pls upload SLIC Toolkit advanced tab screenshot??
     
  7. kizwan

    kizwan MDL Member

    Mar 6, 2010
    189
    31
    10
    #2493 kizwan, Feb 22, 2012
    Last edited by a moderator: Apr 20, 2017
    You can dump DSDT in windows using iasl.exe:-
    Code:
    iasl -g
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. tqhoang

    tqhoang MDL BIOS Modder

    Apr 29, 2008
    1,600
    356
    60
    #2494 tqhoang, Feb 22, 2012
    Last edited by a moderator: Apr 20, 2017
    Just need to be careful since the dumped DSDT *might* be hardware-specific (at least with RAM size). I've seen some have different address locations depending on if you had 2GB, 4GB, etc.
     
  9. ibnabatoot

    ibnabatoot MDL Novice

    Feb 19, 2012
    3
    0
    0
    #2498 ibnabatoot, Feb 22, 2012
    Last edited by a moderator: Apr 20, 2017
    cheers for the replies guys.

    unfortunately that method is slightly different to what i wanted to do.

    little backstory- we have a database of dsdt.aml files from gigabyte which have been patched for use with osx.
    we are trying to do the same with asus 1155.
    however, with these asus 1155 insyde roms, i cant find a way to get at the dsdt.dsl. all the methods ive found online have either been for award bioses, or older ami bios.

    we need to get the dsdt from the actual rom, rather than on an individual board level.

    phoenixtool has a way to do it i believe, i just cant work out how :Flush:
     
  10. kizwan

    kizwan MDL Member

    Mar 6, 2010
    189
    31
    10
    If ASUS, most likely they use AMI UEFI. If true then DSDT should be in 11D8AC35-FB8A-44D1-8D09-0B5606D321B9_X_XXX.ROM. DSDT file start with "DSDT". So, delete anything before "DSDT".
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. nel1156

    nel1156 MDL Junior Member

    Sep 7, 2011
    62
    20
    0