Jump to content

Dietmar

Member
  • Posts

    1,847
  • Joined

  • Last visited

  • Days Won

    10
  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by Dietmar

  1. @Damnation I think, the table that you want to upload has to be newer than the table, that is already in use Dietmar
  2. @Damnation This asl.exe Tool is easy to use: 1.) Put asl.exe to the root of your XP, means copy it to C:\ 2.) Copy your compiled Acpi tables also to C:\ for example dsdt.aml . 3.) Type then at command line C:\asl /loadtable dsdt.aml 4.) After reboot, this new dsdt table, which is stored in Registry, is loaded from XP. 5.) For to unload this dsdt table type at commandline C:\asl /loadtable -d dsdt.aml 6.) After next reboot the original dsdt table from Bios is loaded. 7.) For ssdt1 table etc. you do the same, just load one table after the other with asl. 8.) Nothing is changed on your motherboard, because the tables are only stored in Registry of your Hardddisk with XP. 9.) I do not think, that this works for Server 2003, because this one takes its acpi tables always from Bios and not from Registry, so the DSDT upload patcher from @Mov AX, 0xDEAD or the grub2 from you should work Dietmar asl.exe Version 5 https://ufile.io/y8e5iz3r
  3. @Damnation The asl.exe V5 works also. The advantage from this tool is, that under XP SP3 the modified tables are stored in Registry and you dont need to upload them always new Dietmar
  4. @Damnation Can you see a difference in the DSDT tables beween the power cores and the "efficient" cores of the 12900k cpu? The 12900k cpu has 8 Power cores with Hyperthreading, shows 16 "cpus" and 8 efficient cores, so all together 24, which numbers are NOW shown correct in processors Dietmar
  5. @Damnation Waaaoohhh , now we need Tutorial, how to make this Dietmar PS: Power consumption goes down from 44 Watt --> 1.6 Watt. This I like a lot, because in this winter here in germany people will die because no money for HEATING! Asrock Extreme z690 with 12900k cpu before DSDT mod from @Damnation after
  6. @Damnation Yes, this is the board which consumes a lot of power for nothing. The same is true for all the other z690 boards, which I have. But this board is the most XP friendly board and stable. When you have mood for, I am happy when you make a try for to modd the DSDT files and I will report then Dietmar PS: Now we 3 possibilities to upload acpi tables.
  7. @Damnation Here they are, from the Asrock z690 Extreme, which is for me the most most XP friendly board. I use latest iasl from March 2022 and extract under win10 Dietmar https://ufile.io/piqd5ke6
  8. @Damnation Oh, we are all blind as much as possible. I just check the asl.exe Tool V5 from Microsoft. It works also, IF you dump and modify the DSDT files from running XP. If you are as "clever" as me, extract DSDT from Bios, modify it and upload it then, with any of the 3 methods you are forced to flash the Bios with this DSDT or you get always this acpi.sys error. Really crazy, I spend hours and hours with flashing Bios only because of this mistake^^ Dietmar PS: Here is the asl V5 tool. It works, I just test^^ https://ufile.io/rtk8elu3
  9. @Damnation Yessssaaa grub2 works for to upload any DSDT table Dietmar
  10. @Damnation Ok, now the @Mov AX, 0xDEAD DSDT patcher works for me, very first time that I succeed to upload an own DSDT on boottime to XP. Now comes your grub2 for to test Dietmar
  11. @Damnation After crazy experience with the Tutorial from @Mov AX, 0xDEAD I succeed to load my DSDT with his patcher. Crazy, first I need to understand, that his reload.bin is nothing other then the binary file dsdt.aml . And voila, I get the same(!) acpi.sys error as with the grub2 methode. Now I think, after a short comment from @Mov AX, 0xDEAD, that it depends on the dsdt.aml itself. You are not allowed to take it direct from the Bios. Instead of this you have to take it from running XP. Ok, next try and may be that via this way I also get the Microsoft tool asl.exe to work Dietmar
  12. @Damnation Yes, I can see my file dsdt.aml there. But when I boot XP, it gives me the same acpi.sys error. So, this methode seems to work only on AMD boards. I will try the Tutorial from @Mov AX, 0xDEAD Dietmar
  13. @Damnation How do you boot your compi after grub> acpi (hd0,2)/acpi/dsdt.aml And the dsdt.aml is NOT the dsdt.dsl renamed file? I think, that dsdt.aml has to be the binary file which you get after iasl runs over dsdt.dsl. I have no idea what I can do more here with ETB Dietmar
  14. @Damnation I think, that I did all, as you describe. From the Webside, I fetch the original Bios 3.2 for the Asrock z370 k6 gaming board, and extract from it its original DSDT with UEFITool. This Dsdt is different from my on this PC, because I make my DSDT by hand XP and USB3 friendly. Then I boot with the Kingston USB stick in legacy mode (not UEFI). Before I make on the second partition of this stick a folder named acpi and put into it the original bin version of dsdt.aml. Then I type grub> acpi (hd0,2)/acpi/dsdt.aml check about missing spaces etc. Crazy, even I choose the german keyboard, now it becomes English keyboard. Ok. On first boot I got error because of acpi.sys. Then I choose my brandnew modded acpi.sys with hack against all A5 03 and A5 011 Bosods. This time I get Bsod 0x7b, so something does not work with this tool. This remembers me a lot at the Microsoft asl.exe tool. With that tool, the behavior was exact the same as now with this E2B tool Dietmar PS: I think, I have to use the DSDT load methode from @Mov AX, 0xDEAD, even the Tutorial for that is a little bit crazy. EDIT: I load its own dsdt.aml from which I know to 100% that it works. And E2B gives again acpi.sys error, so for sure this does not work for me.
  15. @Damnation With acpidump -b I get only DSDT FACP etc. tables but not any ssdt. When I use Rw Everything and make a check between te generates DSDT.bin and the DSDT.raw which I fetch direct from my Bios, I get 34 differences, which should be forbidden in any case or XP changes its DSDT after loading from Bios. So my question is, HOW to get all the acpi tables, with which my XP is actually working? And which role plays RW Everything, does it give the actual all Acpitables, which XP is working with or does it make a copy from Bios? Copy from Bios should be impossible for RWEverything, because in this case my both binary files for DSDT should be identic Dietmar
  16. @Damnation And next question: With which tool and with which version of Windows you read the DSDT files out? And with which version of Iasl you make back again a working dsdt.aml from them Dietmar
  17. @Damnation When you write this at commandline 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 where are those files stored? Do you make a 2. partition on your harddisk and into a folder named acpi you put them all? And is (hd0) your harddisk, from where windows starts? This may depend on the kind of the USB stick and/or at which place in Bios the boot place for the harddisk is Dietmar
  18. @Damnation Even my System fullfilles everything, that is written on the E2B homepage for XP install, it hangs after install at the step when looking for Internet for to download the missing files, telling "ok" and then hangs exact at the check for the second partition, even it is there. Ok, for this moment I give up setup during XP. With Win10 I get error 4 at the end, what ever this mean. When I restart from this USB stick, the Live menu with Agfm is shown to me at second place from the menu. Ok, when I click on it, I get this screen. How to come to the commandline, where you put commands for use of external DSDT and SSDTs in? Dietmar EDIT: I found, just hitting F5 and then choose grub console. Then I get this picture, ist it the same as yours?
  19. @Damnation To prepare this USB stick under XP should work, according to this: Updating under Windows XP/7/8 If you don’t have a Windows 10 system you can run the Install_agFM.exe utility (see eBook #4 for download) After you have made the E2B drive using Make_E2B.exe (make a two-partition USB drive), you then run Install agFM.exe which performs the following actions: 1. Asks the user for the USB drive number – DO NOT ENTER THE WRONG DRIVE NUMBER! 2. Deletes the second partition on the chosen drive 3. Creates a new FAT32 second partition using the remaining space (Z:) 4. Re-orders the first and second partition so that partition 2 is now accessible as drive Z: 5. Downloads the currently released of agFM and extracts the files to the second partition 6. Re-orders the first and second partitions back to their original order 7. Re-assigns a drive letter to partition 1
  20. @Damnation Yes, I have compi with Win10. May be, that my problem is, that I tried to do all under XP SP3. Have you tried to make this USB boot stick with Easy2boot + Agfm under XP? Is yes, I am just too blind and need a short Tutorial Dietmar EDIT: XP, WIndows 7, WIndows 8 and early versions of Windows 10 have a problem with USB Flash (thumb) drives. They will only access one partition. Please use Windows 10/11 to create a E2B+agFM UEFI-bootable USB drive. If your USB drive is a USB Fixed Disk (e.g. USB HDD) then you can use any version of Windows. I have a Kingston Workspace 64 GB, which is always shown as USB hardDISK.
  21. @Damnation I prepare an USB stick with fat32 and Grub2. It contains now grubfm.iso grubfmaa64.efi grubfmia32.efi grubfmx64.efi loadfm At commandline grub: ls It shows me (hd0,msdos1) (hd1) (hd1,msdos1) But any try to boot from any it always gives me the message error: you need to load the kernel first Dietmar
  22. @Damnation I never worked with grub2, only grub4dos. Which grub2 you use and can I work with it like with grub4dos Dietmar
  23. @Damnation I see, that the power consumption of your cpu is also after this modd at about 40 Watt. When you succeed that the processor lists shows your cpu correct, will this powerconsumption go down? Can you please send me your modded DSDT and the needed SSDT, all in original and in modded? Then I will make a try with to integrate it permanently in one of my not needed z690 boards via Bios flash with EEPromer Revelprog IS Dietmar PS: I need to flash, because I never succeed to load a DSDT in boottime under XP.
  24. @Damnation If we do not succeed to integrate it in a new acpi.sys for XP, can we put the old processor definition again in each DSDT Dietmar
  25. I found a solution, but it is unclear for me, how the Bios protection can be overcome. The tool, with which I extract the Bios.exe from Dell is called Dell_PFS_Extract.exe You are not allowed to change the name of the origin bios.exe file. And be careful: For me it worked under Win8 and check each file on whole compi, if it is an dell Bios, brrr.. So better to make an own folder and put this bios.exe together with Dell_PFS_Extract.exe there in and give at the start from the program ONLY this folder^^ for to search..
×
×
  • Create New...