[DISCUSSION] VirtualBox - Update, SLP & SLIC

Discussion in 'Virtualization' started by cigolo_, Dec 30, 2008.

  1. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,196
    21,378
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,827
    7,843
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,827
    7,843
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. bobpaul

    bobpaul MDL Novice

    Mar 30, 2018
    1
    0
    0
    Any chance you could provide some info on how you did this? I can build VirtualBox from source, but the only instructions I've previously seen for keeping the BIOS file up to date involved hexediting the bios binary. Maintaining a patch against the source code seems like it would be easier.
     
  5. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,827
    7,843
    210
    #585 Carlos Detweiller, Apr 29, 2018
    Last edited: Apr 29, 2018
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,827
    7,843
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,827
    7,843
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,827
    7,843
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,827
    7,843
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,827
    7,843
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,827
    7,843
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,827
    7,843
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,827
    7,843
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. atreyu

    atreyu MDL Junior Member

    Nov 15, 2009
    63
    132
    0
    hi everybody

    we must replace the sting "SLICTable" with "CustomTable" to work for version 6

    atreyu
     
  15. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,827
    7,843
    210
    CustomTable is already in 5.2. Actually, SLICTable is not mentioned anymore in the manual and only kept for backwards-compatibility. It can safely be replaced now.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,827
    7,843
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. sr71

    sr71 MDL Junior Member

    May 9, 2008
    87
    0
    0
    #597 sr71, Dec 22, 2018
    Last edited: Dec 22, 2018
    Thank you!
     
  18. nospamboz

    nospamboz MDL Novice

    Mar 30, 2014
    2
    0
    0
    Any word on whether VirtualBox 6 needs a new BIOS ROM file for XP Mode VM?
     
  19. AintBigAintClever

    AintBigAintClever MDL Novice

    Dec 13, 2015
    4
    0
    0
    Are there additional steps required to get a custom SLIC to work where the host is Mac OSX (running on Mac hardware)? I've tried on both 5.2.22 and 6.0.0 and both seem to be ignoring the ExtraDataItem entries in the vbox file. Even deliberately fudging the SLIC filename doesn't throw an error, nothing appears in the logs and RWEverything shows the standard VBOX stuff (and no SLIC table) despite the VboxInternal/Devices/pcbios/0/Config/Dmi commands.
     
  20. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,827
    7,843
    210
    Being a major release, almost certainly.

    Are you using the correct entries?
    Code:
          <ExtraDataItem name="VBoxInternal/Devices/acpi/0/Config/CustomTable" value="path/to/your/SLICTABLE.bin"/>
    DMI is only for SLP 1.0 (Windows XP).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...