
Damnation
MemberContent Type
Profiles
Forums
Events
Everything posted by Damnation
-
Help to resolve 0x9F DRIVER_POWER_STATE_FAILURE with ntoskrnl extender
Damnation replied to Damnation's topic in Windows XP
@Dietmar Ah, so no crashdump or live debug is possible for this storport then? I chose windows 8.1 storport simply because it was newer than 8.0 - From my testing storport 8.0 will also have this 9F BSOD problem. -
Help to resolve 0x9F DRIVER_POWER_STATE_FAILURE with ntoskrnl extender
Damnation replied to Damnation's topic in Windows XP
@Dietmar You could maybe debug with a crashdump? i.e https://www.sysnative.com/forums/threads/how-to-debug-a-driver-power-state-failure-bugcheck-0x9f-when-1st-param-0x3.27871/ Has XP given a crashdump for this BSOD? -
Help to resolve 0x9F DRIVER_POWER_STATE_FAILURE with ntoskrnl extender
Damnation replied to Damnation's topic in Windows XP
@Dietmar From this page - https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0x9f--driver-power-state-failure Try kd>!analyze -v -
Help to resolve 0x9F DRIVER_POWER_STATE_FAILURE with ntoskrnl extender
Damnation replied to Damnation's topic in Windows XP
@Dietmar 332New_stornvme81 has free build of storport 8.1 not checked, but if checked is not working then use that. Here is the PDB symbols for that storport.sys https://ufile.io/pt4kq3fc -
Help to resolve 0x9F DRIVER_POWER_STATE_FAILURE with ntoskrnl extender
Damnation replied to Damnation's topic in Windows XP
@Dietmar OK, Can you debug with just 8.1 storport & storahci please? It should give a 9F BSOD when the system tries to restart. -
Help to resolve 0x9F DRIVER_POWER_STATE_FAILURE with ntoskrnl extender
Damnation replied to Damnation's topic in Windows XP
@Dietmar This 8.1 storport.sys is from checked 8.1 debug ISO, so I think checked XP ntoskrnl/hal is needed? -
NTOSKRNL Emu_Extender for Windows XP/2003
Damnation replied to Mov AX, 0xDEAD's topic in Pinned Topics regarding Windows XP
@Brickedandroid Well, unless I'm mistaken, those old drivers are your only option for Vista. -
NTOSKRNL Emu_Extender for Windows XP/2003
Damnation replied to Mov AX, 0xDEAD's topic in Pinned Topics regarding Windows XP
@Brickedandroid You don't need to use NTOSKRNL Emu_Extender on Vista, NTOSKRNL Emu_Extender is for XP. There are already Vista drivers for Intel HD 4000. -
Windows XP/2003 x32 on Modern Hardware FAQ
Damnation replied to Mov AX, 0xDEAD's topic in Windows XP
@pappyN4 @Dietmar Could it possibly be a timer issue? I thought the timer issue was an intel only thing though, but perhaps some AMD boards are affected? -
Help to resolve 0x9F DRIVER_POWER_STATE_FAILURE with ntoskrnl extender
Damnation replied to Damnation's topic in Windows XP
@George King Can you help me debug this 9F BSOD? -
Help to resolve 0x9F DRIVER_POWER_STATE_FAILURE with ntoskrnl extender
Damnation replied to Damnation's topic in Windows XP
@Dietmar If you have the free time, can you set up a VM and try to trace where the 9F BSOD occurs in checked 8.1 storport.sys? If not in XP text mode setup then on an existing XP install? I'm able to get all the way to the end of XP textmode setup with the 8.1 storahci driver, right up to the point where the system reboots and then 9F BSOD. I've included the PDB symbols for both my checked ntoskrn8.sys and checked 8.1 storport.sys to help with this. https://ufile.io/gbzhscdp Edit: hold on, checked version of storport.sys has some missing imports. I'll fix it. edit: fixed - https://ufile.io/rwbg20oa -
Hi @Mov AX, 0xDEAD So I've been working on trying to get storport and stornvme of windows 8.1 working on XP and for the most part it seems to be functioning, I can get XP installed. the issue I've run into is these driver power state BSODs. Would you be willing to help solve this issue? I'm sure @Dietmar would be interested in helping to solve this too. here is my modified ntoskrnl extender source code - https://ufile.io/arl8wbth
-
Windows XP/2003 x32 on Modern Hardware FAQ
Damnation replied to Mov AX, 0xDEAD's topic in Windows XP
@pappyN4 Overheating maybe? Check with HWMonitor for both temps and power usage. I noticed this on my new B550 Steel Legend that power usage (140W) and Temps (70C) were abnormally high just sitting idle and I needed a DSDT mod to fix it. What motherboard do you have? -
@Dietmar Yes! I managed to get ASL 5.0 to work! I merged my XP friendly CPUSSDT into my DSDT, compiled it, and loaded with ASL 5.0 ! So, for whatever reason, ASL is fine with loading DSDT+CPUSSDT merged together, but it fails with an A5 BSOD if you try to load them separately. Changes persist on reboot. I have absolutely no idea why this makes a difference, but there you go.