Random BSODs. Drivers are up to date and Hardware has gotten the A-OK

Page 3 of 6 FirstFirst 12345 ... LastLast

  1. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #21

    GEMdewy,
    Glad to be of assistance.
    karl
      My Computer


  2. Posts : 25
    Windows 7 Home premium 64-bit
    Thread Starter
       #22

    I'm afraid I am still getting BSODs. I am including everything i got. Unistalled the wireless interface yet still... Just noticed you wanted to see my disk management sorry about the delay didn't show in my email for what ever reason.
      My Computer


  3. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #23

    Gem,
    You can help us to you by filling in your system specs.

    Update your SevenForums System Specs
    User CP (located on the top menu bar) |
    Your Profile | Edit System Spec
    (left-hand column)

    To gather info, use Speccy (my favorite) or SIW or System Info

    In the System Manufacturer Block, enter:
    Ø Manufacturer and Model OR Custom build.
    Ø ADD the word laptop, desktop, netbook or tablet.
    For example:
    Toshiba Satellite L305D notebook.

    Provide full windows version info, for example:
    MS Windows 7 Ultimate SP1 64-bit

    Use the “Other Info” block for Optical Reader,
    Mouse, touchpad, wifi adapter, speakers, monitor, etc

    Scroll down and click on SAVE CHANGES.

    With Speccy, you can select with your mouse/touchpad info from the display
    and paste that info into your specs.

    SIW is a marvelous program, but the free version does not offer
    this capability.
    =======================================
    =======================================

    Of the three txt files, I see nothing unusual.

    Can you tell me under what circumstances you are still getting BSODs?
      My Computer


  4. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #24

    Please update your bios. Yours is version F5 and the latest is F9b.

    Here's the website page:
    GIGABYTE - Motherboard - Socket AM3+ - GA-990FXA-UD3 (rev. 1.0)

    I would also like for you to do me a favor as part of my own testing.

    I would like for you to upload the MySystem.txt file that this script will put on your desktop.

    # **********************INSTRUCTIONS**************************
    # STEP 1 ** RUN POWERSHELL AS ADMINISTRATOR ******************
    # ************************************************************
    #
    # WIN key | type POWERSHELL | do NOT hit ENTER |
    # in the PROGRAMS list, right-click on WINDOWS POWERSHELL |
    # choose "Run as administrator" |
    # Click on the YES button (if such appears)
    #
    # WIN key = key with Microsoft log on top
    #
    # for the guru:
    # WIN | type POWERSHELL | CTRL+SHIFT+ENTER key combo | ALT+Y keycombo
    # ************************************************************
    # STEP 2 ** COPY AND PASTE ***********************************
    # ************************************************************
    #
    # COPY the script using CTRL+C,
    # COPY every line of script down thru both EXIT statements
    #
    # PASTE into Powershell
    #----Right-Click at the PowerShell Prompt
    #----(Ctrl+V does not work)
    #
    # Start copying with first script line without a # at start of the line
    # Note: Actually, you can paste the entire file if you rather
    #-------Lines starting with a # are ignored by PowerShell
    # ************************************************************
    # STEP 3 ** SCRIPT OUTPUT & SCRIPT PURPOSE *******************
    # ************************************************************
    # --The script output and purpose is given at the very front of the script
    #
    # --The script output and purpose is given at the very front of the script
    #
    # ************************************************************
    # ***************** NOTE - POWERSHELL VERSION*****************
    # if you receive this error msg:
    #--The system can not find the path specified
    # you may need to update your PowerShell
    # you must be using Powershell 2.0 or later.
    #
    # To determine your Powershell version:
    #---Run PowerShell
    #---enter $host.version
    #---you should see at least:
    # Major Minor Build Revision
    # ----- ----- ----- --------
    # 2......0......-1.....-1
    #
    # If you do not see the above, update your Vista/Win 7.
    # ************************************************************
    # *************** NOTE - EXECUTION POLICY*********************
    # If you haven't set the execution policy, you may need to:
    #---Run PowerShell
    #---enter SET-EXECUTIONPOLICY -EXECUTIONPOLICY REMOTESIGNED
    # ************************************************************

    Script:
    $obj = new-object -typename PSobject
    $bios 
    gwmi win32_bios
    $cs   
    gwmi Win32_ComputerSystem
    $CSprod  
    gwmi Win32_ComputerSystemProduct 
    $os 
    gwmi win32_operatingsystem
    $obj 
    add-member -membertype noteproperty -name "Operating System" -value ($os.caption " " $os.csdversion " " $os.osarchitecture) -passthru |
     
    add-member -membertype noteproperty -name "Computer" -value ($cs.manufacturer " " $cs.model " || " $csprod.version " || " $cs.systemtype) -passthru |
     
    add-member -membertype noteproperty -name "BIOS Version, date, name" -value ($bios.smbiosbiosversion "--" $bios.converttodatetime($bios.releasedate) + "--" $bios.name) -passthru |
    fl $env:userprofile\desktop\MySystem.txt

    EXIT
    EXIT 
      My Computer


  5. Posts : 25
    Windows 7 Home premium 64-bit
    Thread Starter
       #25

    I updated my specs on my profile. I built the machine myself. I was working on Microsoft word 2003 and listening to Pandora on Google chrome when it BSOD the last time. The time before I think it was just sitting on desktop with nothing running. You want me to update the Bios to a beta?
      My Computer


  6. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #26

    I've only started looking at one of the two dump files, but I find the error msg unusual.
    could you download, install and keep Speccy running in the background?
    Speccy is an easy, non-intrusive way of keeping an eye on temps.
    Of course, as I've indicated the bios needs to be updated.
      My Computer


  7. Posts : 25
    Windows 7 Home premium 64-bit
    Thread Starter
       #27

    I am getting a very strange error message. The same one i've gotten when itried to update it before. Also i am running speccy in the back ground temps are off though says my CPU is running at 11C right now which would be impossible...

    Also up loaded my specs directly from speccy if it helps.
    Last edited by GEMdewy; 20 Aug 2012 at 03:18.
      My Computer


  8. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #28

    thanks the script correctly reported your bios version. Your current version is F5.
    That error msg is from a gigabyte bios flash program.

    You should be using Qflash from Gigabyte.

    Here is a write-up on how to update your bios.

    UPDATE GIGABYTE BIOS WITH Q-FLASH

    Ø Insert a USB stick (256 mb is more than enough)
    Ø WIN + E | right-click on the drive
    Ø Format | set FAT32 as the FileSystem | uncheck Quick Format |
    Start
    button | Close button after format finished

    Ø WIN + E | right-click on the drive
    Ø Properties | Tools tab | Check Now button |
    Checkmark
    both boxes | START button


    Ø Go to the Gigabyte website Gigabyte Homepage
    Ø Click on Support and Downloads (in the menu at the top)
    Ø In the Downloads' Model Name box, enter your motherboard model, for example,GA-Z68X-UD4-B3, click on Search
    Ø In the Results section, click on BIOS
    Ø You are now at the Downloads page for your motherboard

    Ø In the row For the most recent BIOS, in the Download Here column,
    select your desired download source, for example, America
    Ø Click on the Save button

    Ø You have now Downloaded the Bios update file which is a
    self-extractor, for example, mb_bios_ga-z68x-ud4-b3_f10.exe
    Ø Extract the file (simply run the file you downloaded to extract)
    Ø Copy the file with a name like Z68XUD4.F10 to the USB stick.
    Ø Leave the USB stick connected.
    Ø Shutdown your computer.

    Ø Power Up your computer.
    Ø Immediately start continuously tapping the END key on the keyboard.
    Ø The Main Menu of Q-Flash will appear on the screen.
    Ø Select HDD-1.0 and hit ENTER
    Ø Select the Bios update file and hit ENTER
    Ø Press ENTER when Are you sure to update BIOS? appears.
    Ø The monitor will display the update progress.
    Ø When the update is finished, press any key.
    Ø You are now back at the Main Menu

    Ø Remove the USB stick.
    Ø Press ESC and then press ENTER to exit Q-Flash.
    Ø Your system will reboot.

    Ø Immediately start tapping DEL (the Delete key) to enter BIOS
    Ø Select Load Optimized Defaults and hit ENTER
    Ø Select Save and Exit Bios and press Y
    Ø Your system will restart and the procedure is complete.

    Of course, you use your motherboard designation, which is in the mysystem.txt file: GA-990FXA-UD3
      My Computer


  9. Posts : 25
    Windows 7 Home premium 64-bit
    Thread Starter
       #29

    Alright, updated. Thank you again good sir.
    Last edited by GEMdewy; 20 Aug 2012 at 03:18.
      My Computer


  10. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #30

    Gem,
    Delete the file that you uploaded IMMEDIATELY!
      My Computer


 
Page 3 of 6 FirstFirst 12345 ... LastLast

  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 21:52.
Find Us