Cant backup 8.1 using system image backup! Error 0x80780119, Cant optimise system partition, (this is why i cant backup) please read. . .

Anonymous
2013-10-19T14:16:48+00:00

I am having this issue, cant optimise the system partition 350mb. 8.1 official release,

This is also causing a huge problem, the optimise option in windows 8.1 allows me to optimise the c: drive but not the system partition this prevents a system image backup...!!

Due to the system partition being out of space for a shadow copy to be placed onto it the backup fails every time with this error code, -- 0x80780119 --.

Backups are a huge factor in operating systems and since upgrading I cant backup my system using windows image backup, if I could optimise the system partition and straighten out the file structure within it (free up some space) for the shadow copy then the volume shadow copy could be placed onto the drive but it cant...

This all worked fine in 8.0 but not now...please fix this problem!?

Not being able to backup your system is not good enough...

here is my my issue again in pictures...

1.system volume needs optimising

but pressing the optimise for this does nothing at all.. current status remains "Needs optimisation".

The way an ssd reclaims drive space is to use the optimise function, this not working prevents the reclaim for files/data to be written to space where files have been deleted previously. Giving the impression the drive/partition is full when really its not full just needs optimising/trimmed.

 

  1. initiate the system image backup

  1. both volumes to be backed up

  1. error message due to insufficient space on the system partition for shadow copy. 

 

  1. finally here is a capture of the current disk setup on my system, notice the system partition only has 17mb free space and according to the above error message I need atleast 50mb free for the volume shadow copy !? Due to this I cant create a backup of my system using windows 8.1 !

(system partition has no drive letter assigned to it 350mb)

PLEASE HELP !! Thanks for reading.

Windows for home | Previous Windows versions | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2013-10-20T20:19:10+00:00

I have found a way around this getting Windows System Image Backup working again. I did this on my laptop and desktop confirming that I could recover from the images. It is actually pretty easy but should not be necessary. The reason that the backup would not work was because the recovery partition was using 284MB of the 300MB available. There was not 50MB available for shadow copy. Here are the steps I took on an EUFI GPT disk:

Note: All commands are without quotes. 

Disclaimer: I would recommend backing up all of you important data as any time you mess with partitions, there is the possibility to lose data. This process was done one both my laptop (Win8.1 Home) and desktop (Win8.1 Pro). I cannot take responsibility if this causes any damage. With that being said, I hope this helps.

Download and install MiniTool Partition Wizard http://www.partitionwizard.com/free-partition-manager.html Note that none of the changes will take effect until you hit apply. I am sure others may work but this is the one that I used and it is free. 

You should have 3 Windows partitions; Recovery - 300 MB, EFI System - 100 MB, and your system Volume to start off with. 

  1. Once installed, Open Partition Wizard and Shrink your system volume, C: in my case, by 101MB at the beginning of the partition. (I had to put 101MB as when I tried 100 it said that the space was too small when doing the next step) To do this, Right Click the C: Drive, select, Move/Resize, and the put 101 in box named "Unallocated Space Before:" and click OK.
  2. Copy the EFI System partition (100 MB FAT32) to this new Free Space by right clicking, selecting copy, and then selecting the unallocated space. Then next the OK.
  3. Delete the 100MB EFI System Partition after the Recovery Partition. 

After this is done, you will see 100MB unallocated space after the Recovery Partition. 

  1. Right click on Recovery partition and select Extend. Drag the bar to take up all of the extra free space. This will change the recovery partition from 300MB to 400MB allowing for enough space (50MB) for the shadow copy. Click OK. 
  2. Next Click Apply. I received an error stating that it could not make changes due to C: being in use. I clicked restart. 

When the computer restarts, Partition Wizard will do its thing. Once it is done you should boot into Windows again.

This next part is essential, because, windows now does not recognize the partition that was moved before as an EFI System Partition. If you try and do a backup image now, only the system partition will show and not the Recovery or EFI System

  1. Open a cmd prompt with administrator privileges. Press Start Key, Type cmd, right click, select run as administrator. 
  2. Type diskpart to start windows command line disk manager. 
  3. Find the disk that Windows is installed on by typing List disk. This will be different on each machine but for illustration mine was disk 0
  4. Select that disk by typing the command "select disk" and the disk number.
  5. Next, determine the EFI partition that was moved earlier. This is the partition that was moved earlier and should be 100MB. Type in the command "list part" to see a list of the partitions on the disk. Mine was Partition 3. This may be different on your system. 
  6. Once you have determined the partition number, type "select partition " and your partition number
  7. Next you have to set this partition as an EFI System volume. Type in this command - "set id = c12a7328-f81f-11d2-ba4b-00a0c93ec93b" This changes the partition type to an EFI system volume.
  8. After all of this is done, restart your computer and you should now be able to back up you system using the System Image Backup in File History.

