Jump to content

Dietmar

Member
  • Posts

    1,334
  • Joined

  • Last visited

  • Days Won

    5
  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by Dietmar

  1. Hi all, I compiled the openfabrics driver nvme vers 1.3 for Win server 2003 bit 32 (checked build) and added NEW storport.sys from win server 2003 to target XP SP3. Then I connect a Toshiba RD400 nvme disk. Gives yellow questionmark in device manager. With host XP SP3 connected via Null Modem cable and Windbg now I get the following: Microsoft (R) Windows Debugger Version 6.12.0002.633 X86 Copyright (c) Microsoft Corporation. All rights reserved. Opened \\.\com1 Waiting to reconnect... Connected to Windows XP 2600 x86 compatible target at (Sun Jun 24 13:56:38.484 2018 (UTC + 2:00)), ptr64 FALSE Kernel Debugger connection established. Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols Executable search path is: Windows XP Kernel Version 2600 UP Free x86 compatible Built by: 2600.xpsp.080413-2111 Machine Name: Kernel base = 0x804d7000 PsLoadedModuleList = 0x80553fc0 System Uptime: not available STORMINI: StorPortInitialize returns Status(0x0) STORMINI: Access Range, VirtualAddr=0xB9D28000. STORMINI: NVMeFindAdapter: Stride Size set to 0x4 STORMINI: NVMeEnumNumaCores: # of NUMA node(s) = 1. STORMINI: FYI: SRB status 0x6 scsi 0x0 for CDB 0x0 BTL 0 0 0 ERROR: DavReadRegistryValues/RegQueryValueExW(4). WStatus = 5 ERROR: DavReadRegistryValues/RegQueryValueExW(5). WStatus = 5 ERROR: DavReadRegistryValues/RegQueryValueExW(6). WStatus = 5 Break instruction exception - code 80000003 (first chance) ******************************************************************************* * * * You are seeing this message because you pressed either * * CTRL+C (if you run kd.exe) or, * * CTRL+BREAK (if you run WinDBG), * * on your debugger machine's keyboard. * * * * THIS IS NOT A BUG OR A SYSTEM CRASH * * * * If you did not intend to break into the debugger, press the "g" key, then * * press the "Enter" key now. This message might immediately reappear. If it * * does, press "g" and "Enter" again. * * * ******************************************************************************* nt!RtlpBreakWithStatusInstruction: 80527bdc cc int 3 kd> !analyze -v Connected to Windows XP 2600 x86 compatible target at (Sun Jun 24 14:01:40.906 2018 (UTC + 2:00)), ptr64 FALSE Loading Kernel Symbols ............................................................... ............................. Press ctrl-c (cdb, kd, ntsd) or ctrl-break (windbg) to abort symbol loads that take too long. Run !sym noisy before .reload to track down problems loading symbols. .................... Loading User Symbols Loading unloaded module list ............ ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* Unknown bugcheck code (0) Unknown bugcheck description Arguments: Arg1: 00000000 Arg2: 00000000 Arg3: 00000000 Arg4: 00000000 Debugging Details: ------------------ PROCESS_NAME: Idle FAULTING_IP: nt!RtlpBreakWithStatusInstruction+0 80527bdc cc int 3 EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff) ExceptionAddress: 80527bdc (nt!RtlpBreakWithStatusInstruction) ExceptionCode: 80000003 (Break instruction exception) ExceptionFlags: 00000000 NumberParameters: 3 Parameter[0]: 00000000 Parameter[1]: 8054ad4c Parameter[2]: 000003f8 ERROR_CODE: (NTSTATUS) 0x80000003 - {AUSNAHME} Haltepunkt Im Quellprogramm wurde ein Haltepunkt erreicht. EXCEPTION_CODE: (HRESULT) 0x80000003 (2147483651) - Mindestens ein Argument ist ung ltig. EXCEPTION_PARAMETER1: 00000000 EXCEPTION_PARAMETER2: 8054ad4c EXCEPTION_PARAMETER3: 000003f8 DEFAULT_BUCKET_ID: DRIVER_FAULT BUGCHECK_STR: 0x0 STACK_TEXT: 80549bcc 8054109d 00000001 ff676902 00000030 nt!RtlpBreakWithStatusInstruction 80549bcc 806d772a 00000001 ff676902 00000030 nt!KeUpdateSystemTime+0x165 80549c50 80541af0 00000000 0000000e 00000000 hal!HalProcessorIdle+0x2 80549c54 00000000 0000000e 00000000 00000000 nt!KiIdleLoop+0x10 STACK_COMMAND: kb FOLLOWUP_IP: nt!RtlpBreakWithStatusInstruction+0 80527bdc cc int 3 SYMBOL_STACK_INDEX: 0 SYMBOL_NAME: nt!RtlpBreakWithStatusInstruction+0 FOLLOWUP_NAME: MachineOwner MODULE_NAME: nt IMAGE_NAME: ntkrnlpa.exe DEBUG_FLR_IMAGE_TIMESTAMP: 4802516a BUCKET_ID: MANUAL_BREAKIN Followup: MachineOwner --------- From this I can only see, that ntkrnlpa.exe does not like to work with this nvme.sys. But why? No error during compile. I am happy, if someone here has an idea, have a nice day Dietmar PS: With naked Win7 (very first version) this driver nvme.sys works fantastic. PS: kd> .trap 0xB9D28000 ErrCode = ffffffff eax=ffffffff ebx=ffffffff ecx=ffffffff edx=ffffffff esi=ffffffff edi=ffffffff eip=ffffffff esp=ffffffff ebp=ffffffff iopl=3 vip vif ov dn ei ng zr ac pe cy cs=ffff ss=ffff ds=ffff es=ffff fs=ffff gs=ffff efl=ffffffff ffff:ffff ?? ??? STORMINI: Access Range, VirtualAddr=0xB9D28000. Can this be, because the nvme Toshiba RD400 is not seen in Bios?
  2. Hi all, I did some more tests with nvme.sys for Win2003 from Microsoft in 2012. nvme.sys is loaded and then direct loads storport.sys as you can see with bootlog enable. But still does not start, yellow questionmark in device manager. setupapi.log shows: Device not started: Device has problem: 0x0a: CM_PROB_FAILED_START. Any idea, Dietmar
  3. Hi Dibya, I do not know, where I fetched this nvme.sys file from. I did an intensive search in December last year in Internet and have a lot of nvme.sys. Today I installed Win 2003 R2 on harddisk. The driver nvme.sys installed there without any problem. I connect a Toshiba nvme OCZ RD400, because I know, it fits with the universal nvme.sys driver as PCI\CC_010802. But then comes a message, that nvme.sys driver does not start (39). All looks nice in registry for the entry for this nvme.sys and storport.sys has started, I can see in bootlog.txt. No other dependency. I also changed storport.sys against the very last version for Win 2003, no difference. Now I am out of ideas^^ have a nice evening Dietmar
  4. Hi all, USB 3.0 works, http://reboot.pro/topic/21784-usb-30-boot-xp-sp3/ have a nice day Dietmar PS: I try to enable nvme support and boot for xp. There is an universal nvme.sys driver from Microsoft for Windows 2003 32 bit (6.1.7600.16385). Via dependecy Walker you can see, that Windows 2003 server 32 bit is supported too. May be simple copying storport.sys to driver folder in xp will work.
  5. Is there a list out from all the cpu, which are affected? I have i7-8700k. On Windows XP the Microsoft patch kb4056615 against meltdown and spectre on i7-8700k makes big problems, Dietmar
  6. Hi all, on my USB 3.1 Stick formatted with NTFS after been connected to the compi with the new ntfs.sys file after kb4056615 I can not copy any file to this USB stick from another compi. I got a message "Diese Sicherheitskennung kann nicht als Besitzer des Objekts zugeordnet werden" [= "This security identifier cannot be assigned as the owner of the object."] Also, a file 75 GByte big I can not rescue from this USB3.1 stick. After copying may be 10 GByte, a message pulled up, that not enough resources I have on my system. But I have about 2000 Gbyte free space. !!!So, something went wrong with new ntfs.sys !!! Be very careful with this patch. After this bad experience I format this USB stick new with FAT32 and all the problems are gone, have a nice day Dietmar
  7. Hi all, I have a brandnew compi with Asus Apex motherboard and z370 chipset. On this compi I installed on a SSD with a lot of work XP 32 pro SP3 with embedded POS 2009 hack for updates, boottime is about 5 sec:)). Also I have on this compi Win server 2003 SP2 32 bit, Win7 32 bit and win 10 RS2 64 bit. After todays update with KB4056615 with the exchange of ntoskrnl.exe my XP does not boot any longer. Ony a black screen with a blinking cursor can be seen. Via win7 I changed back ntoskrnl.exe to the old version. ONLY this gives me the possibility, to come via F8 to "abgesicherten Modus". From there I unistalled the 2 Packages from today, one with name KB4056615. Then I restart my compi with XP and all seems nice. About 3 sec later again I got this KB4056615 update. This times it installes during shutdown without problems and now my compi starts as normal, have a nice day Dietmar
×
×
  • Create New...