Solved Latest Win 8.1 ISO "Breaks" System Image Functionality

I have the same problem :/, which is the final solution?

Windows 8.1 RTM x64 with Rollup inclued

Also, I don't know if is normal have the Recovery Partition and EFI System Partition, both 100% "free"
 
Last edited by a moderator:

My Computer

System One

  • OS
    Windows 8.1
I have the same problem :/, which is the final solution?

Windows 8.1 RTM x64 with Rollup inclued

Also, I don't know if is normal have the Recovery Partition and EFI System Partition, both 100% "free"

Disk.png

Work round for clean, post 36.
http://www.eightforums.com/performa...-system-image-functionality-4.html#post298197

Work round for already install, post 32.
http://www.eightforums.com/performa...-system-image-functionality-4.html#post298019
 

My Computer

System One

  • OS
    ME, XP,Vista,Win7,Win8,Win8.1
    Computer type
    PC/Desktop
    Other Info
    Notebooks x 3

    Desktops x 5

    Towers x 4
Thanks for all your help theog. I am intending to do a clean install of 8.1 pro on my Sony Vaio that is currently on 8.1, but I want to do a system image in case I need to ever go back. I am trying to follow your guide but I have way more partitions and I don't want to **** it up.
Here's all of the partitions on my HDD:
Screenshot (1).png

I'm previously upgraded through the Windows Store which is why I think there are extra partitions. Can you tell which ones are obsolete, and which one's I need to keep/resize?
 

My Computer

System One

  • OS
    Windows 8.1 x64
You only need to resize the 350mb partition, after C:.

Have you made the OEM manufacturer's Recovery Disks?

information   Information

We always assume you have made your Recovery Disks using the OEM manufacturer's Recovery Media Creator app the first day you had your new PC.
& made the Startup Repair CD. (Windows 8 only)
http://www.eightforums.com/tutorials/5132-recovery-drive-create-usb-flash-drive-windows-8-a.html
http://www.eightforums.com/tutorials/2855-system-repair-disc-create-windows-8-a.html (Windows 8 only)



I would recommend you making the OEM manufacturer's Recovery DVD's or USB drive.
SONY Recovery Make DVD-USB 001 theog.PNG
or
You can order the Microsoft official OEM Recovery disks from the OEM manufacturer's website.
 

My Computer

System One

  • OS
    ME, XP,Vista,Win7,Win8,Win8.1
    Computer type
    PC/Desktop
    Other Info
    Notebooks x 3

    Desktops x 5

    Towers x 4
I found a work around that is not too difficult. Do a clean install of Win 8.1 (I used the free Enterprise Evaluation 90 day trial for these tests) and as soon as you get to the tiles or desktop hold the shift key down and shut down. Next, boot the system to either Ubuntu or Mint (on a flash drive -UEFI Mode Ok) Now mount the Recovery partition and copy the Recovery Folder and paste it into another flash drive. Shutdown and using this same method, replace the recovery folder in the system you want to fix with this fresh one you got (keep it for future problems). If you have a spare drive to do the quick install on, that will work. If not you will have to use images to cycle through the process. It's important to always run this CMD as Admin before making any new images "wbadmin delete catalog -quiet" So far I've patched two systems in UEFI Mode this way. I made several images and recovered without issues. I also made an image using REDO Backup (free) after I got the system fixed so as to have it to fall back on. REDO doesn't support USB UEFI, so you have to temporarily disable UEFI to make the image or recover from it. You could boot to a DVD with REDO on it also, but still you would need to temporarily disable UEFI and enable Legacy in BIOS.
 
Last edited:

My Computer

System One

  • OS
    Win 8.1
    Computer type
    PC/Desktop
    CPU
    A6-6400K
    Motherboard
    ASROCK FM2A-88M
    Memory
    8GB
    Browser
    IE 11
    Antivirus
    ESET
I tried theog's number 36 post. It all went smoothly except assign letter="W". Could not get it to do that. Said no partition selected. I just left it unassigned and it seems ok.
 

My Computer

System One

  • OS
    Win 8.1
    Computer type
    PC/Desktop
    CPU
    A6-6400K
    Motherboard
    ASROCK FM2A-88M
    Memory
    8GB
    Browser
    IE 11
    Antivirus
    ESET
Start out by cleaning the disk to use for installation
then using diskpart:

convert gpt
create partition efi size=489
format quick fs=ntfs label="Windows RE tools"
set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
assign letter="T"
create partition efi size=260
format quick fs=fat32 label="System"
assign letter="S"
create partition msr size=128

you can stop here by quitting CMD and go to the GUI install screen, or:

create partition primary
format quick fs=ntfs label="Whatever"
assign letter="pick a letter"
this finishes using all available space for partitions

