Won't Boot after Windows Update

Page 1 of 2 12 LastLast

  1. Posts : 11
    Windows 7 Home Premium x64
       #1

    Won't Boot after Windows Update


    I've been running Home Premium x64 on a RAID1 setup for a while now with no issues until today.

    I got home from work and noticed that there were updates ready. One of those updates was a new driver for a Promise RAID controller and I stupidly selected it. The security update and the driver update both started installing and I went down to the kitchen for dinner.

    When I came back to my PC after dinner, I was faced with a BSOD and have been fighting with the PC ever sinc

    I know that the updated driver RAID caused the BSOD so I decided to boot up in Safe Mode and run System Restore. Nope! BSOD when trying to boot into Safe Mode too! OK, let's try Last Known Good Configuration (or whatever the Windows 7 equivalent is. I can't remember if that's what the option is called or not.) Nope! I get a little further into to the load, but it still results in a BSOD.

    OK, let's go into the BIOS and undo the RAID so I just have to identical SATA HDDs and boot into one of them. No good. BSOD.

    Put the drives back into RAID1 configuration and try booting from my disc and do a repair. Startup Repair tells me that there's an error in my boot record and it wants to fix it. OK... nope... can't write the new info to the MBR when it's on optical media. OK... create a bootable thumb drive that is basically an image of my DVD.

    Launch repair, reboot, launch repair, reboot. repeat ad infinitum.

    Launch repair and open a command prompt. Run "bcdedit" and this is what I get:

    Code:
    Windows Boot Manager
    identifier            <bootmgr> 
    device                partition=C:
    path                  \bootmgr
    description           Windows Boot Manager
    locale                en-US
    default               default
    displayorder          default
    timeout               30
    
    Windows Boot Loader
    identifier            <default>
    device                partition=D:
    path                  \Windows\system32\winload.exe
    description           Windows 7 Home Premium (recovered)
    locale                en-US
    recoverysequence      {5932e978-cb75-11df-bf46-f08638593832}
    recoveryenabled       Yes
    osdevice              partition=D:
    systemroot            \Windows
    I have exhausted any and all ideas I could think of or find on the Web. Is there anything else I can do to recover my damaged installation? I really don't want to wipe and start over. I just did that a couple of weeks ago after buying new HDDs and it's too much work!

    I've given all of the info I can think of to give (system specs are in my profile). If you need more info, just let me know.

    I appreciate any and all help I can get.
    Last edited by Ironhead; 28 Sep 2010 at 19:50.
      My Computer


  2. Posts : 17,796
    Windows 10, Home Clean Install
       #2

    1. Insert the Windows Vista installation disc into the disc drive, and then start the computer.
    2. Press a key when the message indicating "Press any key to boot from CD or DVD ". appears.
    3. Select a language, a time and currency, and a keyboard or input method, and then click Next.
    4. Click Repair your computer.
    5. In the System Recovery Options dialog box, choose the drive of your Windows installation and click Next
    6. At the System Recovery Options Dialog Box, click onSystem Restore.
    7. Follow the System Restore Wizard instruction as usual and choose the appropriate restore point.
    8. Click Finish to restore the system.

    or


    1. Insert the Windows Vista installation disc into the disc drive, and then start the computer.
    2. Press a key when the message indicating "Press any key to boot from CD or DVD …". appears.
    3. Select a language, a time and currency, and a keyboard or input method, and then click Next.
    4. Click Repair your computer.
    5. In the System Recovery Options dialog box, choose the drive of your Windows installation and clickNext.
    6. At the System Recovery Options Dialog Box, click on Repair your computer.
    7. (Click the operating system that you want to repair), and then click Next.
    8. In the System Recovery Options dialog box, click Startup Repair


    .
      My Computer


  3. Posts : 11
    Windows 7 Home Premium x64
    Thread Starter
       #3

    Hi Rich,

    I've already run Startup Repair approximately eleventy-seven bazillion times with no luck and a different consequence each time, but I'm running it again now.

    It's currently saying that it's repairing disk errors and that it might take awhile. (I've seen this a couple of times already tonight)
      My Computer


  4. Posts : 17,796
    Windows 10, Home Clean Install
       #4

    If you try the above and still have problems you may have to fix the MBR.

    1. Put the Windows Vista installation disc in the disc drive, and then start the computer.
    2. Press a key when you are prompted.
    3. Select proper input methods, and then click Next.
    4. Click Repair your computer.
    5. Click the operating system that you want to repair, and then click Next.
    6. In the System Recovery Options dialog box, clickCommand Prompt.
    7. Type Bootrec.exe, and then press ENTER.

    If the above does not work you must rebuild the entire MBR. To do this, type the following commands at the Windows RE command prompt:

    · bcdedit /export C:\BCD_Backup
    · c:
    · cd boot
    · attrib bcd -s -h -r
    · ren c:\boot\bcd bcd.old
    bootrec /RebuildBcd
    Last edited by richc46; 28 Sep 2010 at 21:31.
      My Computer


  5. Posts : 11
    Windows 7 Home Premium x64
    Thread Starter
       #5

    Well, Startup Repair worked away for more than an hour "Repairing disk errors." When it finished, I rebooted and... BSOD!

    Rebooted into Startup Repair again, chose Command Prompt, ran "Bootrec /FixMbr", rebooted and... BSOD!

    Rebooted into Startup Repair again, chose Command Prompt, ran
    Code:
    bcdedit /export C:\BCD_Backup
    c:
    cd boot
    attrib bcd -s -h -r
    ren c:\boot\bcd bcd.old
    bootrec /RebuildBcd
    
    Got the following message:
    Code:
    Scanning all disks for Windows installations.
    
    Please wait, since this may take a while...
    
    Successfully scanned Windows installations.
    Total identified Windows installations: 1
    [1] D:\Windows
    Add installation to boot list? Yes(Y)/No(N)/All(A):
    Chose Yes, rebooted and... BSOD!

    At least the text of the BSOD has changed some:

    BAD_SYSTEM_CONFIG_INFO
      My Computer


  6. Posts : 17,796
    Windows 10, Home Clean Install
       #6

    Start a new thread. Forget all this stuff (other than just for background). Say that you have a BSOD, it sould be diagnosed and repaired.
    https://www.sevenforums.com/crashes-d...tructions.html
      My Computer


  7. Posts : 11
    Windows 7 Home Premium x64
    Thread Starter
       #7

    OK. Thanks.

    Of course, I'm not going to be able to follow the instructions on how to properly post a BSOD thread because I can't install the software to get the reports that I'm supposed to post.
      My Computer


  8. Posts : 17,796
    Windows 10, Home Clean Install
       #8

    Actually your right. Can you go in safe mode?
      My Computer


  9. Posts : 11
    Windows 7 Home Premium x64
    Thread Starter
       #9

    Nope. BSOD when I try to boot into Safe Mode too.

    I'm now running a chkdsk and it found a boatload of errors. It looks like that hour-long "repair" really screwed up. It's been deleting attribute records and index entries for at least 10 minutes now...

    Now it's recovering orphaned files...

    Not good... I think the "repair" really screwed my data.

    I'll have to wait until chkdsk is complete before I can do anything else. It's 11% done verifying file data (stage 4 of 5)
      My Computer


  10. Posts : 17,796
    Windows 10, Home Clean Install
       #10

    This is the last that I have. Try to save your stuff and then clean install
    Use Ubuntu Live CD to Backup Files from Your Dead Windows Computer - How-To Geek
      My Computer


 
Page 1 of 2 12 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 20:30.
Find Us