Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 6.0

...

If your computer is not bootable, the restore must be run from the Reflect PE based rescue environment.

The process is complicated as it it not possible to create a Dynamic disk from the rescue environment.

Therefore, the recommend method is to restore up to the first 4 partitions from within the rescue environment ensuring the C: partition and your system reserved (if used) are included. Follow the restore steps, here, noting that you must drag each partition from the backup layout to the target disk.

Note that if there is no target disk then start the PE command window (icon lower left). Then type

Code Block
languagetext
themeFadeToGrey
languagetext
diskpart
list disks
Info
Note: If you don't see your target disk, then a driver is missing for your target mass storage interface. Please read about adding additional drivers here.



Identify the target disk and note the disk number. Then type

Code Block
languagetext
themeFadeToGrey
languagetext
sel disk <disk number>
clean

...


To update windows PE with the new disk configuration, type

Code Block
languagetext
themeFadeToGrey
languagetext
rescan
exit

 

Example diskpart session ...

...