Windows 10: Trouble repairing and reinstalling Windows 10 installation that worked fine yesterday

Discus and support Trouble repairing and reinstalling Windows 10 installation that worked fine yesterday in Windows 10 Ask Insider to solve the problem; Yesterday I added an additional harddisk to my desktop as a data disk. On my main SSD, I have four partitions. 1: EFI, 2: Ubuntu, 3: Ubuntu swap, 4:... Discussion in 'Windows 10 Ask Insider' started by /u/Damacustas, Jan 1, 2021.

  1. Trouble repairing and reinstalling Windows 10 installation that worked fine yesterday


    Yesterday I added an additional harddisk to my desktop as a data disk. On my main SSD, I have four partitions. 1: EFI, 2: Ubuntu, 3: Ubuntu swap, 4: Windows 10. As I was stuck on Ubuntu 19.04 and couldn't update anymore, I simply installed Ubuntu 20.04 over the old installation and left all my personal files (documents, projects, etc.) intact. Partition 1 was touched for a new grub version, partition 2 was touched for the new ubuntu installation and partition 3 was readded as a swap partition to the ubuntu installation. Partition 4 has not been touched.

    Yet since this morning I can't boot Windows 10 anymore (efi chainloaded through grub). During boot it would automatically restart the PC and I'd get a 'Automatic Repair' screen. Under Troubleshooting I tried 'Reset this PC' but the 'Keep my files' option does not work 'No changes were made'.

    Using Startup Settings I tried a safe boot of Windows 10, but then I eventually arrive at the same Autoatic Repair screen.

    At first I attempted Startup Repair but it failed. The log indicated that 'A patch is preventing the system from starting'. Therefor I those the 'Uninstall Updates' option on the automatic repair screen and chose the 'uninstall latest quality update' option. Again, Windows 10 didn't boot. I retried the Startup Repair, this time getting a different error in the log 'A recently serviced boot binary is corrupt'. So then I tried to uninstall the latest feature update. Again this did not work.

    So then I figured, lets reset the Windows installation with the help from a bootable Windows 10 USB as created by the Media Creation Tool. However, when I prioritize booting the USB through UEFI, the boot image corrupts (https://imgur.com/a/W0WO7ch) and the PC restarts. When I boot the USB through legacy, I do not get the 'Reset this PC' option in the recovery screen and I can also not do a clean install as the installer then complains the target partition is on a GPT disk.



    It seems I am unable to repair the original Windows 10 installation and that I'm also unable to create a new Windows 10 installation. At the same time, Ubuntu starts and works without issue, so I'm ruling out hardware failure. At this point I am at a loss on how to continue.

    submitted by /u/Damacustas
    [link] [comments]

    :)
     
    /u/Damacustas, Jan 1, 2021
    #1
  2. MrGenius Win User

    [Solved] Windows 10 keeps reinstalling KB3119142

    I noticed quite some time ago that KB3119142 (Update for Microsoft Visual C++ 2012 Update 4 Redistributable Package) kept reinstalling itself for some reason. At least once daily. Sometimes up to several times a day. I just ignored it. It didn't seem to be doing any harm. And I figured they'd eventually fix it. Well...days turned into weeks, weeks into months, with no end to the problem in sight. It dragged on unsolved for at least the last few months. Literally reinstalling itself hundreds of(at least a hundred, felt like more) times in that period of time.

    So I finally googled it a couple days ago. And just got around to fixing it today. Which appears to have worked. And it couldn't have been easier to do. I feel so stupid to have let it intimidate me for so long.*Oops! Trouble repairing and reinstalling Windows 10 installation that worked fine yesterday :oops:
    Below are links to the thread that I got the fix idea from, and the official MS support info page for KB3119142(from which I quoted the above).
    http://www.tenforums.com/windows-up...-windows-10-keeps-reinstalling-kb3119142.html
    https://support.microsoft.com/en-us/kb/3119142
     
    MrGenius, Jan 1, 2021
    #2
  3. Kursah Win User
    Repair Windows 7/8/10

    Repairing Windows 8

    Further improving on previously deployed OS repair methods, Windows 8, 8.1, Server 2012 and 2012 R2 further allowed advanced repair where an in-place upgrade or total re-install would be required on previous operating systems. In all honesty, before Windows 10 implementation, this was arguably the easiest OS to repair for a couple of years by running more basic commands.

    This has since been advanced to more closely match Windows 10/Server 2016 repairs but with the below information I hope to guide you through performing these advanced tasks more easily!

    Spoiler: Windows 8/8.1 Repair DISM

    If CHKDSK and SFC fail to repair the issues with the system, then it this is your next option and besides restoring from a previous backup might be the second-to-last option before re-installing the operating system. We will utilize DISMfor this next repair option.
    • In some instances, you won't need the OS ISO to perform the DISM image cleanup. You can attempt this on any OS from 8-10 by using the following command in elevated CLI: DISM /Online /Cleanup-Image /RestoreHealth
    • In many cases now due to some changes Microsoft made, you'll need to have a copy of the OS ISO available. The ISO will need to be a standard deployment variety that contains Install.WIM in the Sources directory, otherwise the process will fail. Once you have the correct ISO, mount it in Explorer (can do this natively on Microsoft Windows 8.0+), verify the drive letter, verify Image.WIM in the Sources directory.
      • To download a Windows 8.1 ISO from Microsoft, click here.
    • Enter the following in elevated CLI: DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess
      • X = drive letter of mounted ISO. Change to match the appropriate drive letter.
      • Say I had the Install.WIM located in C:\Images, I would type the following command: DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:C:\Images\Install.WIM:1 /LimitAccess
    The DISM scan can take a while, often times longer than an CHKDSK or SFC scan. To speed up the process, have the Image.WIM on a faster flash media or on local storage rather than disc media. This will help greatly. In many cases one or two runs of this command will repair most issues I've found with Windows 8/8.1.

    Once the DISM repair process has been found successful, or not, I will perform a reboot. If the repair was unsuccessful, this will be when I attempt a second pass. If the second pass fails, it is time to move onto the next solution.

    However, if the DISM repair passes at any point, reboot the system and then perform an SFC to confirm no further issues are found or need resolved. This step is likely overkill for those not seeking to do optional steps.

    Operating System Refresh

    It should be noted that in the event DISM fails to repair the system, then an OS refresh would be the next suggestion if the deployed that could save the user's files and OS deployment.

    This feature has been an available feature since Windows 8 launched in 2012. The biggest benefit with this option over Windows 7's in-place-upgrade is not necessarily requiring the OS installation media to perform the repair.

    If the system is an OEM, an OS refresh from the OEM partition may mean a reinstall of the OS and loss of user data but the restoration of OEM software and bloatware. But you can still choose a manual OS-only refresh without the bloatware if you take the correct steps.

    The best choice in my opinion is to run an OS refresh procedure from the advanced boot menu or you can run the installation media while in Windows to perform and Upgrade installation, this will keep your files and settings but replace Windows files and components.

    To access the advanced boot menu for Windows 8, there are a several options.
    • When choosing restart from the OS GUI, hold down SHIFT and click restart. This method will work even if you cannot log into a profile on the system which makes it very useful in some situations.
    • If logged in, access PC Settings, and click Restart Now under Advanced Startup.
    • If logged in, open a command prompt window and type shutdown /r /o /t 0 which will initiate a reboot into the advanced menu right with no delay. Without /t 0, there will be a 60-second delay. The number value after the /t is delay seconds.
    Once you've reached the advanced boot menu, choose Troubleshoot. From there you can choose to Refresh your PC, Reset your PC and Advanced Options. For this repair, we want to choose Refresh your PC. It's description reads "If your PC isn't running well, you can refresh it without losing our files." That is exactly what we want to accomplish here!

    Follow the prompts and processes, and after the refresh installation and rebooting, you should be greeted with a login screen back to your profile in your stable OS environment. At this point you should be able to use the system as intended, if in doubt then re-run the SFC and DISM scans.

    In-Place Upgrade

    If CHKDSK, SFC and DISM fail to repair the issues with the system, yet you can still boot to the Windows desktop, then the next option is to perform an in-place upgrade. This is more in-depth than an Operating System Refresh. It re-installs most of the operating system's core image and critical files without losing your profiles, data or programs, but do expect to lose some settings. In many cases this process can fix some major issues and refresh an otherwise corrupt and issue-ridden OS installation back to something stable and usable.

    Time to close the CLI windows and get back into the GUI, unless you want to deploy Windows through CLI. You'll have to source a different guide for that process!

    Requirements to perform an in-place upgrade:
    • Must have installation media that matches the installed OS version and type. This applies to both Windows and Windows Server.
    • Must be able to get to the desktop on the affected system to correctly initiate this process, booting to the media will not allow an upgrade to be performed.
    That last rule is the frustrating part of this repair process if you cannot get that far, backup what you can and do a fresh installation. Otherwise proceed.
    • Start the process by using autorun or manually running setup.exe from the installation media.
    • Windows 8/Server 2012+ can mount ISO's in Windows Explorer, you can use that instead of physical media options to perform this task.
    • You'll come to the installation window, the options will be Upgrade or Custom. Choose Upgrade. This is critical as choosing custom will force you to overwrite, append or wipe out the current install rather than performing any kind of repair.
    • Follow the on-screen prompts, which should be very few for you to interact with. The overall process looks and is the Windows install GUI. Once it is completed, the system will automatically reboot (may need to more than once).
    • After the reboot(s) after the in-place upgrade you should have a fully functional Windows without issues or corruptions.
    Performing an in-place upgrade makes sense, and gives you a stable and clean running operating system when there's an issue or corruption you just can't fix but things aren't broken enough to warrant a fresh installation. The point of this process is to refresh the Windows OS files but retain your data, programs, and settings. That is precisely what the in-place upgrade procedure accomplishes.

    I should also add that this process can be accomplished remotely as well, from start to finish. I have done so with persistent LogMeIn, ScreenConnect and Teamviewer installations on various remote systems I have performed this task on, RDP should work as well. Being able to do this level of repair remotely is a huge benefit to any sysadmins out there looking to keep a client happy and perform that "remote magic" IT guys are known for.


    **If at this point your issues are not fixed, then there is something else occurring that is causing the issue be it Malware, hardware, drivers, etc. Please refer to the OP in this thread to run through some of those tests and diagnostics, or create a new thread seeking help and stating what you've tried.**
     
    Kursah, Jan 1, 2021
    #3
  4. Kursah Win User

    Trouble repairing and reinstalling Windows 10 installation that worked fine yesterday

    Repair Windows 7/8/10

    Repairing Windows 7

    Methods of advanced CLI repair were introduced with Windows 7 and Server 2008 that can allow sysadmins and end-users to attempt to resolve issues without wiping their hard drive, re-installing and either losing or restoring data.

    I will list the important repair processes I use in the field, at my bench, remotely, for family, etc. that have allowed me to keep a current Windows 7 system deployed and running smooth. Keep in mind this is not a cure-all, some issues will require what is called an in-place upgrade. In more severe cases, a system re-install may still be required. For many it is worth the time to try and avoid that process and I am hopeful that some of you will be saved that hassle with this part of the guide!

    If you're having issues with Windows 7, hopefully the below repair instructions will help you confirm OS file corruption and help resolve it.

    Spoiler: Windows 7 Repair In-Place Upgrade

    If CHKDSK and SFC fail to repair the issues with the system, then the next option is to perform an in-place upgrade. This is comparable to an Operating System Refresh in Windows 8/8.1 and 10. In that it re-installs most of the operating system's files without losing your profiles, data or programs. In many cases this process accomplishes just that.

    Time to close the CLI windows and get back into the GUI, unless you want to deploy Windows through CLI. You'll have to source a different guide for that process!

    Requirements to perform a Windows 7 and Server 2008 in-place upgrade:
    • Must have installation media that matches the installed OS version and type. You can download that media click here.
    • Must be able to get to the desktop on the affected system to correctly initiate this process, booting to the media will not allow an upgrade to be performed.
    That last rule is the frustrating part of this repair process if you cannot get that far, backup what you can and do a fresh installation. Otherwise proceed.
    • Start the process by using autorun or manually running setup.exe from the installation media.
    • You'll come to the installation window, the options will be Upgrade or Custom. Choose Upgrade. This is critical as choosing custom will force you to overwrite, append or wipe out the current install rather than performing any kind of repair.
    • Follow the on-screen prompts, which should be very few for you to interact with. The overall process looks and is the Windows 7 install GUI. Once it is completed, the system will automatically reboot (may need to more than once).
    • After the reboot(s) after the in-place upgrade you should have a fully functional Windows 7 without issues or corruptions.
    Performing an in-place upgrade makes sense, and gives you a stable and clean running operating system when there's an issue or corruption you just can't fix but things aren't broken enough to warrant a fresh installation. The point of this process is to refresh the Windows 7 OS files but retain your data, programs, and settings. That is precisely what the in-place upgrade procedure accomplishes.

    I should also add that this process can be accomplished remotely as well, from start to finish. I have done so with persistent LogMeIn, ScreenConnect and Teamviewer installations on various remote systems I have performed this task on, RDP should work as well. Being able to do this level of repair remotely is a huge benefit to any sysadmins out there looking to keep a client happy and perform that "remote magic" IT guys are known for.

    **If at this point your issues are not fixed, then there is something else occurring that is causing the issue be it Malware, hardware, drivers, etc. Please refer to the OP in this thread to run through some of those tests and diagnostics, or create a new thread seeking help and stating what you've tried.**
    Spoiler: Update Windows 7 Successfully Update Windows 7 Successfully

    Many of us have or will run into it, the endless hours of waiting for the Windows Update process to actually update or fail trying to update a Windows 7 install. Could be a fresh install, or a years-old install. This will eventually happen to you, unless you run a WSUS server, and even then the OS can get held up. Microsoft has been changing how all supported versions of Windows update, trending towards the cumulative monthly releases. This transition seems to be one of the tipping points on the matter.

    Regardless, there are some excellent solutions available to help you keep up your Windows 7 installation.

    • Solaris17's Windows Update Utility
      • Recommended method for most users that simply want their Windows 7 installation updated. Run as admin, follow directions, be patient.
      • Please comment in that thread if you need assistance or run into issues. Solaris has made many useful changes and revisions due to good feedback.
    • Update Windows 7 Manually
      • Manually perform the tasks that Solaris's utility does if you prefer.
    • Update Windows 7 Manually
      • Another source.
    • Update Windows 7 Manually
      • One last source for good measure!
    • Windows 7 Refreshed Media Creation
      • Creating a Windows Image file (WIM) that contains the necessary updates can make future deployments boatloads easier. This is well worth a read for the more technical types and sys admins.
    Those links should provide you with some very useful ways to handle updating Windows 7. If you run into any issues updating Windows 7, please start a thread or post in a relevant linked thread if its kept current.
     
    Kursah, Jan 1, 2021
    #4
