Windows 10: System Image Problem

Discus and support System Image Problem in Windows 10 Backup and Restore to solve the problem; Bill, No go! The parameter is incorrect. (0x80070057) Is there anyway to read the recovery file to see what it expects? -- Nick Discussion in 'Windows 10 Backup and Restore' started by caddman6425, Jun 28, 2016.

  1. System Image Problem


    Bill,
    No go!

    The parameter is incorrect. (0x80070057)

    Is there anyway to read the recovery file to see what it expects?

    --
    Nick
     
    caddman6425, Jul 3, 2016
    #31

  2. Sorry to hear that Nick,

    Back to square 1 - 0x80070057 states there is a problem with the System Reserve - that's what we tried to get around by deleting the partitions on the disk.

    The restore should have created the partitions as they were in the image.
    There are two possibilities in my mind

    1) The disk has issues.
    Do you have access to another PC where you can create a utility disk. I think Partition Wizard might come in handy. It's small enough to fit on a CD

    If not, you can boot to the install disk again and use diskpart to create and format a single partition on Disk 0, then use Chkdisk to test for faults.

    2) The image has issues.
    Do you have an older image?

    Yes there is a way to look at the image - I'm not familiar with it, but there is a tutorial about extracting files. I'll take a look at that and see what can be used to see the layout - probably in an xml file.

    I was also thinking it might be easiest to Clean install Win10. At least that way, you would have a working Windows and could stop booting to the install USB.
    To do that, I recommend getting a fresh ISO - also requires another PC to download and create the USB
    If you don't have another PC to use, the USB you have will have to do.

    Think about those things while I go look for the tutorial on looking at the Image backup.

    If you want to get a head start, I'd like to see what Disk 0 looks like now after the restore attempt

    Boot to install USB
    Shift+F10 at first screen

    diskpart
    sel dis 0
    lis dis
    lis par
    lis vol

    ** grab the information before closing Command


    exit
    exit
    Close install (X in upper right)

    You were kind enough to type the last information gathering.
    To save keystrokes, all I need to see is the actual data.

    Something like this should suffice:

    I only need Disk 0 size and Free space
    Disk 0 596 GB 596 GB

    For partitions:
    Partition 1 Primary 580 GB 31 KB
    Partition 2 Recovery 450 MB 580 GB
    for volumes:
    Vol 3 Ltr C 580 GB
    Vol 4 Ltr H 450 MB
    Of course there might not be any partitions or volumes - won't know until you look.

    Bill
     
    Slartybart, Jul 3, 2016
    #32
  3. Bill,

    Something is strange. Here is info.

    Disk:
    Disk 0 596 GB 15 GB

    Partitions:
    Partition 1 Primary 580 GB 31 KB
    Partition 2 Recovery 450 MB 580 GB

    Volumes:
    Vol 3 Ltr C RAW 580 GB
    Vol 4 Ltr H NTSF 450 MB

    --
    Nick
     
    caddman6425, Jul 3, 2016
    #33
  4. System Image Problem

    Perhaps .... but if the image restore got so far and then threw the error, that would account for the same layout. Don't know for certain.

    Do you recall when you last tried the restore (deleting the partitions) if the list par and lis vol showed the same or if the list did not show any partitions on disk 0?

    There's one one thing you could try - I asked you to delete the partitions last time. I wonder if the disk was unallocated if that would help get past this error.

    You would boot to the install USB
    Shift+F10

    Since there are drive letters, you should check the partitions for errors
    This will take some time to run

    chkdsk c: /r
    chkdsk h: /r
    Then
    diskpart
    sel dis 0
    clean

    lis par
    (there should not be anything on that disk now)

    exit
    exitNext
    Select Repair
    - drill down to Restore System image

    Here's a tutorial on System image restore - for reference (works the same in Win10)
    System Image Recovery - Restore Image on Computer in Windows 8

    Steps 6 - 9 is what I was talking about when I asked if there were other images you could choose
    Step 8 is where you might be able to specify reformat - which is what I alluded to in a previous restore image attempt.
    The Note box explains what I said might be able to

    Step 11 can tell you the layout in the image

    Here's the Tutorial about extracting files from an image. I think it might come in handy to get the eMail backup once you get a working Windows on that disk - either an Image restore or a Clean install.

    System Image - Extract Files Using Disk Management

    Here's a tutorial on a Clean install
    Windows 10 - Clean Install - Windows 10 Forums

    There are a few key points
    1) Disconnect all external devices
    2) have only Disk 0 and the install media available
    (I don't know if the HP Pavilion disk is internal or external - you probably told me, but I'd have to go look.
    If it is internal - disconnect the sata cable before installing)
    3) Clean Disk 0 (see above diskpart clean) before the install
    4) You've already upgraded to Win10 - when teh install asks for a key - press skip or next.
    You don't have a key to enter ... The original upgrade created a Digital License on the MS activation server(s)

    I'll leave it up to you how many times you want to try the Image Restore or just do a Clean install.

    You're really doing great.
     
    Slartybart, Jul 3, 2016
    #34
  5. Bill,

    Am I to understand, or am I deluded in my wishful thinking that I can manually restore my hard drive by accessing the .vhdx file?

    --
    Nick
     
    caddman6425, Jul 3, 2016
    #35
  6. That I do not know - I try a lot of things and I read a lot and sometimes it all gets blurry.

    I think you could manually restore the hard drive, but I don't know the procedure. There are just some things I do not know *Wink

    When in doubt I fall back to known methods. You've tried the Restore System image a few times and have been met with errors.
    I've tried to compensate for the errors but the error persists

    To be honest - I would do a Clean install on Disk 0 and move forward from there.
    It would be easier for you to investigate the issue on a working Windows.

    If a resolution can be found - the image will overlay the Clean install - no need to muck about in the image VHD

    If a resolution cannot be found (bad image?) then you'll have to reinstall your apps and use another source for your backups.

    Before deciding anything - did you do anything in post# 34?

    If the disk is bad (chkdsk) then we;re just spinning wheels.
     
    Slartybart, Jul 3, 2016
    #36
  7. fdegrove Win User
    Hi,

    Can you restore a backup to a RAW partition ??

    Also, is there any need to run chkdsk if you're going to run a "clean" command anyway ?

    Just wondering, that's all. *Wink

    Cheers, *Wink
     
    fdegrove, Jul 4, 2016
    #37
  8. System Image Problem

    I believe you can.

    Nick has tried the restore a few ways
    - as the disk existed
    - deleting the partitions

    I don't think the restore on a clean disk has been attempted, I'm wondering if the MBR is fubar

    The next attempt might be to manually recreate the 580 GB partition and the 450 MB partition.
    This would answer the question about a raw or unallocated disk - the format partition option in the restore operation should have done that for Nick though .... I think.

    Yes, chkdsk will tell us if there is an issue with the physical disk. A Clean install only writes to the disk. If the disk does have faults, those faults would still exist. Filesystem inconsistencies would be fixed, but not bad spots.
     
    Slartybart, Jul 4, 2016
    #38
  9. fdegrove Win User
    Hi,

    Could indeed be the MBR.
    Still, I'm wondering if the backup itself is healthy. Was that verified by TS ?

    Cheers, *Wink
     
    fdegrove, Jul 4, 2016
    #39
  10. Nick has asked about determining the layout of the image. The install provides some information here:


    System Image Problem [​IMG]

    or if there are more images, you can also see the partitions/disks that are part of the image here:


    System Image Problem [​IMG]

    Do you another way to verify the image? That would be handy.

    Thanks
     
    Slartybart, Jul 4, 2016
    #40
  11. fdegrove Win User
    Hi,

    Short of restoring to a different drive I am afraid not.

    Cheers, *Wink
     
    fdegrove, Jul 4, 2016
    #41
  12. Bill,

    Well, I'm pretty sure now that the System Image is corrupt. The disk 0 checks out ok, so I guess I'll do a clean install, but I have a question. Why do I have to, in step 2, disconnect the sata cable of Disk 0, if I have to install on Disk 0?


    1) Disconnect all external devices
    2) have only Disk 0 and the install media available
    (I don't know if the HP Pavilion disk is internal or external - you probably told me, but I'd have to go look.
    If it is internal - disconnect the sata cable before installing)

    --
    Nick
     
    caddman6425, Jul 4, 2016
    #42
  13. System Image Problem

    Good, the drive is not the issue.

    Why disconnect other drives?
    Windows looks at all connected drives and decides where to place things. If you have only disk 0 connected, things can only be placed on disk 0. There are numerous threads where members help someone unscramble the disk schema because the install placed part on one drive and part on another drive. Just trying to go by the book and prevent more work for you.

    I don't think you would have a problem, since the to be installed disk is disk 0 and it will be clean as described in post# 34 (Then ... diskpart ....)

    but ... that's not the same as you will not have a problem *Wink

    Have you had a chance to read over the Clean Install tutorial (link is also in post 34)

    Any questions on the tut?
     
    Slartybart, Jul 5, 2016
    #43
  14. fdegrove Win User
    Hi,

    This is what confused Nick, I think. Especially the "internal" bit.

    I kept quiet as I assumed you'd realize it. *Nerd

    Furthermore, to the best of my knowledge, there's no need to physically pull SATA or power cables to disable a drive. Disabling it in BIOS should suffice.
    Assuming a little bit of attention paying during setup you can steer Windows to install exactly where you want it regardless how many disks are present.
    Naturally, from a newbie POV, better be safe than sorry. Sure.

    Cheers, *Wink
     
    fdegrove, Jul 5, 2016
    #44
  15. Aha! I'm glad you mentioned it

    Sorry Nick ... I meant disconnect other drives.
    You need the following connected

    disk 0
    Win10 install media (USB)
    fdegrove,
    can you guide Nick through the BIOS if he decides to go that route?

    True about paying attention, but there are a lot of people that somehow manage to have the boot config on one drive and Windows on another.

    By limiting the machine to only one drive to receive the install, then there's zero chance of that happening.

    Maybe this will help
    Disk 0 596 GB Unallocated Disk 1 7663 MB ESD-USB
    ESD-USB was disk 2, but removing Disk 1 - 298 GB - HP Pavillion, either physically or through the BIOS, moves the USB drive up in the device tree

    Bill
    .
     
    Slartybart, Jul 5, 2016
    #45
