Jump to content

Damnation

Member
  • Posts

    781
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    0.00 USD 
  • Country

    Australia

Posts posted by Damnation

  1. @Dietmar

    Thanks!

    I see in dsdt.dat your processors are defined with ACPI0007 ID but curiously no ACPI0010 container.  I see ssdt.dat also has some external dependencies to dsdt.dat for processor definitions.

    Just to confirm, was this board giving you CPU power issues like me? or was it a different board? or were you having a different problem with this board?

  2. @Dietmar

    You must use the compiled AML binary file and not the DSL file, do not rename DSL file, compile it into AML.

    I may have gotten the command slightly wrong

    instead of

    grub> acpi (hd0,2)/acpi/dsdt.aml

    it should be

    grub> acpi (hd0,msdos2)/acpi/dsdt.aml

    you can check if this is correct by typing

    grub> acpi (hd0,msdos2)/

    and then pressing TAB to see the directory listing and see where you are.

    Make sure the /acpi/ folder exists.

  3. @Dietmar

    Here are my original and modded ACPI tables -

    https://ufile.io/5spx5ygt

    You should try the grub2 boottime method. It's a much safer option once it's setup.

    like for mine all I need to type in the grub console is

    grub> acpi (hd0,2)/acpi/dsdt.aml

    grub> acpi (hd0,2)/acpi/ssdt2.aml

    grub> acpi (hd0,2)/acpi/ssdt3.aml

    grub> acpi (hd0,2)/acpi/ssdt6.aml

    and then boot XP and it worked.

    Have you got any USB drives with grub2 installed on it?

×
×
  • Create New...