Windows 10: Need help with Windows 10 System Image Backup / Recovery / Repair

Discus and support Need help with Windows 10 System Image Backup / Recovery / Repair in Windows 10 Backup and Restore to solve the problem; This is a 2-part issue that I am having with Windows 10 built-in System Image backup/restore. I am running Windows 10 Pro (1909) x64. OS Build is:... Discussion in 'Windows 10 Backup and Restore' started by mystiky, Dec 29, 2019.

  1. mystiky Win User

    Need help with Windows 10 System Image Backup / Recovery / Repair


    This is a 2-part issue that I am having with Windows 10 built-in System Image backup/restore. I
    am running Windows 10 Pro (1909) x64. OS Build is: 18363.535.

    Problem 1: System Repair Disc Issue


    1) After upgrading from Windows 10 version 1903 to 1909, I created a new Bootable
    DVD with the System Repair Disc. When that was done in early-November, the Windows 10 OS Build was 18363.476

    2) After the regular monthly Windows Updates (sometime in mid-December), my OS
    build was “updated” to the current 18363.535.

    3) Yesterday, I made a new System Image of Drive C, and decided to create another copy of the System Repair Disc (again as bootable DVD). Upon the successful creation, I decided to make sure it boots. Well, it did not as I got this error:


    Need help with Windows 10 System Image Backup / Recovery / Repair [​IMG]


    4) I tried to create (burn) two other bootable System Repair Disc’s, and I got the same error upon trying to boot from them.

    5) I took out the DVD that I created in mid-November, and it booted just fine and it took me to the Windows 10 Recovery menu without any problems.

    6) I then cloned (made a DVD copy) of thw November-made DVD, and tried running the copy I made. It worked perfectly and
    again got me to the Windows 10 Recovery menu.

    What is happening? Why am I getting the WINLOAD.EFI error when I am trying to boot into Windows 10 Recovery mode DVD with OS build 18363.535 but no problems with older OS build 18363.476?

    I have read “solutions” for this issue ( Solved Windows 10 Boot error 0x0000c225 “Winload.efi is Missing or Corrupt”
    ) but if there was a problem with the MBR or the Secure Boot in BIOS, then wouldn’t this problem appear with both versions of the bootable System Repair disc? And additionally, wouldn’t it make more sense that the LATER (created yesterday) version of the bootable System Repair disc be more “compatible” with my current system, rather than the older
    one?

    For the record, if it makes any difference, I did not have any new motherboard BIOS updates in more than a year and the only thing that changed in the hardware of my system was an upgrade of the graphics card (from nVidia 1060 to 2070 Super)
    in early December.

    Problem 2: Accessing System Image File on Drive D?

    Luckily, I have never needed (so far) to restore my C drive from the System Image that I create every few weeks. I
    always put (create) that file (WindowsImageBackup folder) onto my D drive, which is an internal hard drive connected with SATA. However, while playing around Windows Recovery menu, I decided to click on the System Image Recovery box. When I got to the “Select a System Image Backup” no matter what I tried, I was never able to access my Drive D, hence
    that’s where my Image File is stored! I tried Advanced Options, and the only additional option was to “Connect to
    Network”. I tried using that (although I don’t run a network), I was still not able to figure out how to point to Drive
    D, as that’s where I keep my System Image file for Drive C.

    What am I missing? What should I do?

    All your comments/advice for the above two issues are much appreciated!

    :)
     
    mystiky, Dec 29, 2019
    #1

  2. [HELP]Image recovery issues

    Guys i am trying to fix my cousins Asus Eee netbook. It has a backup image file that is partitioned on the hard drive but when I go to use it the app will run through a few steps and stop. It is running Vista . Any suggestions?
     
    Rapidfire48, Dec 29, 2019
    #2
  3. Unable to use repair disk and system image recovery as it will not work

    Hello,

    Your question does not contain all the required information needed for us to help you. I suggest you to provide more details regarding the issue you’re facing.

    Please provide us more information help you better:


    • What is the exact issue that you are facing?

    • Did you receive any error message or error code?

    • What is the error that you receive while performing system image recovery through repair disk?

    • What all troubleshooting steps have you done?

    Reply with necessary information to help you better.
     
    Anju Thekkethil, Dec 29, 2019
    #3
  4. Kursah Win User

    Need help with Windows 10 System Image Backup / Recovery / Repair

    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, Dec 29, 2019
    #4
Thema:

Need help with Windows 10 System Image Backup / Recovery / Repair

Loading...
  1. Need help with Windows 10 System Image Backup / Recovery / Repair - Similar Threads - Need help System

  2. Help disabling System Image Backup

    in Windows 10 Ask Insider
    Help disabling System Image Backup: Hi all, I have my system to automatically backup weekly to our server, and I would like it to create a system image of my C drive and my system reserved drive, but not my X Games drive. It takes almost 12 hours to backup that drive and need help to disable the X drive from...
  3. Backup and Recovery of Windows Image.

    in Windows 10 Installation and Upgrade
    Backup and Recovery of Windows Image.: Hi, I want to maintain a System Backup image so that whenever something goes wrong with my laptop I can restore Windows to the exact same point at the time of my Backup. Restore Point is an Option if Windows is working fine, But I want a backup that can recover everything...
  4. need backup and recovery help

    in Windows 10 Installation and Upgrade
    need backup and recovery help: I want to reinstall my oswindows 10.and I have some very big software like each are 3-4 gb. so is there any way to backup them and recover after reinstallation the windows.plz help me to take backup the installed software because now I don't have that much data to download...
  5. recovery system image repair disk

    in Windows 10 Installation and Upgrade
    recovery system image repair disk: I have a Dell 7010 with current updates for win 10. I purchased two new 250g hard drives. I used the system repair disk to install my system backup on the first one. Witch seemed to work fine. when I tried to put the system on my second new hard drive the repair disk will...
  6. Need help with System image recovery issue.

    in Windows 10 Backup and Restore
    Need help with System image recovery issue.: Need help with the System image recovery issue. Can’t do a system image recovery every time I try the screen turn black and It says” signal entering the power saving mode shortly”. After I waited 30 minutes and nothing show up on the screen. It connected to the power adapter....
  7. Need help with Windows 10 System Image Backup / Recovery / Repair

    in Windows 10 Installation and Upgrade
    Need help with Windows 10 System Image Backup / Recovery / Repair: This is a 2-part issue that I am having with Windows 10 built-in System Image backup/restore. I am running Windows 10 Pro 1909 x64. OS Build is: 18363.535. Problem 1: System Repair Disc Issue 1 After upgrading from Windows 10 version 1903 to 1909, I created a new Bootable...
  8. Need help with System image recovery issue.

    in Windows 10 Installation and Upgrade
    Need help with System image recovery issue.: Need help with System image recovery issue. Can’t do a system image recovery every time I try the screen turn black and It say” signal entering the power saving mode shortly”. After I waited 30 minutes and nothing show up in the screen....
  9. Backup Image not shown during recovery startup repair

    in Windows 10 Backup and Restore
    Backup Image not shown during recovery startup repair: Hey y'all; my system crashed. I inserted my OS USB and attempted to repair. This feature has failed in the past and it failed this time. At this point, i wanted to restore a macrium reflect image. I had the image on an external HDD. The external was connected yet windows...
  10. Help with creating a system image backup

    in Windows 10 Backup and Restore
    Help with creating a system image backup: I'm looking for help to create a system image backup on my 64GB usb drive. The problem is that I have a lot of games that takes a lot of space. I want to create a system image backup without the games so I can put it on my 64GB usb drive. I also want the system backup image...