*NOTES:
I tested 489mb on the 1st partition and it worked I did the install and created an image and recovered from it.
The EFI partition that uses FAT32 can be made 260mb on advanced format 4k hard disks, which is typically newer ones you would be using nowadays. I just used a new garden variety WD HDD.
The MSR 128MB partition does not need formatted, assigned a letter, or labeled to function.
** these are my tests; your mileage may vary.
 

My Computer

System One

  • OS
    Win 8.1
    Computer type
    PC/Desktop
    CPU
    A6-6400K
    Motherboard
    ASROCK FM2A-88M
    Memory
    8GB
    Browser
    IE 11
    Antivirus
    ESET
Hi there.

I'd always recommend people to use decent 3rd party solutions for taking images or Backups -- the Windows system image functionality has always IMO been somewhat suspect even as far back as the initial release of W7.

Use something like Free Macrium or Acronis for backing up and taking images. You can also backup the installed recovery partition and then delete that from HDD to give you more space. The restore programs can restore that and then you can do a manufacturers restore if you want to.

It's rediculous as well to need the VSS (volume shadowing service) to make this work -- if I have say a 60 GB Windows partition on a 120 GB SSD on a laptop it's obvious that the VSS will fail. Any decent 3rd party backup (Free or paid) will do a much better job -- write to external media and you can do "Bare metal" restores using the program by booting from say a USB drive and restoring your image from an external HDD.

(If I have a new laptop - before even booting the windows system for the very first time where the manufacturer goes through all sorts of rituals in setting it up -- I just backup the ENTIRE HDD with my backup program (Acronis - but any will do). So at any point I can get the system back exactly as it was before I even did the FIRST windows boot. - You might need to disable protected boot to allow a legacy boot - but that's done in the BIOS before booting your imaging program).

If you don't have an imaging program -- or your imaging program won't handle the "undefined" partition types -- simply boot up any Linux Live CD and run the DD command - it will create a sector by sector copy for you of the computers HDD to your external device.

Cheers
jimbo
 

My Computer

System One

  • OS
    Linux Centos 7, W8.1, W7, W2K3 Server W10
    Computer type
    PC/Desktop
    Monitor(s) Displays
    1 X LG 40 inch TV
    Hard Drives
    SSD's * 3 (Samsung 840 series) 250 GB
    2 X 3 TB sata
    5 X 1 TB sata
    Internet Speed
    0.12 GB/s (120Mb/s)
Can anyone confirm either of the following for me:

this is no longer an issue for people who keep their windows 8.1 updated;

or

this bug only interferes with creating system images, and if you successfully made a system image (which I have) this bug will not interfere with restoring with it.


As of right now I am using Acronis True Image to back up my boot drive (SSD) to my internal HDD, and I use System Image Restore to back up my SSD to an external HDD that is unplugged most of the time. I would like to know for sure that if something happens that forces me to use the image on my external HDD, I won't run into some stupid error that prevents me from doing so.
 

My Computer

System One

  • OS
    Win 8.1 Pro
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Home Built
    CPU
    Intel i5-4590
    Motherboard
    MSI h97 PC Mate
    Memory
    Kingston Valu Ram 2 x 8 gb
    Graphics Card(s)
    Radeon r7 265
    Monitor(s) Displays
    Viewsonic 22" flat display
    Screen Resolution
    1920 x 1080
    Hard Drives
    Samsung 250 gb 840 evo SSD,
    WD Blue 1 TB HD,
    Fantom 2 TB ext HD
    PSU
    Corsair 600 W
    Case
    Antec 1
    Cooling
    stock CPU cooler, 4 x case fans, GPU fan and P/S fan
    Keyboard
    HP ps/2 keyboard
    Mouse
    Logitech Trackman Marble
    Internet Speed
    50 mb/s
    Browser
    Chrome
    Antivirus
    Norton Security Suite
This issue has been fixed in the new installation media for Windows 8.1 with Update 1

I had this problem with trying to create a system image in UEFI mode. The system image backup did not affect my legacy computer with the RTM version of Windows 8.1 due to there are different partitions with UEFI and Non UEFI - "MBR vs GPT"

I have no problems with the new Install media with Update 1

Google "Windows 8.1 Media Creation tool", download the file, and it will download the new media.
 

My Computer

System One

  • OS
    Windows 8.1 Pro with Media Center
    Computer type
    PC/Desktop
    System Manufacturer/Model
    ASUS
    CPU
    Intel Core 2 Quad Q6600 2.40 ghz
    Motherboard
    ASUS P5K PRO
    Memory
    2 GB DDR2
    Graphics Card(s)
    PNY NVIDIA Geforce GT 630
    Browser
    Internet Explorer 11
    Antivirus
    Windows Defender
Back
Top