Damnation
Content Type
Profiles
Forums
Events
Posts posted by Damnation
-
-
If you are able to do so, can you purchase a powered 10-port USB 3.0 hub like this one - https://www.ple.com.au/Products/626733/ALOGIC-Plus-10-Port-USB-30-Powered-Hub-With-Charging
and test if you get BSODs in XP with it?
0 -
I've discovered a workaround, I can boot into XP if I connect the hub to one of the 2 USB 2.0 ports next to the 2.5gbe ethernet port.
not the most ideal solution, but it's something.
I'd still prefer to find the cause of this BSOD though.
So I'm assuming I don't need to hex edit kd_02_10ec.dll at all? - just rename to kdnet10.dll?
and I get kdstub.dll off of your github?
0 -
OK, so I copy and rename kd_02_10ec.dll to kdstub.dll/kdnet10.dll from windows 10 32bit over to my XP install.
Do I need to do any other hex edits to these files for them to work correctly? or they should just work?
0 -
On my new AMD B550 build I've come across a scenario where if I have a Powered USB 3.0 hub connected at boot, it causes a 0x50 dump_ntoskrn8.sys BSOD before reaching the desktop.
Would you be willing to help me debug this?
If so, can I have the realtek version of your KDNET to help with debugging this?
0 -
is there anyway we could motivate you to help us with getting this working?
0 -
Have you made any progress with getting NDIS6 working on your end?
I'm more than willing to help if you want.
0 -
try downloading the last AMD drivers for XP (14.04 I think?) and adding the hardware ID to the INF file, see if that works.
0 -
For that to work I would need an ndis.lib from Vista beta 5048 DDK - Vista RTM ndis.lib is different again.
Only way to extend functionality of Vista beta 5048 ndis.sys is with direct hex edit.
0 -
are you able to help us get this working?
0 -
You mentioned you have the HDD drive inside a USB Caddy? if so then you're not using an AHCI driver but are using the USB Mass Storage driver instead.
1 -
36 minutes ago, Dietmar said:
but ndis6 isnt easy on XP
very true.
0 -
are you willing to help? or not interested?
0 -
I'm out of ideas for now. I'll come back to this later.
If you discover something else that you think might help with this let me know.
Thanks for all the help!
0 -
Please double check that it's not ntoskrn8.sys again - I see PDB symbols are not loaded for it.
0 -
Thanks for all the help with debugging Dietmar! I really appreciate it.
0 -
OK, lets try this one - sorry it's not ufile.io - it's down for me right now.
https://anonfiles.com/Hc1fR7n4y6/ndis6_fordietmar_8jun2022_5_7z
edit: ufile is back
0 -
can you load the PDB symbols for ntoskrn8?
last time it was
QuoteMISALIGNED_IP:
ntoskrn8!_imp__KeInitializeMutex+3
b9972fef 80340850 xor byte ptr [eax+ecx],50hhas that changed?
0 -
0
-
I think KeAllocateCalloutStackEx is the cause, let me try something.
0 -
OK, I changed security_cookie in those files
hopefully this yields results!
0 -
I just remembered something!
I did not update the security_cookie in ndis/netio/msrpc.sys
IIRC This might be the cause of the 7F BSOD
Give me a few minutes to patch them.
0 -
I've never heard of it.
Although If I want to patched imports I can already use CFF Explorer or PEMaker 0.8.2 for that.
1 -
This was with the most recent version?
If it's in an infinite loop, I guess I'll stop working on this for now. Unless you or @Mov AX, 0xDEAD have some ideas for where to go from here?
0 -
I made some changes to SeQueryInformationToken
please test this one.
0
Compiling ACPI v2.0 driver for Windows XP SP3 and Windows 2003 SP2 (x32/x64)
in Windows XP
Posted
@daniel_k
I've noticed a similar issue on my Threadripper system with x86 XP - I think it has to do with more than 32 CPUs. maybe.
Can I have your XP x64 ISO to test?