I know some of this may seem a little elementary to some but you never know who needs help and their technical knowledge. 

I hope that this helps and let me know if you have any questions.

Was this answer helpful?

10+ people found this answer helpful.
0 comments No comments

778 additional answers

Sort by: Newest
  1. Anonymous
    2014-04-02T19:45:46+00:00

    I was under the impression reagentc was for manipulating the Windows Recovery environment (repair your computer) for offline booting and the "/setosimage" was for the Windows install files (install.wim) for system reset. If you can't get the needed drivers from the ASUS website there is a program called "Driver Genius Pro" which will backup existing drivers to a self installing executable or zip file. This program will also locate and offer to install drivers for the current system configuration.

    On system I work with I install to a pre created partition (Disk0, Partition1) denying Windows setup the ability to create additional partitions (MBR Systems) forcing Window to put all the boot and system files on active partition1

    As you can see my primary drive is a SSD so I put the page file on the Hitachi 2TB to reduce wear and tear, I could turn off paging because I have 12Gb DDR3 1680Mhz triple channel ram. The same principal applies when creating a distribution share image on a reference machine because there is only one partition image to transfer to the target machine. After leaving audit mode with sysprep generalize/OOBE/Shutdown I boot from Hirens Boot Cd/USB use it's tools. The one which works best for me is "TeraByte Image for Windows" to capture the image to an external USB hard drive. Then you can apply it to machine which meets hardware requirements and on first boot it will go through a mini setup. Using TeraByte to capture will work for any existing operating system  but you must apply it back to the same hardware (HAL)

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-04-02T18:20:19+00:00

    Yes, you are right, I checked that box (Delete Recovery Partition).

    No, because before any restore I'll repeat the creation of the system image after redirecting path with the reagentc /path /setreimage  command. and eventually by recreating a Windows image and using again reagentc with option /setosimage. But all this is too complicate: I will use a backup product, it is simpler!

    Restart with a clean install for me is not a problem: I own discs and product keys for Windows because I had a free copy of Windows 8 Pro from Samsung when I bought my SSD disk for my other older notebook and Windows 8.1 Pro/Enterprise etc because I am a VS + MSDN subscriber (open volume, much expensive licence).

    Even I installed Windows XP SP3 32 bit and Windows 8.1 Pro 64bit (English, I am Italian) as Hiper-V Virtual Machines (on VHDx disks).

    The problem now is to find all the updated drivers needed for this machine from the OEM.

    The machine is not simple as you see, is a big all-in-one, 27' touch screen, HD TV tuner, video cam, USB2/3, cable NIC, Wireless NIC, etc. with  wireless mouse and keyboard, double graphic adaptor (Intel and NVIDIA), etc.

    And also I am using this machine by sharing video (with touch screen!), mouse, keyboard, video cam and USB2 ports with my older notebook on a docking station with Windows 7 Ultimate 32 bit (that now is even touch!).

    Now that I have an updated copy of system image, I am pretty quiet, and this is why, before touching my partitions I ask for thousands of confirmations.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2014-04-02T16:32:15+00:00

    Unfortunately you probably ticked the check box "Delete Recovery Partition" during "Factory Recovery" drive creation :-( Since the pen key was damaged by trying to create a "Windows Recovery" drive you would have to contact ASUS for a replacement or search the internet, usually for a price :-( These OEM's come loaded with bloat-ware and is very distasteful to me. I prefer a clean retail install. There are ways to get your key but your is an OEM key and Microsoft does not allow them to activate clean retail installations. If you use Windows Image Backup and partition 5 is included and then you subsequently delete it, when you try to restore it using the Windows Recovery boot drive restore will fail unless the option check box "format and partition drive to match image layout" is not greyed out and you select it

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2014-04-02T11:54:01+00:00

    As usual you are right again. I will try to explain better.

    The image backup did not failed only after I enlarged partition 5 that precedently has been created by the upgrade of the wrong size (only 350MB) leaving not enough space for renewing system image if you look at my previous partition list.

    Now I can use the partition 1 with the reagentc command to repeat the build of a system image. and then delete partition 5 to have a clean partitioned drive.

    The factory partition has gone when I made a 16 GB USB recovery drive (pen key), but after, unfortunately, I deleted it last time I tryed to recreate the recovery drive. (I will try to ask ASUS to have one).

    ... The never ending story.

    Was this answer helpful?

    0 comments No comments