Thema:

Trouble repairing and reinstalling Windows 10 installation that worked fine yesterday

Loading...
  1. Trouble repairing and reinstalling Windows 10 installation that worked fine yesterday - Similar Threads - Trouble repairing reinstalling

  2. speakers work fine but cause trouble on video chat

    in Windows 10 Gaming
    speakers work fine but cause trouble on video chat: Hello,I noticed the other day a problem while using Zoom - it slowed down my computer and lagged, and I think it has to do with the speakers. I have a hard time hearing other participants and they say there's an echo from my mic. My video is lagging too. It's so bad I can't...
  3. speakers work fine but cause trouble on video chat

    in Windows 10 Software and Apps
    speakers work fine but cause trouble on video chat: Hello,I noticed the other day a problem while using Zoom - it slowed down my computer and lagged, and I think it has to do with the speakers. I have a hard time hearing other participants and they say there's an echo from my mic. My video is lagging too. It's so bad I can't...
  4. speakers work fine but cause trouble on video chat

    in Windows 10 Drivers and Hardware
    speakers work fine but cause trouble on video chat: Hello,I noticed the other day a problem while using Zoom - it slowed down my computer and lagged, and I think it has to do with the speakers. I have a hard time hearing other participants and they say there's an echo from my mic. My video is lagging too. It's so bad I can't...
  5. Trouble Reinstalling Windows 10

    in Windows 10 Installation and Upgrade
    Trouble Reinstalling Windows 10: I have recently tried to completely reinstall Windows 10, as it has been giving me lots of trouble. But I got a message saying "There was a problem resetting your PC. No changes were made." I tried running System File Checker to fix it, but it simply said "Windows Resource...
  6. Windows 10 Pro - Bluetooth disappeared from Computer today - Worked fine yesterday; does...

    in Windows 10 Drivers and Hardware
    Windows 10 Pro - Bluetooth disappeared from Computer today - Worked fine yesterday; does...: Bluetooth totally disappeared from my computer - Had 2 meetings today & no headphones, no mic, etc: Aaarrrgghhh Why has it vanished over night? How do I get it back? When I restart my computer I get a message that a USB device is not recognised: I assume because it...
  7. Windows 10 Repair and Reinstall

    in Windows 10 Installation and Upgrade
    Windows 10 Repair and Reinstall: My windows is having some issues and I needed to repair that by using an ISO file. I don't want to lose any of my installed programmed to get removed after reinstallation so I tried reinstalling with the ISO file but UNFORTUNATELY, IT DIDNT LET ME CHOOSE WHAT TO KEEP i.e....
  8. trouble reinstalling / reset windows 10

    in Windows 10 Ask Insider
    trouble reinstalling / reset windows 10: hello , after i felt my pc was slower and my ssd was no longer booting that fast after some windows update a month ago ( i also have a weird bug with administator permission creating file ) i wanted to reset windows 10, but i always get and error ( there was a problem ... no...
  9. Sudden sound problem; worked just fine yesterday

    in Windows 10 Drivers and Hardware
    Sudden sound problem; worked just fine yesterday: Uhm. Well, that's pretty much what the title says. To get into detail; while I was using a music synthesis program, there was no sound. Even the system and browser sounds were not there. I did check to see a "Realtek HD Audio" not being plugged in but after that was...
  10. Dual monitors not recognized by Windows 10 - Did work fine yesterday

    in Windows 10 Graphic Cards
    Dual monitors not recognized by Windows 10 - Did work fine yesterday: I have a Dell Inspiron 17" laptop with an AMD 64 bit processor & Radeon HD graphics card 1.70Ghz, 8GB memory, 500Gb SSD hard drive with a 1Tb SSD external hard drive for Dropbox. I have dual Dell 22" monitors hooked up to a Dell port replicator. I am running Windows 10...