Jump to content

Damnation

Member
  • Posts

    775
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by Damnation

  1. @MrMateczko you could try this - https://github.com/JHRobotics/patcher9x
  2. @Dietmar Thanks, So this message means But I'm unsure which AddDevice routine failed in USBXHCI there seems to be more than one - can you see if loading PDB symbols gives more info?
  3. @Dietmar Whoops! OK new version. https://ufile.io/mkr85nmw
  4. @Dietmar Thanks, Can you do a debug with these files too? No BSOD with these but it will fail in device manager. https://ufile.io/lqmpvf6h
  5. @DrunkenTanker @Dietmar I think the files on the Windows 8.1 RTM ISO are checked builds. So I switched to Windows 10 RTM (1507) no more 7E BSOD, but I even though I no longer get a BSOD I get code 31 in device manager for the USB 3.0 controller, so it's not yet functional. here's a patch integrator you can try https://ufile.io/gb0fevux
  6. @pappyN4 I've never had this problem. but then I don't try to have more than 1 OS on each drive, so maybe try just having XP on the drive without any other windows installed.
  7. Unfortunately, I don't know where in the file this occurred, so I'll have to wait for you to debug to get more information.
  8. @Dietmar I'm not sure why this BSOD is happening, I'm not using checked builds.
  9. @Dietmar Here is my 1st attempt at getting USBXHCI of 8.1 in XP. Currently it gives a 7E BSOD in usbxhci.sys - please debug when you have time. https://ufile.io/mzsc3dq9 patch integrator 3.1.1.6 with 8.1 usbxhci
  10. @Dietmar OK, I'll focus on porting 8.1 USB 3.0 driver instead.
  11. @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.
  12. @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?
  13. @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
  14. @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
  15. @Dietmar OK, Can you debug with just 8.1 storport & storahci please? It should give a 9F BSOD when the system tries to restart.
  16. @Dietmar This 8.1 storport.sys is from checked 8.1 debug ISO, so I think checked XP ntoskrnl/hal is needed?
  17. @Dietmar You're welcome! If you have the time, can you debug the 9F BSOD I encountered trying to port windows 8 storport.sys and post in the thread I made?
  18. @Dietmar First lets try just adding the Processors onto the end of your DSDT table and leave the other ACPI tables untouched. This seems to work fine on my B550 steel legend, although it also leaves the duplicate ACPI0007 Devices in place doing nothing. https://ufile.io/l72v8ae3
  19. @Brickedandroid Well, unless I'm mistaken, those old drivers are your only option for Vista.
  20. @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.
  21. @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?
  22. @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
  23. 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
×
×
  • Create New...