Windows 10: "Something Happened" What Next?

Discus and support "Something Happened" What Next? in Windows 10 Installation and Upgrade to solve the problem; Or he could shrink C: drive partition by 50GB, create a 50GB empty NTFS partition and do a clean install to that partition just to see if it would... Discussion in 'Windows 10 Installation and Upgrade' started by Steve C, Nov 15, 2015.

  1. simrick Win User

    "Something Happened" What Next?


    True. And if it does complete? Then he has to go to the bother of transferring files, installing programs, removing W8.1, extending partitions, getting rid of the dual-boot, etc., or another clean install over top, removing all partitions.

    I think, after all the time he's spent already, one clean install, and if it doesn't work, he reimages to W8.1.
     
    simrick, Nov 30, 2015
    #31
  2. Steve C Win User

    Thanks for your advice.

    I'm going to try fixing the boot configuration issue first. I've listed the repair process below based on 'googling' the issue. There are some options - please advise the best approach:

    1. Boot from Windows 8 CD (presumably in UEFI mode with secure boot off?)
    2. Goto command prompt option
    3. Run DISKPART and select the EFI volume
    4. Assign letter z: to the EFI volume
    5. cd /d z:\efi\microsoft\boot
    6. attrib z:\efi\microsoft\boot\bcd -h -r -s
    7. ren z:\efi\micr bcd.old\microsoft\boot\bcd bcd.old
    8. Optional step: bootrec/fixboot (is this needed?)

    There then appear to be 2 repair options - which is most appropriate?:

    9a. bootrec /rebuildbcd

    OR

    9b. bcdboot c:\windows /l en-gb /s z: /f (for UK)

    If that fails, I'll do a clean install using this procedure Clean Install Windows 10 Directly without having to Upgrade First

    I think I have two valid Windows 8.1 Home product keys. The original one I guess is the one embedded in the BIOS supplied with the new laptop last year. However, a while ago Microsoft did an in place repair install which didn't activate initially. Microsoft then gave me a new product key / licence code ending J426G which I'm currently running on - this is different to original BIOS key and is reported by Showkey as a retail key.

    When I do a clean install, will Windows 10 activate automatically using the BIOS key or will I need to use the gatherosstate.exe file method in the above post to effectively use the second key given to me by Microsoft?

    The keys are reported as:

    Product Name: Windows 8.1
    Product ID: 00259-60602-32092-AA084
    Installed Key: *****-*****-*****-*****-J426G (Showkey says this is a retail key)
    OEM Key: *****-*****-*****-*****-BG8JQ
    OEM Edition: Win 8.1 RTM Core OEM DM
     
    Steve C, Nov 30, 2015
    #32
  3. NavyLCDR New Member
    Activate automatically with the key in bios.
     
    NavyLCDR, Nov 30, 2015
    #33
  4. simrick Win User

    "Something Happened" What Next?

    I will get some help on this - I'm not too familiar with the procedure to advise.

    I don't even think this is necessary anymore. The most recent v1511 (November update) will grab the key from your BIOS and should activate that way. If for some reason it doesn't, you can always select "Change Product Key" in Settings>Activation, and activate it that way with your original OEM key.

    Just let it install using the key in your BIOS. Save the other one.
     
    simrick, Nov 30, 2015
    #34
  5. simrick Win User
    Okay, I've requested additional help from our members, but, in the meantime, I've done a little research as you did. The two pages I am referencing are here:

    How can I repair the Windows 8 EFI Bootloader? - Super User

    Fixing a Corrupted UEFI Partition in Windows 8 or 8.1


    Based on what I'm reading, this is what I would do:

    1. Make a Macrium image of your entire W8.1 HDD, create Rescue Media, verify the backup and also the Rescue media.
    2. Copy/paste your personal files to an external HDD
    3. Grab the appropriate W10 install media from MS TechBench
    4. Backup your current W8.1 drivers (you can use Driver Magician Lite Free)
    5. Grab the W10 drivers specific to your system from the Dell support site
    6. Locate all your install media and keycodes for any "paid" software
    7. Write down your 2 Windows keycodes
    8. Grab @Kyhi 's custom bootable recovery media for W8.x + W10 here, just in case
    9. Boot to advanced options>command prompt

    (caveat here - I have never done this and I hope someone can chime in and confirm these instructions)

    Identify and assign letter to partition:
    Enter Code: diskpart[/quote] Once in diskpart, enter Code: select disk 0[/quote] Disk 0 is now the selected disk
    Enter Code: list vol[/quote] Identify which volume is FAT32
    Enter Code: sel vol X[/quote] where X is the volume that's FAT32
    Volume X is the selected volume
    Enter Code: assign letter=b:[/quote] Diskpart successfully assigned the drive letter or mount point
    Enter Code: exit[/quote] to exit Diskpart utility

    Now fix the BCD:
    Enter Code: cd /d b:\EFI\Microcoft\Boot\[/quote] (or cd /d b:\Boot\ or cd /d b:\ESD\Windows\EFI\Microsoft\Boot\)
    Enter Code: ren BCD BCD.bak[/quote] Enter Code: bcdboot C:\Windows /l en-gb /s b: /f ALL[/quote] Enter Code: bootrec /rebuildbcd[/quote] Enter Code: attrib bcd -s -h -r[/quote] (not sure if this attrib is needed at all)
    Enter Code: bootrec /fixboot[/quote]

    Now, again, I am no expert on this stuff. I don't *think* you need to turn Secure Boot off, but I could be wrong. You might want to wait and see who else replies about this.

    If it totally borks your machine, then you can re-image the W8.1, or clean install the W10.
     
    simrick, Nov 30, 2015
    #35
  6. Kyhi Win User
    Needless to say this has all gone horribly wrong...

    Copy (backup) any files you wish to save to another drive
    (if you have no access to the current OS - boot from my PE and then copy the files you wish to save..)

    Clean Install Windows 10 build 10586

    Turn off legacy / CSM support in your bios setting.. to force EFI/GPT installation

    boot from your setup media

    delete every partition and allow windows 10 to install to the unallocated space..

    It will correct itself..
     
  7. simrick Win User
    Thanks Kyhi *Thumbs
     
    simrick, Nov 30, 2015
    #37
  8. Steve C Win User

    "Something Happened" What Next?

    Thanks to simrick for that detailed reply. I'll just remind you all that the PC boots fine in Windows 8.1 but the command bcdedit /export fails to complete. Several others had this problem and once corrected Windows 10 would install.

    I used Partition Wizard to explore the EFI volume and can confirm the BCD file is in the directory \EFI\Microsoft\Boot.

    I'm not sure I need both the bcdboot C:\Windows /l en-gb /s b: /f ALL and bootrec /rebuildbcd commnds. Most references use one or the other commands. I was planning to investigate this a bit further so I understand what I'm doing.

    My understanding is that bootrec /fixmbr doesn't apply to a UEFI boot configuration.

    I'll wait a day or so to see if someone else has advice then try the fix.
     
    Steve C, Nov 30, 2015
    #38
  9. Kyhi Win User
    Steve,
    what is it that is wrong ?? or what are you trying to fix ??
     
  10. Steve C Win User
    The problem is that the upgrade from Windows 8.1 Home to Windows 10 on my newish Dell laptop consistently fails at the point where the PC is about to restart for the first time. I've tried all of the common fixes as discussed on this thread.

    I mentioned in a previous post above that I saw a possible fix in this thread https://www.tenforums.com/installatio...ll-doesnt.html. I get the same error mentioned in Post 8 of that thread -when I try to run "bcdedit /export <file>" I get an error message "The store export operation has failed. The handle is invalid". Several people report sucess in upgrading to Windows 10 once this boot configuration issue is fixed.

    The discussion from post 26 onwards in this thread is about fixing this boot configuration issue (even though Windows 8.1 boots fine) before having to do a clean install of Windows 10 instead of the planned 'simple' upgrade.
     
    Steve C, Nov 30, 2015
    #40
  11. Kyhi Win User
    /export

    Exports the contents of the system store to a specifiedfile, which can be used later to restore the state of the system store:
    bcdedit /export filename
    Parameters

    filename
    The name of the file that is to contain the exported store. If filename contains spaces, it must beenclosed in quotation marks (""):
    · If you specify just the file name, BCDEditcreates the file in the current default folder.
    · To have the file placed in a specific folder,set filename to the fully-qualifiedpath. The path must end in a valid file name, such as c:\temp\mystore. If thepath ends in the name of a folder (such as c:\temp) or the name of an existingfile, the command fails.
    · You can use valid environment variables in thepath. For example, if %TEMP% is defined as c:\Temp, setting filename to %TEMP%\MyStore creates anexported store named MyStore in c:\Temp.
    Example

    The following command exports the system store to C:\Data\BCDBackup:
    bcdedit /export"C:\Data\BCD Backup"
    Remarks

    This command can be used only to export data fromthe system store. The system store itself is not affected.
     
  12. Kyhi Win User
    it appears you are trying to export the BCD into a Backup file..
    then renaming and recreating the BCD store...

    Marcuim reflect and easybcd both have this option..

    Do not see how recreating a working EFI BCD store will help with a windows 10 upgrade..

    In EFI mode you need the EFI partition, The system reserve partition, the winre partition and the OS partition..

    the upgrade should automatically add the additional winre partition..
     
  13. Steve C Win User

    "Something Happened" What Next?

    I can only quote from the other thread I referenced that repair of the boot configuration enabled Windows 10 to install ......

    For what it's worth - in case someone finds this thread: I finally managed to upgrade my box to Win10! As turned out the \Boot\BCD file on the boot manager partition of my system must have been corrupted, even though my system had always booted OK and even though issuing a "bcdedit" command on the recovery console had only shown valid entries.
    I only realized that nevertheless something must be fishy with that file, when I tried to do a "bcdedit /export <file>" and always got an error message "invalid handle". A tool to visually edit BCD files that I then tried to inspect the file always crashed when opening that file - another indication that something was wrong with that file. So I finally renamed the file and recreated a new BCD file (using "bootrec /RebuildBCD"). That file allowed to be exported and inspected.
    So, after fixing that I gave the Win10 install another try and - fair enough - it worked immediately.

    If only had the upgrade procedure emitted the faintest hint in that direction this would have spared me at least 15hrs of search and experimentation! The guy who dared to write this idiotic error message "something happened" should get fired, if not worse! A big MINUS 10 for this worst Windows update experience ever
     
    Steve C, Nov 30, 2015
    #43
  14. Steve C Win User
    Thanks to all for your help.

    I've now solved this problem and have a fully working Windows 10 laptop! The problem was as I suspected - a corrupted EFI system partition. I've created a new thread showing the solution at https://www.tenforums.com/installatio...x80004005.html
     
    Steve C, Dec 4, 2015
    #44
  15. simrick Win User
    Excellent! Thanks for posting that for others as well!
    One question: should there be a space before "enable":
    So glad you got things sorted! *Thumbs
     
    simrick, Dec 4, 2015
    #45
