BSOD on startup


  1. Posts : 14
    Windows 7 32bit
       #1

    BSOD on startup


    hello guys i've been getting BSOD usually around boot up or a few minutes after while in windows. i believe the error is 0x0000000A that was all i could see before it did the memory dump and restarted. i've attached my minidump folder for you guys. im not completely sure if it's the ram or a lack of power from the power supply. i'm also not sure whether it's the video card as well. they had some faulty drivers that had a busted fan control for some games and i did not feel like frying my card so i haven't updated it yet. thanks!
      My Computer


  2. Posts : 13,354
    Windows 7 Professional x64
       #2

    Welcome!

    Looks like RAM is causing the issue. Download a copy of Memtest86 and burn the ISO to a CD using ImgBurn. Boot from the CD, and run at least 5 passes.

    Code:
    Microsoft (R) Windows Debugger Version 6.11.0001.404 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    
    
    Loading Dump File [C:\Users\Jonathan\Desktop\Minidump\032210-16099-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    
    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Windows 7 Kernel Version 7600 MP (4 procs) Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 7600.16385.x86fre.win7_rtm.090713-1255
    Machine Name:
    Kernel base = 0x82a1d000 PsLoadedModuleList = 0x82b65810
    Debug session time: Mon Mar 22 12:20:20.070 2010 (GMT-4)
    System Uptime: 0 days 0:00:15.849
    Loading Kernel Symbols
    ...............................................................
    .............................................................
    Loading User Symbols
    Loading unloaded module list
    ....
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck A, {68060e88, 2, 1, 82ab8248}
    
    Probably caused by : memory_corruption ( nt!MiReplenishPageSlist+149 )
    
    Followup: MachineOwner
    ---------
    
    2: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    IRQL_NOT_LESS_OR_EQUAL (a)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high.  This is usually
    caused by drivers using improper addresses.
    If a kernel debugger is available get the stack backtrace.
    Arguments:
    Arg1: 68060e88, memory referenced
    Arg2: 00000002, IRQL
    Arg3: 00000001, bitfield :
        bit 0 : value 0 = read operation, 1 = write operation
        bit 3 : value 0 = not an execute operation, 1 = execute operation (only on chips which support this level of status)
    Arg4: 82ab8248, address which referenced memory
    
    Debugging Details:
    ------------------
    
    
    WRITE_ADDRESS: GetPointerFromAddress: unable to read from 82b85718
    Unable to read MiSystemVaType memory at 82b65160
     68060e88 
    
    CURRENT_IRQL:  2
    
    FAULTING_IP: 
    nt!MiReplenishPageSlist+149
    82ab8248 834e04ff        or      dword ptr [esi+4],0FFFFFFFFh
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    
    BUGCHECK_STR:  0xA
    
    PROCESS_NAME:  svchost.exe
    
    TRAP_FRAME:  96e2bb2c -- (.trap 0xffffffff96e2bb2c)
    ErrCode = 00000002
    eax=ff03a517 ebx=00000000 ecx=84066284 edx=00000017 esi=68060e84 edi=850bf3cc
    eip=82ab8248 esp=96e2bba0 ebp=96e2bbb4 iopl=0         nv up ei ng nz ac pe cy
    cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010297
    nt!MiReplenishPageSlist+0x149:
    82ab8248 834e04ff        or      dword ptr [esi+4],0FFFFFFFFh ds:0023:68060e88=????????
    Resetting default scope
    
    LAST_CONTROL_TRANSFER:  from 82ab8248 to 82a637eb
    
    STACK_TEXT:  
    96e2bb2c 82ab8248 badb0d00 00000017 9bef9afc nt!KiTrap0E+0x2cf
    96e2bbb4 82aa95b6 82b86000 00000017 00000003 nt!MiReplenishPageSlist+0x149
    96e2bc20 82ab1273 00000017 00000002 00000000 nt!MiRemoveAnyPage+0x514
    96e2bc48 82aab8d5 00000017 00000002 879b5538 nt!MiGetPage+0x28a
    96e2bc90 82aa45a0 00000001 012a6ff8 96e2bd34 nt!MiResolveDemandZeroFault+0x121
    96e2bd1c 82a635f8 00000001 012a6ff8 00000001 nt!MmAccessFault+0x1dc1
    96e2bd1c 7781a4f6 00000001 012a6ff8 00000001 nt!KiTrap0E+0xdc
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    0148ef38 00000000 00000000 00000000 00000000 0x7781a4f6
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    nt!MiReplenishPageSlist+149
    82ab8248 834e04ff        or      dword ptr [esi+4],0FFFFFFFFh
    
    SYMBOL_STACK_INDEX:  1
    
    SYMBOL_NAME:  nt!MiReplenishPageSlist+149
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: nt
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4a5bc007
    
    IMAGE_NAME:  memory_corruption
    
    FAILURE_BUCKET_ID:  0xA_nt!MiReplenishPageSlist+149
    
    BUCKET_ID:  0xA_nt!MiReplenishPageSlist+149
    
    Followup: MachineOwner
    ---------
      My Computer


  3. Posts : 14
    Windows 7 32bit
    Thread Starter
       #3

    thanks will do!
      My Computer


  4. Posts : 74
    XP x86, Vista x86, Windows 7 x64, Ubuntu 9.10
       #4

    This is the probable cause:
    Code:
    92a0b000 92a0c420   ASACPI   ASACPI.sys   Thu Aug 12 22:52:52 2004 (411C2D04)
    ASACPI.SYS - part of ASUS's ATK0110 Utility - has been wreaking havoc all over the Internet for months. Download and install the updated version from here: Download ATK0110 ACPI UTILITY and Upgrade your Windows 7, Windows Vista, or Windows XP with the Latest ATK0110 ACPI UTILITY

    Let us know how it goes. Good luck.
      My Computer


  5. Posts : 14
    Windows 7 32bit
    Thread Starter
       #5

    sorry for the delayed reponse guys. i just got the newst driver off asus's website for the atk0110 and ill see how it goes. i also ran the memtest where is the log for it stored or anything? i didn't see it say any problems or anything but i didn't sit there for its whole entirety.
      My Computer


  6. Posts : 14
    Windows 7 32bit
    Thread Starter
       #6

    nope still getting blue screens.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:42.
Find Us