Jump to content

Dietmar

Member
  • Posts

    1,429
  • Joined

  • Last visited

  • Days Won

    5
  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by Dietmar

  1. @Dave-H You need an xp.iso, where the new acpi.sys V5 is integrated permanently, means also in SP3.cab Dietmar
  2. @daniel_k I did the same for my Asrock z370 k6 gaming board. This was crazy hard work, because I cant use the EEpromer for the modded DSDT, because no place on board for to connect the EEpromer. So I have to upload whole new Bios always via Win7. This methode does not work on the Flex10 because of its crazy Insyde Bios. Even the Bios tool reads its Bios out as 3 Mbyte file (means crash, because it is 8MB). On newer Bios, with a size bigger than 16MB, the Bios tool does not work at all. So, now it is MUCH more comfortable to let do nice new acpi.sys all this work. Interesting, on this Flex 10 board I cant install before with original Bios 93cn59ww Bit64 XP SP3, Vista, win7, win8, win10. Only win8.1 I can install before. But now, XP Sp3 with new acpi.sys is the match winner Dietmar EDIT: How do you modd DSDT for Enable IO MWAIT Redirection (fixes CPU C states) ? This I dont have. Can you upload here your original DSDT from Gigabyte together with the modded DSDT?
  3. @Mov AX, 0xDEAD@daniel_k@Dave-H I just test the new acpi.sys V5 free for XP SP3 with connection() patch, which I compiled just now https://ufile.io/mzgeqhbo Waaaooooh, it works on the Flex 10 with newest Bios 93cn59ww Bit64, what a crazy nice work Dietmar
  4. @Mov AX, 0xDEAD Just test for me, if I understand you correct: "fix detect sequence 02 11 (connection as buffer), skip all inside buffer definition and jump" If acpi.sys sees any code in DSDT, that it does not like, via this way it jumps over it. For this, acpi.sys only needs to know, which is the byte code for the unknown >acpi2.0 word (here 02 11) and then it ignores what happens inside this code, jumping to the very first code after (here 02 11) is finished Dietmar PS: So, when the same happens again for another unknown >acpi2.0 word, you only need to do the same patch in parse.c again via its special byte code.
  5. @daniel_k I found this place in parser.c . I only want to know, how it works. Maybe, that my idea is not so bad and this way to jump over unknown words depending on the OS version can be generalized in acpi.sys Dietmar
  6. @daniel_k I dont have one of those USB sticks. But I noticed another strange behavior on any USB device with the new USB3 driver: When you copy a really big amount of data (for example 40 Gbyte) in one step, suddently comes a message, that not enough ram is there, even I have with patch 32 Gigabyte. When you disconnect the stick and connect again, you can copy this 40 Gbyte. But when you try to copy the next 40 Gbyte, exact the same message appears. This is not a big problem, because nearly no "normal" file is about this size, but the problem is real. This never happens, when you make the same transfer with 40Gbyte again and again via 2 Sata disks Dietmar
  7. @Mov AX, 0xDEAD Can you write a pseudocode with words, what you change and how? From your post before I thought, that you make the pointer from amli just to jump to next device, when it meets the acpi5 word connection(), depending on the real OS version. This would be very similar as we did in the very first editing the DSDT in the Gigabyte H110M board via Method (THDH, 1, Serialized) { THDS (ToHexString (Arg0)) } ====> Method (THDH, 1, Serialized) { If ((OSYS >= 0x07D6)) { THDS (ToHexString (Arg0)) } } From my thinking this would be the ideal solution, depending from the OS the words from >acpi2.0 would be just overjumped but now not with editing DSDT, just lets do acpi.sys exact the same Dietmar EDIT: May be, that you can make a compare between the DSDT.raw and DSDT2.raw files from my 2 DSDT examples on the Gigabyte H110M board, what this If ((OSYS >= 0x07D6)) exactly is doing.
  8. @Damnation I just test, gives the same netio.sys Bsod as before Dietmar
  9. @Damnation Nice idea, but for this you have to change the link from ntoskrnl.exe to ntoskrn8.sys I think in the 3 files from Win7 ndis/netio/msrpc.sys Dietmar
  10. @Dave-H Yes, I test for myself. I modd my DSDT via the ideas from older Bios for the Flex10 and this works. This depends not on the cpu. But you can also wait few days, because @Mov AX, 0xDEAD promised to make a new fix for exact this problem. This is the only way without a risk, because nothing in Bios will be changed, only in acpi.sys for XP SP3 Dietmar
  11. @Mov AX, 0xDEAD Yepp, this is the way, that I modd my DSDT for the Flex 10. This means editing of DSDT. How can acpi.sys been told to ignore the connection () ? By the way, how is sense for such a acpi5 word connection () in DSDT, when acpi.sys does not work at all with the GPIO pins Dietmar
  12. May be this is interesting about the use of connection() in acpi5 Dietmar https://uefi.org/specs/ACPI/6.4/05_ACPI_Software_Programming_Model/ACPI_Software_Programming_Model.html#gpio-signaled-acpi-events
  13. I also found Debug version of Win8.1 . Download finished in about 5 hours, brrr.. Dietmar https://windowstan.com/win/windows-8-1-debug-checked-build
  14. @daniel_k I am faster^^ Here is acpi.sys Debug from Win8 bit32 Dietmar https://ufile.io/zaglqzt1
  15. @Dave-H When you find a Bios for the Flex 10, version 93cn25ww.exe, 93cn27ww.exe, 93cn28ww.exe and maybe also 93cn50ww.exe you can flash it without risk (nearly) via win8.1 (or win10, I have not tested). At once all will work under XP SP3 Dietmar PS: And maybe, that @Mov AX, 0xDEAD find a solution, how to exclude in DSDT acpi5 words. Win10 and Win8.1 can live without acpi5 words in DSDT, I tested.
  16. I found this DSDT word "connection" in ACPIspec50.pdf from December 6, 2011 for the very first time. Now it is clear, why xp, vista, win7 and (win8) dont like this Acpi5 word "connection" in DSDT. Connection (GMOD), // Re-Use an existing connection (defined elsewhere) Connection ( ConnectionResource // NameString | ResourceMacroTerm ) Dietmar
  17. @Mov AX, 0xDEAD Yepp, I see the strange symbols in output from Windbg. ba15058a: Device(GPO0)OSNotifyCreate: 8A4282C8 (GPO0) = 00000103 ba150592: { ba150592: Name(_ADR,Zero) ba150598: Name(_HID,"INT33FC") ba1505a6: Name(_CID,"INT33FC") ba1505b4: Name(_DDN,"ValleyView2 General Purpose Input/Output (GPIO) controller") ba1505f5: Name(_UID,One) ba1505fb: Method(_CRS,0x8) ba150627: Method(_STA,0x0) ba1506d1: Name(AVBL,Zero) ba1506d7: Method(_REG,0x2) ba1506ea: OperationRegion(GPOP,0x1,GPBS=0x500,0x50) ba1506f7: Field(GPOP,0x1) ba1506ff: { ba150702: Offset(0x28), ba150704: ,21, ba150709: BTD3,1, ba15070c: Offset(0x48), ba15070e: ,30, ba150713: SHD3,1 ba150713: } ba150713: OperationRegion(GPO2,0x8,Zero,0xc) ba15071d: Field(GPO2,0x1) ba150725: { ba15072a: & ,35, ba15072f: Œ ,1, ba150732: AccessAs(0x0,0x2), ba150734: ,0, ba150736: ,0, ba150738: ,0, ba15073d: ,0, ba150743: #,15, ba150748: \_SB,46AMLI_ERROR(c0000035): Object already exist CreateNameSpaceObject: object already exist - \_SB Do you have an idea, how to exclude or fake Connection ( in acpi.sys Dietmar
  18. @Mov AX, 0xDEAD GpioIo ( appears also in working DSDT. But Connection ( can be seen only in DSDT which gives DDB Bsod Dietmar
  19. @Mov AX, 0xDEAD Here it is. This is the *.raw DSDT with DDB Bsod Dietmar https://ufile.io/gix4287k
  20. I just check working DSDT against DDB DSDT This device does not appear in working DSDT Dietmar OperationRegion (GPO2, GeneralPurposeIo, Zero, 0x0C) Field (GPO2, ByteAcc, NoLock, Preserve) { Connection ( GpioIo (Exclusive, PullDefault, 0x0000, 0x0000, IoRestrictionOutputOnly, "\\_SB.GPO0", 0x00, ResourceConsumer, , ) { // Pin list 0x005F } ), SHS3, 1 }
  21. Here is DSDT from the Flex10, Bios 93cn59ww with Whitelist killed Dietmar https://ufile.io/f8t55pnh
  22. @Damnation @Mov AX, 0xDEAD @daniel_k @George King @Dave-H Here is the longer version Dietmar otto2DDBFlex10.7z
  23. @Damnation Yepp, Bsod happens after few seconds, this is via first try without !amli set spewon verboseon logon traceon Dietmar Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 80ac37e0 cc int 3 kd> bu acpi!DriverEntry kd> g MM: Loader/HAL memory block indicates large pages cannot be used for 80100000->8012777F MM: Loader/HAL memory block indicates large pages cannot be used for 81786000->824DEFFF MM: Disabling large pages for all ranges due to overlap *** Assertion failed: DeviceNode->State != DeviceNodeStarted *** Source File: d:\xpsp\base\ntos\io\pnpmgr\devnode.c, line 242 Break repeatedly, break Once, Ignore, terminate Process, or terminate Thread (boipt)? i i *** Assertion failed: IopInitHalResources == NULL *** Source File: d:\xpsp\base\ntos\io\pnpmgr\pnpinit.c, line 1455 Break repeatedly, break Once, Ignore, terminate Process, or terminate Thread (boipt)? i i *** Assertion failed: IopInitReservedResourceList == NULL *** Source File: d:\xpsp\base\ntos\io\pnpmgr\pnpinit.c, line 1456 Break repeatedly, break Once, Ignore, terminate Process, or terminate Thread (boipt)? i i Breakpoint 0 hit ACPI!DriverEntry: b9ecf000 55 push ebp 0: kd> ed Kd_ACPI_Mask 0xFFFFFFFF 0: kd> g OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSReadRegValue: OSOpenHandle = 0xc0000034 OSReadRegValue: 0x00000a < 0x00000d 8A49F008 ACPI\PNP0C08-0x5F534750 (0x8a4a13b0): IRP_MN_QUERY_INTERFACE - Res 0 Type = {06141966-7245-6369-462e-4e656c736f6e} 8A49F008 ACPI\PNP0C08-0x5F534750 (0x8a4a13b0): IRP_MN_QUERY_INTERFACE = 0xc00000bb 8A49F008 ACPI\PNP0C08-0x5F534750 (0x8a4a13b0): IRP_MN_QUERY_INTERFACE - Res 0 Type = {f14f609b-cbbd-4957-a674-bc00213f1c97} 8A49F008 ACPI\PNP0C08-0x5F534750 (0x8a4a13b0): IRP_MN_QUERY_INTERFACE = 0xc00000bb ACPIGetWmiLogGlobalHandle: Global handle aquired. Handle = 1 8A49F008 ACPI\PNP0C08-0x5F534750 ACPIDispatchAddDevice: 00000000 8A49F008 ACPI\PNP0C08-0x5F534750 (0x8a4a13b0): ACPIRootIrpStartDevice 8A49F008 ACPI\PNP0C08-0x5F534750 (0x8a4a13b0): IRP_MN_START_DEVICE = 00000000 (Complete) OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSReadRegValue: OSOpenHandle = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSReadRegValue: OSOpenHandle = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSReadRegValue: OSOpenHandle = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSReadRegValue: OSOpenHandle = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSReadRegValue: OSOpenHandle = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSReadRegValue: OSOpenHandle = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSReadRegValue: OSOpenHandle = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 ACPIInitalize: ACPI RSDT found at 0xba7250ac ACPILoadProcessRSDT: RSDT contains 17 tables ReadAMLRegistryEntry: opening key: \Registry\Machine\System\CurrentControlSet\Services\ACPI\Parameters\FACP\LENOVO\CB-01___ OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 ReadAMLRegistryEntry: failed to open AML registry entry (rc=c0000034) ACPILoadProcessFACS: FACS located at 0xba728000 ACPILoadProcessFACS: Initial GlobalLock state: 0x 0 ACPILoadProcessFADT: PM1a_BLK located at port 0x00000400 ACPILoadProcessFADT: PM1b_BLK located at port 0x00000000 ACPILoadProcessFADT: PM1a_CTRL_BLK located at port 0x00000404 ACPILoadProcessFADT: PM1b_CTRL_BLK located at port 0x00000000 ACPILoadProcessFADT: PM2_CTRL_BLK located at port 0x00000450 ACPILoadProcessFADT: PM_TMR located at port 0x00000408 ACPILoadProcessFADT: GP0_BLK located at port 0x00000420 length 0x00000010 ACPILoadProcessFADT: GP1_BLK located at port 0x00000000 length 0x00000000 ACPILoadProcessFADT: GP1_Base_Index = 0xffff ACPIWriteGpeEnableRegister: Writing GPE Enable register 0 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 1 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 2 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 3 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 4 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 5 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 6 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 7 = 0 ACPILoadProcessFADT: Power Button in Fixed Feature Space ACPILoadProcessFADT: Sleep Button not fixed event or not present ReadAMLRegistryEntry: opening key: \Registry\Machine\System\CurrentControlSet\Services\ACPI\Parameters\DSDT\LENOVO\CB-01___ OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 ReadAMLRegistryEntry: failed to open AML registry entry (rc=c0000034) ACPILoadProcessRSDT: Unrecognized table signature 0x49464555 ACPILoadProcessRSDT: Unrecognized table signature 0x4d44534d ACPILoadProcessRSDT: Unrecognized table signature 0x54455048 ACPILoadProcessRSDT: Unrecognized table signature 0x5449504c ReadAMLRegistryEntry: opening key: \Registry\Machine\System\CurrentControlSet\Services\ACPI\Parameters\APIC\LENOVO\CB-01___ OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 ReadAMLRegistryEntry: failed to open AML registry entry (rc=c0000034) ACPILoadProcessRSDT: Unrecognized table signature 0x4746434d ACPILoadProcessRSDT: Unrecognized table signature 0x43494c53 ReadAMLRegistryEntry: opening key: \Registry\Machine\System\CurrentControlSet\Services\ACPI\Parameters\SSDT\INSYDE\CpuDptf OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 ReadAMLRegistryEntry: failed to open AML registry entry (rc=c0000034) ReadAMLRegistryEntry: opening key: \Registry\Machine\System\CurrentControlSet\Services\ACPI\Parameters\SSDT\INSYDE\DptfTab OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 ReadAMLRegistryEntry: failed to open AML registry entry (rc=c0000034) ReadAMLRegistryEntry: opening key: \Registry\Machine\System\CurrentControlSet\Services\ACPI\Parameters\SSDT\INSYDE\CpuPm OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 ReadAMLRegistryEntry: failed to open AML registry entry (rc=c0000034) ReadAMLRegistryEntry: opening key: \Registry\Machine\System\CurrentControlSet\Services\ACPI\Parameters\SSDT\INSYDE\Cpu0Tst OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 ReadAMLRegistryEntry: failed to open AML registry entry (rc=c0000034) ReadAMLRegistryEntry: opening key: \Registry\Machine\System\CurrentControlSet\Services\ACPI\Parameters\SSDT\INSYDE\ApTst OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 ReadAMLRegistryEntry: failed to open AML registry entry (rc=c0000034) ACPILoadProcessRSDT: Unrecognized table signature 0x49464555 ACPILoadProcessRSDT: Unrecognized table signature 0x43494c53 ReadAMLRegistryEntry: opening key: \Registry\Machine\System\CurrentControlSet\Services\ACPI\Parameters\SSDT\INSYDE\IsctTabl OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 ReadAMLRegistryEntry: failed to open AML registry entry (rc=c0000034) ACPILoadProcessRSDT: Unrecognized table signature 0x54445046 ReadAMLRegistryEntry: opening key: \Registry\Machine\System\CurrentControlSet\Services\ACPI\Parameters\SSDT\MSFT\simulatr OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 ReadAMLRegistryEntry: failed to open AML registry entry (rc=c0000034) DumpAcpiTables: Writing DSDT/FACS/FADT/RSDT to registry ACPIEnableEnterACPIMode: Enabling ACPI ACPILoadTableCheckSum: Checking table 0xBA148000 to 0xBA154864 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 ACPIWriteGpeEnableRegister: Writing GPE Enable register 0 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 1 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 2 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 3 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 4 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 5 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 6 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 7 = 0 OSNotifyCreate: 8A4982BC (RTC_) = 00000103 OSNotifyCreate: 8A4983F4 (HPET) = 00000103 OSNotifyCreate: 8A49C3C4 (PCI0) = 00000103 OSNotifyCreate: 8A49C708 (VLVC) = 00000103 OSNotifyCreate: 8A49D074 (LPCB) = 00000103 OSNotifyCreate: 8A49D718 (LNKA) = 00000103 OSNotifyCreate: 8A49DA6C (LNKB) = 00000103 OSNotifyCreate: 8A49DD8C (LNKC) = 00000103 OSNotifyCreate: 8A49E0AC (LNKD) = 00000103 OSNotifyCreate: 8A49E3CC (LNKE) = 00000103 OSNotifyCreate: 8A49E6EC (LNKF) = 00000103 OSNotifyCreate: 8A49EA0C (LNKG) = 00000103 OSNotifyCreate: 8A49ED2C (LNKH) = 00000103 OSNotifyCreate: 8A44D5C0 (H_EC) = 00000103 OSNotifyCreate: 8A44D788 (ALSD) = 00000103 OSNotifyCreate: 8A451BE8 (BAT1) = 00000103 OSNotifyCreate: 8A453A8C (ADP1) = 00000103 OSNotifyCreate: 8A453C84 (LID_) = 00000103 OSNotifyCreate: 8A453EFC (VPC0) = 00000103 OSNotifyCreate: 8A4553D8 (FWHD) = 00000103 OSNotifyCreate: 8A4554A4 (IPIC) = 00000103 OSNotifyCreate: 8A45560C (LDRC) = 00000103 OSNotifyCreate: 8A4557A8 (TIMR) = 00000103 OSNotifyCreate: 8A455898 (IUR3) = 00000103 OSNotifyCreate: 8A455D68 (PS2K) = 00000103 OSNotifyCreate: 8A455FB4 (PS2M) = 00000103 OSNotifyCreate: 8A457D2C (LPEA) = 00000103 ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac OSNotifyCreate: 8A458508 (PLPE) = 00000103 OSNotifyCreate: 8A4584C0 (LPA2) = 00000103 ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac OSNotifyCreate: 8A458E34 (PLPE) = 00000103 OSNotifyCreate: 8A458DEC (ADMA) = 00000103 OSNotifyCreate: 8A4592EC (SATA) = 00000103 OSNotifyCreate: 8A459680 (EM41) = 00000103 OSNotifyCreate: 8A459A38 (CARD) = 00000103 OSNotifyCreate: 8A459B58 (EM45) = 00000103 OSNotifyCreate: 8A459EEC (CARD) = 00000103 OSNotifyCreate: 8A45A00C (SDIC) = 00000103 OSNotifyCreate: 8A45A3A0 (CARD) = 00000103 OSNotifyCreate: 8A45A4C0 (XHC1) = 00000103 OSNotifyCreate: 8A45B420 (RHUB) = 00000103 OSNotifyCreate: 8A45B4DC (SSP1) = 00000103 OSNotifyCreate: 8A45B694 (HS01) = 00000103 OSNotifyCreate: 8A45B818 (HS02) = 00000103 OSNotifyCreate: 8A45B9E8 (HS03) = 00000103 OSNotifyCreate: 8A45BB68 (CAM0) = 00000103 OSNotifyCreate: 8A45BCEC (HS04) = 00000103 OSNotifyCreate: 8A45BDB8 (HS01) = 00000103 OSNotifyCreate: 8A45BEE8 (HS02) = 00000103 OSNotifyCreate: 8A45C06C (HS03) = 00000103 OSNotifyCreate: 8A45C1F0 (HS04) = 00000103 OSNotifyCreate: 8A45C3C0 (HSC1) = 00000103 OSNotifyCreate: 8A45C514 (HSC2) = 00000103 OSNotifyCreate: 8A45C698 (OTG1) = 00000103 OSNotifyCreate: 8A45CF00 (HDEF) = 00000103 OSNotifyCreate: 8A43B524 (RP01) = 00000103 OSNotifyCreate: 8A43C034 (PXSX) = 00000103 OSNotifyCreate: 8A43C2D4 (RP02) = 00000103 OSNotifyCreate: 8A43CDD8 (PXSX) = 00000103 OSNotifyCreate: 8A43D078 (RP03) = 00000103 OSNotifyCreate: 8A43DB7C (PXSX) = 00000103 OSNotifyCreate: 8A43DE1C (RP04) = 00000103 OSNotifyCreate: 8A43E920 (PXSX) = 00000103 OSNotifyCreate: 8A43EC08 (USBC) = 00000103 OSNotifyCreate: 8A43EBC0 (EHC1) = 00000103 OSNotifyCreate: 8A43F114 (HUBN) = 00000103 OSNotifyCreate: 8A43F1D0 (PR01) = 00000103 OSNotifyCreate: 8A43F3F4 (PR11) = 00000103 OSNotifyCreate: 8A43F5D8 (PR12) = 00000103 OSNotifyCreate: 8A43F788 (PR13) = 00000103 OSNotifyCreate: 8A43F938 (PR14) = 00000103 OSNotifyCreate: 8A43FBBC (PR15) = 00000103 OSNotifyCreate: 8A43FE40 (PR16) = 00000103 OSNotifyCreate: 8A4400C4 (PR17) = 00000103 OSNotifyCreate: 8A440348 (PR18) = 00000103 OSNotifyCreate: 8A440ABC (SBUS) = 00000103 OpRegion Access on region 8a440d2c device 8a440abc DeviceHandle 0 ACPIWmiLogEvent: Disabling WMI loging using global handle. status = c0000008 Return from OR handler - status 103 OSNotifyCreate: 8A441B50 (SEC0) = 00000103 OSNotifyCreate: 8A44202C (GFX0) = 00000103 OSNotifyCreate: 8A4426FC (DD01) = 00000103 OSNotifyCreate: 8A442960 (DD02) = 00000103 OSNotifyCreate: 8A443180 (DD03) = 00000103 OSNotifyCreate: 8A4433C0 (DD04) = 00000103 OSNotifyCreate: 8A443600 (DD05) = 00000103 OSNotifyCreate: 8A443840 (DD06) = 00000103 OSNotifyCreate: 8A443A80 (DD07) = 00000103 OSNotifyCreate: 8A443CC0 (DD08) = 00000103 OSNotifyCreate: 8A443F00 (DD1F) = 00000103 ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac OSNotifyCreate: 8A4480EC (ISP0) = 00000103 OSNotifyCreateProcessor: Processor Object #1: 8a4484e4 8A485BF8 GenuineIntel - x86 Family 6 Model 55- 0 ACPIBuildProcessorExtension: = 00000000 OSNotifyCreate: 8A4484E4 (CPU0) = 00000103 OSNotifyCreateProcessor: Processor Object #2: 8a448528 8A485A78 GenuineIntel - x86 Family 6 Model 55- 1 ACPIBuildProcessorExtension: = 00000000 OSNotifyCreate: 8A448528 (CPU1) = 00000103 OSNotifyCreateProcessor: Processor Object #3: 8a44856c 8A4858F8 GenuineIntel - x86 Family 6 Model 55- 2 ACPIBuildProcessorExtension: = 00000000 OSNotifyCreate: 8A44856C (CPU2) = 00000103 OSNotifyCreateProcessor: Processor Object #4: 8a4485b0 8A485748 GenuineIntel - x86 Family 6 Model 55- 3 ACPIBuildProcessorExtension: = 00000000 OSNotifyCreate: 8A4485B0 (CPU3) = 00000103 OSNotifyCreate: 8A44A990 (PWRB) = 00000103 OSNotifyCreate: 8A44AAC8 (SLPB) = 00000103 OSNotifyCreate: 8A44AD38 (GPED) = 00000103 OSNotifyCreate: 8A4282C8 (GPO0) = 00000103 ACPIWriteGpeEnableRegister: Writing GPE Enable register 0 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 1 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 2 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 3 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 4 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 5 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 6 = 0 ACPIWriteGpeEnableRegister: Writing GPE Enable register 7 = 0 8A49F008 ACPI\PNP0C08-0x5F534750 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A49F008 ACPI\PNP0C08-0x5F534750 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac 8A49F008 ACPI\PNP0C08-0x5F534750 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 8A49F760 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A49F760 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A49F760 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A49F5F8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A49F428 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A49F428 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 8A48EBB8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A48E9A0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A48E770 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A48E540 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A48E310 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A45D008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A45DEA0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A45DC70 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A45D290 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A45D290 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A45D290 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48D008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48D008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48D008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A44C970 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A44C470 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A485BF8 GenuineIntel - x86 Family 6 Model 55- 0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A485BF8 GenuineIntel - x86 Family 6 Model 55- 0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A485BF8 GenuineIntel - x86 Family 6 Model 55- 0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A485A78 GenuineIntel - x86 Family 6 Model 55- 1 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A485A78 GenuineIntel - x86 Family 6 Model 55- 1 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A485A78 GenuineIntel - x86 Family 6 Model 55- 1 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A4858F8 GenuineIntel - x86 Family 6 Model 55- 2 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A485748 GenuineIntel - x86 Family 6 Model 55- 3 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A4854A8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A4854A8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A4854A8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A4852F0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A4852F0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A4852F0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A4850F0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A427008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A49F5F8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A49F5F8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 ACPIAsyncAcquireGlobalLock: Entered with context 8a4380ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4380ac ACPIReleaseGlobalLock: Lock released by context 8a4380ac ACPIAsyncAcquireGlobalLock: Entered with context 8a4380ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4380ac ACPIReleaseGlobalLock: Lock released by context 8a4380ac ACPIAsyncAcquireGlobalLock: Entered with context 8a4380ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4380ac ACPIReleaseGlobalLock: Lock released by context 8a4380ac ACPIAsyncAcquireGlobalLock: Entered with context 8a4380ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4380ac ACPIReleaseGlobalLock: Lock released by context 8a4380ac ACPIAsyncAcquireGlobalLock: Entered with context 8a4380ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4380ac ACPIReleaseGlobalLock: Lock released by context 8a4380ac ACPIAsyncAcquireGlobalLock: Entered with context 8a4380ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4380ac ACPIReleaseGlobalLock: Lock released by context 8a4380ac ACPIAsyncAcquireGlobalLock: Entered with context 8a4380ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4380ac ACPIReleaseGlobalLock: Lock released by context 8a4380ac ACPIAsyncAcquireGlobalLock: Entered with context 8a4380ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4380ac ACPIReleaseGlobalLock: Lock released by context 8a4380ac 8A49F428 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 8A49F228 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A49F228 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A49F228 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48E008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48E008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48E008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 8A48CE50 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A48CC68 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A48C8B0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A48C4F8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A44B008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A48B568 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A48B320 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A48A008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48A008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48A008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 8A48AD38 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48AD38 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48AD38 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 8A48A9E8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48A9E8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48A9E8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 8A48A648 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48A648 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48A648 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 8A48A1D0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A489CB8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A489CB8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A489CB8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A4899C0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A4897C0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A4897C0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A4897C0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 8A45DA28 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A48DB20 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48DB20 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48DB20 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48D968 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48D968 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48D968 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48D7B0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48D7B0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48D7B0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48D5F8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48D5F8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48D5F8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48D440 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A48D240 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A44C008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A48AEA0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48AEA0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48AEA0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48ABD0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48ABD0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48ABD0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48A830 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48A830 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48A830 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48A490 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48A490 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48A490 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A4895C0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A4895C0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A4895C0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A4893A8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A4893A8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A4893A8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A489148 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A489148 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A489148 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A486008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A486008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A486008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A486E20 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A486E20 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A486E20 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A486C08 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A486C08 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A486C08 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A4869F0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A4869F0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A4869F0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A4867D8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A4867D8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A4867D8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A4865C0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A4865C0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A4865C0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A485E28 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A48EBB8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48EBB8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48E9A0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48E9A0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48E770 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48E770 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48E540 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48E540 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48E310 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48E310 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A45D008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A45D008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A45DEA0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A45DEA0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A45DC70 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A45DC70 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 ACPIAsyncAcquireGlobalLock: Entered with context 8a4150ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4150ac ACPIReleaseGlobalLock: Lock released by context 8a4150ac ACPIAsyncAcquireGlobalLock: Entered with context 8a4150ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4150ac ACPIReleaseGlobalLock: Lock released by context 8a4150ac ACPIAsyncAcquireGlobalLock: Entered with context 8a4150ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4150ac ACPIReleaseGlobalLock: Lock released by context 8a4150ac ACPIAsyncAcquireGlobalLock: Entered with context 8a4130ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4130ac ACPIReleaseGlobalLock: Lock released by context 8a4130ac ACPIAsyncAcquireGlobalLock: Entered with context 8a4130ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4130ac ACPIReleaseGlobalLock: Lock released by context 8a4130ac ACPIAsyncAcquireGlobalLock: Entered with context 8a4130ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4130ac ACPIReleaseGlobalLock: Lock released by context 8a4130ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40e0ac ACPIReleaseGlobalLock: Lock released by context 8a40e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40e0ac ACPIReleaseGlobalLock: Lock released by context 8a40e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40e0ac ACPIReleaseGlobalLock: Lock released by context 8a40e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40e0ac ACPIReleaseGlobalLock: Lock released by context 8a40e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40e0ac ACPIReleaseGlobalLock: Lock released by context 8a40e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40e0ac ACPIReleaseGlobalLock: Lock released by context 8a40e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40e0ac ACPIReleaseGlobalLock: Lock released by context 8a40e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40e0ac ACPIReleaseGlobalLock: Lock released by context 8a40e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40e0ac ACPIReleaseGlobalLock: Lock released by context 8a40e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40e0ac ACPIReleaseGlobalLock: Lock released by context 8a40e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40e0ac ACPIReleaseGlobalLock: Lock released by context 8a40e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40e0ac ACPIReleaseGlobalLock: Lock released by context 8a40e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40e0ac ACPIReleaseGlobalLock: Lock released by context 8a40e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40e0ac ACPIReleaseGlobalLock: Lock released by context 8a40e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40e0ac ACPIReleaseGlobalLock: Lock released by context 8a40e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a4870ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4870ac ACPIReleaseGlobalLock: Lock released by context 8a4870ac 8A48CE50 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48CE50 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a45e0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a45e0ac ACPIReleaseGlobalLock: Lock released by context 8a45e0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40c0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40c0ac ACPIReleaseGlobalLock: Lock released by context 8a40c0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40c0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40c0ac ACPIReleaseGlobalLock: Lock released by context 8a40c0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40a0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40a0ac ACPIReleaseGlobalLock: Lock released by context 8a40a0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a40a0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a40a0ac ACPIReleaseGlobalLock: Lock released by context 8a40a0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a4080ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4080ac ACPIReleaseGlobalLock: Lock released by context 8a4080ac 8A44B008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A44B008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 8A44BDA8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A44BDA8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A44BDA8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 8A44BBF0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A44BBF0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A44BBF0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A44BA08 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A44BA08 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A44BA08 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A44B820 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A44B820 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A44B820 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A44B638 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A44B638 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A44B638 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 8A44B298 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A44B298 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A44B298 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 8A48B938 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48B938 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48B938 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48B750 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48B750 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48B750 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A44B450 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A44B450 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A44B450 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48B008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48B008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48B008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48BEA0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48BEA0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48BEA0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48BD08 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48BD08 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48BD08 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A48BB20 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8A48BB20 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48BB20 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 ACPIAsyncAcquireGlobalLock: Entered with context 8a4060ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4060ac ACPIReleaseGlobalLock: Lock released by context 8a4060ac ACPIAsyncAcquireGlobalLock: Entered with context 8a4040ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4040ac ACPIReleaseGlobalLock: Lock released by context 8a4040ac 8A48B320 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48B320 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 ACPIAsyncAcquireGlobalLock: Entered with context 8a4020ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4020ac ACPIReleaseGlobalLock: Lock released by context 8a4020ac ACPIAsyncAcquireGlobalLock: Entered with context 8a4000ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a4000ac ACPIReleaseGlobalLock: Lock released by context 8a4000ac 8A4899C0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A4899C0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A45DA28 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A45DA28 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 8A45D858 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A45D670 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8A48DEA0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 ACPIAsyncAcquireGlobalLock: Entered with context 8a3fc0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a3fc0ac ACPIReleaseGlobalLock: Lock released by context 8a3fc0ac ACPIAsyncAcquireGlobalLock: Entered with context 8a3fc0ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a3fc0ac ACPIReleaseGlobalLock: Lock released by context 8a3fc0ac 8A48D240 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A48D240 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8A44C008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8A44C008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 ACPIAsyncAcquireGlobalLock: Entered with context 8a3f60ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 8a3f60ac ACPIReleaseGlobalLock: Lock released by context 8a3f60ac ACPIInitializeDDB: AMLILoadDDB failed 0xc0000035 *** Assertion failed: ACPIInitializeDDB: AMLILoadDDB failed to load DDB 0 *** Source File: e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\shared\acpiinit.c, line 509 Break repeatedly, break Once, Ignore, terminate Process, or terminate Thread (boipt)? i i *** Fatal System Error: 0x000000a5 (0x00000011,0x00000008,0xBA148000,0x00040000) Break instruction exception - code 80000003 (first chance) A fatal system error has occurred. Debugger entered on first try; Bugcheck callbacks have not been invoked. A fatal system error has occurred. Connected to Windows XP 2600 x86 compatible target at (Sun May 8 12:25:14.156 2022 (UTC + 2:00)), ptr64 FALSE Loading Kernel Symbols .............................................. Loading User Symbols ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* Use !analyze -v to get detailed debugging information. BugCheck A5, {11, 8, ba148000, 40000} *** No owner thread found for resource 80afd640 *** No owner thread found for resource 80afd640 *** No owner thread found for resource 80afd640 *** No owner thread found for resource 80afd640 Probably caused by : ACPI.sys ( ACPI!ACPIInitializeDDB+d4 ) Followup: MachineOwner --------- nt!RtlpBreakWithStatusInstruction: 80ac37ec cc int 3 0: kd> !analyze -v ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* ACPI_BIOS_ERROR (a5) The ACPI Bios in the system is not fully compliant with the ACPI specification. The first value indicates where the incompatibility lies: This bug check covers a great variety of ACPI problems. If a kernel debugger is attached, use "!analyze -v". This command will analyze the precise problem, and display whatever information is most useful for debugging the specific error. Arguments: Arg1: 00000011, ACPI_SYSTEM_CANNOT_START_ACPI The system could not enter ACPI mode Arg2: 00000008, Failed to load DDB Arg3: ba148000, Pointer to the table that ACPI failed to load Arg4: 00040000, Creator Revision Debugging Details: ------------------ *** No owner thread found for resource 80afd640 *** No owner thread found for resource 80afd640 *** No owner thread found for resource 80afd640 *** No owner thread found for resource 80afd640 DEFAULT_BUCKET_ID: DRIVER_FAULT BUGCHECK_STR: 0xA5 PROCESS_NAME: System ANALYSIS_VERSION: 6.3.9600.17237 (debuggers(dbg).140716-0327) x86fre DPC_STACK_BASE: FFFFFFFFBA4D4000 LOCK_ADDRESS: 80afd6c0 -- (!locks 80afd6c0) Resource @ nt!IopDeviceTreeLock (0x80afd6c0) Shared 1 owning threads Threads: 8a484848-01<*> 1 total locks, 1 locks currently held PNP_TRIAGE: Lock address : 0x80afd6c0 Thread Count : 1 Thread address: 0x8a484848 Thread wait : 0x43 LAST_CONTROL_TRANSFER: from 80a30d7b to 80ac37ec STACK_TEXT: ba4ced88 80a30d7b 00000003 ba4cf0e4 00000000 nt!RtlpBreakWithStatusInstruction ba4cedd4 80a319e6 00000003 ba148000 000000d8 nt!KiBugCheckDebugBreak+0x19 ba4cf1b4 80a31f77 000000a5 00000011 00000008 nt!KeBugCheck2+0x574 ba4cf1d4 b9ec9558 000000a5 00000011 00000008 nt!KeBugCheckEx+0x1b ba4cf200 b9ec99c5 00000012 8a4661f0 80addf80 ACPI!ACPIInitializeDDB+0xd4 [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\shared\acpiinit.c @ 517] ba4cf214 b9eca382 80102a40 b9ea9280 80102940 ACPI!ACPIInitializeDDBs+0x8d [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\shared\acpiinit.c @ 593] ba4cf22c b9e6cca5 8a463378 8a49f008 00000000 ACPI!ACPIInitialize+0x22c [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\shared\acpiinit.c @ 251] ba4cf260 b9ec3cc2 8a463378 00000000 b9ec3b8e ACPI!ACPIInitStartACPI+0x6f [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\nt\init.c @ 1211] ba4cf28c b9e67b92 8a463378 8a4a1300 8a463378 ACPI!ACPIRootIrpStartDevice+0x134 [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\nt\root.c @ 1342] ba4cf2c0 80a21c8d 8a463378 8a4a13b0 8a463378 ACPI!ACPIDispatchIrp+0x19e [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\nt\dispatch.c @ 690] ba4cf2d8 80b5e526 ba4cf348 8a464418 8a4a2958 nt!IopfCallDriver+0x51 ba4cf304 80b5e66e 8a463378 ba4cf324 00000000 nt!IopSynchronousCall+0xf0 ba4cf34c 80a2c123 8a4a2958 00000001 00000000 nt!IopStartDevice+0x82 ba4cf368 80b5d2e8 8a4a2958 00000000 00000000 nt!PipProcessStartPhase1+0x9f ba4cf5c4 80a2cff0 8a46aaa8 00000000 00000000 nt!PipProcessDevNodeTree+0x238 ba4cf608 80a2d2fb 00000000 00000000 8007a060 nt!PipDeviceActionWorker+0xc4 ba4cf620 80d37f53 00000000 00000006 00000000 nt!PipRequestDeviceAction+0x13b ba4cf684 80d341f1 80086000 ba4cf6a0 00034000 nt!IopInitializeBootDrivers+0x39b ba4cf830 80d31940 80086000 00000000 8a484848 nt!IoInitSystem+0x82d ba4cfdac 80bd81ac 80086000 00000000 00000000 nt!Phase1Initialization+0xb12 ba4cfddc 80ae4212 80d30e2e 80086000 00000000 nt!PspSystemThreadStartup+0x34 00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16 STACK_COMMAND: kb FOLLOWUP_IP: ACPI!ACPIInitializeDDB+d4 [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\shared\acpiinit.c @ 517] b9ec9558 cc int 3 FAULTING_SOURCE_LINE: e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\shared\acpiinit.c FAULTING_SOURCE_FILE: e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\shared\acpiinit.c FAULTING_SOURCE_LINE_NUMBER: 517 FAULTING_SOURCE_CODE: No source found for 'e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\shared\acpiinit.c' SYMBOL_STACK_INDEX: 4 SYMBOL_NAME: ACPI!ACPIInitializeDDB+d4 FOLLOWUP_NAME: MachineOwner MODULE_NAME: ACPI IMAGE_NAME: ACPI.sys DEBUG_FLR_IMAGE_TIMESTAMP: 626a7f47 IMAGE_VERSION: 5.1.2600.7777 FAILURE_BUCKET_ID: 0xA5_ACPI!ACPIInitializeDDB+d4 BUCKET_ID: 0xA5_ACPI!ACPIInitializeDDB+d4 ANALYSIS_SOURCE: KM FAILURE_ID_HASH_STRING: km:0xa5_acpi!acpiinitializeddb+d4 FAILURE_ID_HASH: {070c51f7-5590-08fc-268b-378a49f1f776} Followup: MachineOwner ---------
  24. Yessssssaaa I read Bios 93cn59ww out from Flex10 with EEpromer Revelprog IS, Bios chip is Winbond 25Q64DW SIG 8MB. In this 8Mb Bios outread I killed via Uefitool the Whitelist and then I flash this Bios back. Crossing fingers. Then I set up Windbg Lan for Intel with mini pcie card, using acpi.sys V4 debug version and here is first sight on the DDB Bsod Dietmar Microsoft (R) Windows Debugger Version 6.3.9600.17200 X86 Copyright (c) Microsoft Corporation. All rights reserved. Using NET for debugging Opened WinSock 2.0 Waiting to reconnect... Connected to target 192.168.2.103 on port 50000 on local IP 192.168.2.101. Connected to Windows XP 2600 x86 compatible target at (Sun May 8 11:55:07.031 2022 (UTC + 2:00)), ptr64 FALSE Kernel Debugger connection established. ************* Symbol Path validation summary ************** Response Time (ms) Location OK C:\Symbols ************* Symbol Path validation summary ************** Response Time (ms) Location OK C:\symbolssss Symbol search path is: C:\symbolssss Executable search path is: C:\Symbols Windows XP Kernel Version 2600 MP (1 procs) Checked x86 compatible Built by: 2600.xpsp.080413-2133 Machine Name: Kernel base = 0x80a02000 PsLoadedModuleList = 0x80b019e8 System Uptime: not available ************* Symbol Path validation summary ************** Response Time (ms) Location OK E:\binaries.x86fre\Symbols ************* Symbol Path validation summary ************** Response Time (ms) Location OK C:\Symbols ************* Symbol Path validation summary ************** Response Time (ms) Location OK C:\symbolssss OK C:\symbols OK C:\symbolss OK C:\symbolsss OK E:\binaries.x86fre\Symbols Deferred https://msdl.microsoft.com/download/symbols Deferred srv* Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 80ac37e0 cc int 3 kd> g MM: Loader/HAL memory block indicates large pages cannot be used for 80100000->8012777F MM: Loader/HAL memory block indicates large pages cannot be used for 81786000->824DEFFF MM: Disabling large pages for all ranges due to overlap *** Assertion failed: DeviceNode->State != DeviceNodeStarted *** Source File: d:\xpsp\base\ntos\io\pnpmgr\devnode.c, line 242 Break repeatedly, break Once, Ignore, terminate Process, or terminate Thread (boipt)? i i *** Assertion failed: IopInitHalResources == NULL *** Source File: d:\xpsp\base\ntos\io\pnpmgr\pnpinit.c, line 1455 Break repeatedly, break Once, Ignore, terminate Process, or terminate Thread (boipt)? i i *** Assertion failed: IopInitReservedResourceList == NULL *** Source File: d:\xpsp\base\ntos\io\pnpmgr\pnpinit.c, line 1456 Break repeatedly, break Once, Ignore, terminate Process, or terminate Thread (boipt)? i i ACPIInitializeDDB: AMLILoadDDB failed 0xc0000035 *** Assertion failed: ACPIInitializeDDB: AMLILoadDDB failed to load DDB 0 *** Source File: e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\shared\acpiinit.c, line 509 Break repeatedly, break Once, Ignore, terminate Process, or terminate Thread (boipt)? i i *** Fatal System Error: 0x000000a5 (0x00000011,0x00000008,0xBA148000,0x00040000) Break instruction exception - code 80000003 (first chance) A fatal system error has occurred. Debugger entered on first try; Bugcheck callbacks have not been invoked. A fatal system error has occurred. Connected to Windows XP 2600 x86 compatible target at (Sun May 8 11:55:22.843 2022 (UTC + 2:00)), ptr64 FALSE Loading Kernel Symbols .............................................. Loading User Symbols ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* Use !analyze -v to get detailed debugging information. BugCheck A5, {11, 8, ba148000, 40000} *** ERROR: Module load completed but symbols could not be loaded for ACPI.sys *** No owner thread found for resource 80afd640 *** No owner thread found for resource 80afd640 *** No owner thread found for resource 80afd640 *** No owner thread found for resource 80afd640 Probably caused by : ACPI.sys ( ACPI+6d558 ) Followup: MachineOwner --------- nt!RtlpBreakWithStatusInstruction: 80ac37ec cc int 3 0: kd> !analyze -v ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* ACPI_BIOS_ERROR (a5) The ACPI Bios in the system is not fully compliant with the ACPI specification. The first value indicates where the incompatibility lies: This bug check covers a great variety of ACPI problems. If a kernel debugger is attached, use "!analyze -v". This command will analyze the precise problem, and display whatever information is most useful for debugging the specific error. Arguments: Arg1: 00000011, ACPI_SYSTEM_CANNOT_START_ACPI The system could not enter ACPI mode Arg2: 00000008, Failed to load DDB Arg3: ba148000, Pointer to the table that ACPI failed to load Arg4: 00040000, Creator Revision Debugging Details: ------------------ *** No owner thread found for resource 80afd640 *** No owner thread found for resource 80afd640 *** No owner thread found for resource 80afd640 *** No owner thread found for resource 80afd640 DEFAULT_BUCKET_ID: DRIVER_FAULT BUGCHECK_STR: 0xA5 PROCESS_NAME: System ANALYSIS_VERSION: 6.3.9600.17237 (debuggers(dbg).140716-0327) x86fre DPC_STACK_BASE: FFFFFFFFBA4D4000 LOCK_ADDRESS: 80afd6c0 -- (!locks 80afd6c0) Resource @ nt!IopDeviceTreeLock (0x80afd6c0) Shared 1 owning threads Threads: 8a484848-01<*> 1 total locks, 1 locks currently held PNP_TRIAGE: Lock address : 0x80afd6c0 Thread Count : 1 Thread address: 0x8a484848 Thread wait : 0x91 LAST_CONTROL_TRANSFER: from 80a30d7b to 80ac37ec STACK_TEXT: ba4ced88 80a30d7b 00000003 ba4cf0e4 00000000 nt!RtlpBreakWithStatusInstruction ba4cedd4 80a319e6 00000003 ba148000 000000d8 nt!KiBugCheckDebugBreak+0x19 ba4cf1b4 80a31f77 000000a5 00000011 00000008 nt!KeBugCheck2+0x574 ba4cf1d4 b9ec9558 000000a5 00000011 00000008 nt!KeBugCheckEx+0x1b WARNING: Stack unwind information not available. Following frames may be wrong. ba4cf200 b9ec99c5 00000012 8a4661f0 80addf80 ACPI+0x6d558 ba4cf22c b9e6cca5 8a463378 8a49f008 00000000 ACPI+0x6d9c5 ba4cf260 b9ec3cc2 8a463378 00000000 b9ec3b8e ACPI+0x10ca5 ba4cf28c b9e67b92 8a463378 8a4a1300 8a463378 ACPI+0x67cc2 ba4cf2c0 80a21c8d 8a463378 8a4a13b0 8a463378 ACPI+0xbb92 ba4cf2d8 80b5e526 ba4cf348 8a464418 8a4a2958 nt!IopfCallDriver+0x51 ba4cf304 80b5e66e 8a463378 ba4cf324 00000000 nt!IopSynchronousCall+0xf0 ba4cf34c 80a2c123 8a4a2958 00000001 00000000 nt!IopStartDevice+0x82 ba4cf368 80b5d2e8 8a4a2958 00000000 00000000 nt!PipProcessStartPhase1+0x9f ba4cf5c4 80a2cff0 8a46aaa8 00000000 00000000 nt!PipProcessDevNodeTree+0x238 ba4cf608 80a2d2fb 00000000 00000000 8007a060 nt!PipDeviceActionWorker+0xc4 ba4cf620 80d37f53 00000000 00000006 00000000 nt!PipRequestDeviceAction+0x13b ba4cf684 80d341f1 80086000 ba4cf6a0 00034000 nt!IopInitializeBootDrivers+0x39b ba4cf830 80d31940 80086000 00000000 8a484848 nt!IoInitSystem+0x82d ba4cfdac 80bd81ac 80086000 00000000 00000000 nt!Phase1Initialization+0xb12 ba4cfddc 80ae4212 80d30e2e 80086000 00000000 nt!PspSystemThreadStartup+0x34 00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16 STACK_COMMAND: kb FOLLOWUP_IP: ACPI+6d558 b9ec9558 cc int 3 SYMBOL_STACK_INDEX: 4 SYMBOL_NAME: ACPI+6d558 FOLLOWUP_NAME: MachineOwner MODULE_NAME: ACPI IMAGE_NAME: ACPI.sys DEBUG_FLR_IMAGE_TIMESTAMP: 626a7f47 IMAGE_VERSION: 5.1.2600.7777 FAILURE_BUCKET_ID: 0xA5_ACPI+6d558 BUCKET_ID: 0xA5_ACPI+6d558 ANALYSIS_SOURCE: KM FAILURE_ID_HASH_STRING: km:0xa5_acpi+6d558 FAILURE_ID_HASH: {c65ef99f-ece8-28d5-d79d-cf6bda2c209c} Followup: MachineOwner --------- 0: kd> lm start end module name 80100000 80127780 HAL3 (deferred) 80128000 80150000 kdcom (deferred) 80150000 8017a000 KDSTUB (deferred) 802f7000 80307a80 pci (deferred) 80a02000 80da3000 nt (pdb symbols) C:\Programme\Windows Kits\8.1\Debuggers\x86\sym\ntkrpamp.pdb\5B9E8A586D3D49D98927B5D5117577231\ntkrpamp.pdb b9b5f000 b9b78e80 Mup (deferred) b9b79000 b9ba5a80 NDIS (deferred) b9ba6000 b9c32d00 Ntfs (deferred) b9c33000 b9c9a000 ksecd8 (deferred) b9c9a000 b9cf8000 usbhub3 (deferred) b9cf8000 b9d3d000 usbxhci (deferred) b9d3d000 b9d53b80 KSecDD (deferred) b9d54000 b9d73b00 fltMgr (deferred) b9d74000 b9dbd000 storport (deferred) b9dbd000 b9dd0000 storahci (deferred) b9dd0000 b9de7900 atapi (deferred) b9de8000 b9e0d700 dmio (deferred) b9e0e000 b9e2c880 ftdisk (deferred) b9e2d000 b9e5c000 ucx01000 (deferred) b9e5c000 b9ed9000 ACPI (no symbols) b9ed9000 b9efb680 ntoskrn8 (deferred) b9efc000 b9f7d000 wdf01000 (deferred) b9f7d000 b9fa7000 USBPORT (deferred) ba0a8000 ba0b6000 WDFLDR (deferred) ba0b8000 ba0c2000 WppRecor (deferred) ba0c8000 ba0d1180 isapnp (deferred) ba0d8000 ba0e2700 MountMgr (deferred) ba0e8000 ba0f3000 PartMgr (deferred) ba0f8000 ba104c80 VolSnap (deferred) ba108000 ba118000 disk (deferred) ba118000 ba124180 CLASSPNP (deferred) ba128000 ba131000 usbd8 (deferred) ba328000 ba32e780 usbstor (deferred) ba330000 ba337700 usbehci (deferred) ba338000 ba33e800 firadisk (deferred) ba340000 ba347e80 usbccgp (deferred) ba348000 ba34e180 PCIIDEX (deferred) ba350000 ba354c00 storpor8 (deferred) ba4b8000 ba4bb000 BOOTVID (deferred) ba4bc000 ba4be800 compbatt (deferred) ba4c0000 ba4c3780 BATTC (deferred) ba4c4000 ba4c6d80 ACPIEC (deferred) ba5a8000 ba5a9500 USBD (deferred) ba5aa000 ba5ab100 WMILIB (deferred) ba5ac000 ba5ad700 dmload (deferred) ba670000 ba670d00 pciide (deferred) ba671000 ba671d80 OPRGHDLR (deferred)
  25. @Damnation Because there are also files from @George King, I am happy, when you send me one package with all files, all free versions for first try Dietmar
×
×
  • Create New...