
Damnation
Content Type
Profiles
Forums
Events
Posts posted by Damnation
-
-
Yes I have BIOS 2.2
TPM is on with the default settings, but I made sure to switch it off since since I wanted to install Windows 11 in CSM mode on this machine.
0 -
Moving these keys to CurrentControlSet instead of ControlSet001 results in an A5 BSOD
0 -
Yes secure boot is disabled.
0 -
OK, I checked in the registry and I see that the keys were applied, however XP seems to just be ignoring these keys entirely and my CPU still runs at 140W and DSDT is from BIOS.
0 -
No problems thus far, but the DSDT is unmodified, can you make one for the CPU SSDT too? that's where all the changes are made.
0 -
0
-
Do you want all of my ACPI tables? or just the CPU SSDT table?
0 -
My ACPI tables are for an AMD B550 system though, they won't work for you.
0 -
I think @Outbreaker or @George King should be able to help you automate the XP installation process.
0 -
Unfortunately I have not had much luck working with the ASL method, I ended up getting either no change or an A5 BSOD.
grub2 seems to still work though, although I noticed that grub2 simply creates a new CPU SSDT table and leaves the original SSDT untouched, weird.
0 -
I haven't been able to get this to work thus far, even though asl says it was successful it still loads the unmodded tables.
how do I check if test signing is enabled?
0 -
7 hours ago, Dietmar said:
The advantage from this tool is, that under XP SP3 the modified tables are stored in Registry
Oh that's cool! I might give it a try then.
Is asl V5 that hard to use?
and if I want to revert to original ACPI tables is that easy?
0 -
All I really know is that deprecated Processor() Opcode is no longer in use in these newer ACPI tables that are giving power issues in XP. My mod removes the existing ACPI0007 processor definition and then reintroduces the old Processor() Opcode that XP's acpi.sys expects.
0 -
1.6 watts! Wow! and I thought 44 watts on my 5950x was good.
The mod is not that complex, just compare original and modded tables, there isn't all that much of a difference.
Now lets hope that @Mov AX, 0xDEAD can code the driver to understand ACPI0007 too.
0 -
0
-
OK, Here is my first attempt at an ACPI mod for you.
Load both of the AML files in the MOD folder. The order may or may not be important I'm not sure - i.e if DSDT then SSDT does not work then try the other way around.
0 -
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?
0 -
0
-
0
-
-
Not necessarily true, if any other ACPI tables have any external dependencies on other tables they'll need replacing too.
Can you upload all your ACPI tables please? both original, and modded if any.
0 -
A bit strange that acpidump -b did not give you everything, nonetheless send me all the .dat files it outputs.
Also do the same with RW-Everything too so I can compare for differences.
0 -
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.
0 -
I used the most recent iasl version to both disassemble and rebuild my tables.
use acpidump -b to get a dump of your acpi tables.
0
Compiling ACPI v2.0 driver for Windows XP SP3 and Windows 2003 SP2 (x32/x64)
in Windows XP
Posted
@Dietmar
Where can I find this?