Thema:

"Something Happened" What Next?

Loading...
  1. "Something Happened" What Next? - Similar Threads - Something Happened Next

  2. Something unexpected happened

    in Windows 10 Gaming
    Something unexpected happened: I dont know what is the unexpected happened in your end but I want you to fix it immediately together with this error code in my store 0x80240013. Microsoft always have issue in their app and I dont know why. Even updating Windows is not worth to try because it does not help....
  3. Something unexpected happened

    in Windows 10 Software and Apps
    Something unexpected happened: I dont know what is the unexpected happened in your end but I want you to fix it immediately together with this error code in my store 0x80240013. Microsoft always have issue in their app and I dont know why. Even updating Windows is not worth to try because it does not help....
  4. Something unexpected happened

    in Microsoft Windows 10 Store
    Something unexpected happened: I dont know what is the unexpected happened in your end but I want you to fix it immediately together with this error code in my store 0x80240013. Microsoft always have issue in their app and I dont know why. Even updating Windows is not worth to try because it does not help....
  5. something happened 0x8024001E

    in Microsoft Windows 10 Store
    something happened 0x8024001E: Please help me I cant figure out what is happening on your end error message. I tried to run windows store troubleshooter and even reset the store with nothing. I tried to restart multiple times and still got the error....
  6. What is Windows next version going to be? Is it Windows 11 or something else ?

    in Windows 10 Installation and Upgrade
    What is Windows next version going to be? Is it Windows 11 or something else ?: Hi, I am curious to know that if any new version of Windows is being worked on ? I know, Yes. What will that version be named and the expected release date. Thanks....
  7. Something Happened to me

    in Windows 10 Updates and Activation
    Something Happened to me: Hello, With the help of members of this forum I have gotten to the MediaCreation Tool 64 bit and a Windows 10 Pro without the N. I intend to download an ISO to burn to a DVD for later installation. Unfortunately when it is run it goes to a "Something Happened" message and...
  8. Next Issue after Something Happened!

    in Windows 10 Updates and Activation
    Next Issue after Something Happened!: Hello, In a previous thread I had become stuck with a Something Happened error during a 64 Bit Media Creation Tool effort to produce an ISO to burn to DVD for future use. I had tried the wuauclt.exe fix with no apparent difference. While waiting I did that fix again and the...
  9. Something Happened

    in Windows 10 Installation and Upgrade
    Something Happened: I'm trying to upgrade from Windows 7 to 10, but I keep getting the Message "Something Happened" Windows is trying to determine if your PC can run Windows 10. I have removed my Virus program (MBAM) and cleaned out my Windows.old directories and made sure that Win 7 was...
  10. Something's Odd Is Happening

    in Windows 10 Support
    Something's Odd Is Happening: I have Windows 10 Home 64bit operating system installed on my desktop computer. Recently, I downloaded Mozilla Firefox version 52.0.2 (64bit) on my computer and was successful because I have tried many times before without success. However, my elation was short-lived as the...