Thema:

System Image Problem

Loading...
  1. System Image Problem - Similar Threads - System Image Problem

  2. System Image Restoration Problem

    in Windows 10 Gaming
    System Image Restoration Problem: I've got a new computer win11 and a new external hard drive. I wanted to verify that I could restore a system image, so I created an image and attempted to restore it. I've always had windows home, and I've never used bitlocker, so I failed the image restore. The error...
  3. System Image Restoration Problem

    in Windows 10 Software and Apps
    System Image Restoration Problem: I've got a new computer win11 and a new external hard drive. I wanted to verify that I could restore a system image, so I created an image and attempted to restore it. I've always had windows home, and I've never used bitlocker, so I failed the image restore. The error...
  4. Problem with Windows System Image

    in Windows 10 Network and Sharing
    Problem with Windows System Image: I recently created a system image because I plan on selling my computer, but having a system image means I can reset the computer to let people test it, and restore it if nobody buys it, or get files off it for my new computer. However, before resetting my computer I wanted...
  5. System Image Creating Problem.

    in Windows 10 Installation and Upgrade
    System Image Creating Problem.: I want to create a system image of my "C" drive for backup purposes, but when I use the built-in backup tool, my "G" drive is also selected and I can't uncheck it. My "G" drive is filled with videos, stuff, games and I really do not need that backed up How to uncheck "G"...
  6. Problem with system image

    in Windows 10 Ask Insider
    Problem with system image: How can I convert my external exFAT drive to NTFS so that I can use it for a system image ? Thanks for advice. submitted by /u/henz333 [link] [comments] https://www.reddit.com/r/Windows10/comments/kdt4kx/problem_with_system_image/
  7. Windows System Image Problem

    in Windows 10 Installation and Upgrade
    Windows System Image Problem: After a fresh installation of windows 10, I tried to create a Sytem Image via the Windows 7 Backup in Control Panell. When I select the drive that Iwant the backup to be saved I get the message: "The is not enough space on the destination drive". Of course there more than...
  8. System Image Restore Problem

    in Windows 10 Backup and Restore
    System Image Restore Problem: Hi everyone, I really need some help. I backed up my system using a system image about a month ago. Then just recently my system kept freezing. I went to reinstall windows and it kept crashing and therefore had no operating system on. So so I then used my windows 10...
  9. System Image Problem

    in Windows 10 Backup and Restore
    System Image Problem: Running Windows 10 Home, Version 1703, Build 15063.332. Every month for the past several years I/we do a SystemImage. Two weeks ago, sensing imminentfailure of the HDD, I installed a Samsung 850 EVO 500gb SSD and transferred allfiles (including Windows 10) from the HDD to...
  10. problem creating system image

    in Windows 10 Backup and Restore
    problem creating system image: i did a clean install of windows 10 and now i am trying to do a system image and save it to usb but windows keeps saying this is not a valid location, my usb is a sandisk 64 gb formatted to the correct format that windows asks me to do .i have tried to do create a image on...