More info I managed to decompress & recompress EVO Desktops from Compaq. It' done using 'phoedecw.exe', (Phoenix NUBIOS-version decompressor. It works like the tool 'decompaqt' i wrote at newyear, but it's far better. You should use phoedecw.exe and recompress using Phoenix PREPARE.EXE In order to recompress you have to made a ROM script to tell PREPARE how to compress. Your ROM.SCR should look like this: Line1: COMRESS LZARI Line2: ACPI 400000000.dec That's all, verify the contents, it should be exactly the same as in ROM image you downloaded. If we could know the ACPI oprom entry point then it would be cool to add SLIC. Don't forget about the assembly, each table gets pointed to and offset gets filled in behind RSDT as it's empty as you view it at first. One of the last things the code does is copy all table length for later use. The length must be correct so if you add SLIC, update it You could code around the entry point but it would be nice if we know where entry point is saved. All I see is a 55AA??CB. The CB is a return far, this would jump to our entry point. Two push instructions can make the way RETF far behaves, but I don't know where it's at. The ?? number behind marker 55AA, multiplied by 512 is the space for the entire module. These things are documented in specs.
Hi Andy, I'm attaching three original and modded modules. The checksum is the same but files are different.
Hi Found and fixed the error 5. For the remainder all the tool does is recompile the DSL file with the intel ASL compiler. You could try the compatibility mode in advanced DSDT options (uses -oa command line switch), but other than that I dont think the tool is responsible for the non-ACPI compliant error One way to clarify - What happens if you don't change the DSDT_NEW at all just let the tool recompile it and reinsert?? (ie don't change the file and just click OK - I assume also you are ticking 'No SLIC', ticking 'Don't Alter Any ACPI tables' and unticking 'Replace All OEM/Table ID occurences') Andy
Thanks for filling my request Andy, it may seem lazy but it's just handy to have the recovery filename in the clipboard I appreciate it.
Hey No worries at all.... and not lazy... you guys do tons of mods for people It was two lines of code!!! Good to see you back Andy
Cool. Thanks for the fix. I tried compatibility mode and allow user to modify DSDT (with no mods) and Windows 7 booted up fine. I need a test DSDT mods without flashing. Do you know of a bootloader to do that? That will help me figure out if specific DSDT fixes cause the ACPI no fully compliant BSOD. Also, if I try to modify an already modified bios with SLIC, it seems to extract the DSDT fine. But it says ALASKA A M I in the definition block. If I boot into Windows 7 and use RW everything it says MSI MEGABOOK in the definition block. As of version 2.09, using the add SLI cert option does corrupt ACPI tables badly with this BIOS. No SLIC or DSDT mods made either. Windows fails to boot. Linux boots, but DSDT table from /sys/firmware/acpi/tables is corrupted/truncated. I will test out v2.10. Thanks again.