Any bootloader tools to patch DMI board/system/model/serial IDs?

Discussion in 'BIOS Mods' started by carl0s, Oct 7, 2019.

  1. carl0s

    carl0s MDL Novice

    Apr 18, 2009
    13
    1
    0
    Hi.
    My customer has a very old system which unfortunately uses a protection scheme that checks the DMI chassis/board/manufacturer/model etc.

    I have been able to move it to a newer system but only with VirtualBox which lets you override the DMI data.
    Unfortunately VMWare and Hyper-V don't allow you to override the necessary bits.

    I would actually like to run on native hw, or at least try other hypervisors.

    I know that Daz's fabulous loader works by injecting ACPI tables into what the OS sees as the BIOS.

    I was just wondering if anyone knew of a tool which did a similar thing but to patch the DMI data ?

    Thanks
     
  2. annaloog

    annaloog MDL Novice

    Sep 13, 2015
    1
    0
    0
    Qemu can do this via the 'smbios
    type=0,bios-version='1.0',bios-date='2009/10/20'

    i think. Clover can do dropping of firmware OEM tables and also generate (patch) SMBIOS table on-the-fly.
     
  3. carl0s

    carl0s MDL Novice

    Apr 18, 2009
    13
    1
    0
    #3 carl0s, Oct 7, 2019
    Last edited: Oct 7, 2019
    (OP)
    Clover.. that could be just the ticket! Thanks.


    Ah sweet, I just had a look. I think it has everything I need under the SMBIOS stuff.

    Thanks a lot.