Difference between revisions of "OS-Windows-10"
(Begin to document a Windows 10 OS disk replacement via backup/restore/recovery.) |
(Add restore operation to Offline OS Disk Replacement.) |
||
Line 1: | Line 1: | ||
− | ; See Also : [[OS-Windows]]<br | + | ; See Also : [[OS-Windows]]<br/> |
= Hardware Concerns = | = Hardware Concerns = | ||
Line 28: | Line 28: | ||
There are many of backup/restore tools. A favorite is the [http://redobackup.org/ Redo Backup & Recovery]] live CD, but on occasion, does not work well on all hardware. In the circumstances leading up to this example, Redo Backup would not work on a Dell Inspiron 17R N7110. The live CD booted to a black screen even in safe mode. | There are many of backup/restore tools. A favorite is the [http://redobackup.org/ Redo Backup & Recovery]] live CD, but on occasion, does not work well on all hardware. In the circumstances leading up to this example, Redo Backup would not work on a Dell Inspiron 17R N7110. The live CD booted to a black screen even in safe mode. | ||
− | In this example, an alternative was needed, and [[https://www.backup-utility.com/ AOMEI Backupper]] was selected after reviewing a[[wikipedia:comparison of disk cloning software]]. Though it was less than ideal in that it had to be installed, it had an apparent advantage in that it can inherently handle copying to a small er disk than the original as can often be the case when moving to an SSD from a mechanical drive. The free, standard version was used, though the paid editions have features that could be advantageous. | + | In this example, an alternative was needed, and [[https://www.backup-utility.com/ AOMEI Backupper]] was selected after reviewing a [[wikipedia:comparison of disk cloning software]] article. Though it was less than ideal in that it had to be installed, it had an apparent advantage in that it can inherently handle copying to a small er disk than the original as can often be the case when moving to an SSD from a mechanical drive. The free, standard version was used, though the paid editions have features that could be advantageous. |
A full backup was made using the AOMEI Backupper, and ended up being less than 25 GB even though the source drive was 640 GB in size. | A full backup was made using the AOMEI Backupper, and ended up being less than 25 GB even though the source drive was 640 GB in size. | ||
Line 44: | Line 44: | ||
:::; <code>Step 1 Select the disks you need to backup.</code> | :::; <code>Step 1 Select the disks you need to backup.</code> | ||
::::; Select Disk : | ::::; Select Disk : | ||
− | :::::; <code>Disk''n ...'' : | + | :::::; <code>Disk''n ...''</code> : |
− | + | ::::: <code>[ Add ]</code> | |
:::; <code>Step 2 Select the disks you need to backup.</code> : | :::; <code>Step 2 Select the disks you need to backup.</code> : | ||
::::; Open : | ::::; Open : | ||
− | :::::; Look in<nowiki>:</nowiki> : <kbd>F:\Backupper\Inspiron_17R_N7110_''ServiceTag'' : | + | :::::; Look in<nowiki>:</nowiki> : <kbd>F:\Backupper\Inspiron_17R_N7110_''ServiceTag''</kbd> : |
− | + | ::::: <code>[ Open ]</code> | |
:::; <code>[ Backup Options ]</code> : | :::; <code>[ Backup Options ]</code> : | ||
:::; Disk Backup : | :::; Disk Backup : | ||
Line 70: | Line 70: | ||
:::::; <code>[ ]</code> Save to global settings : | :::::; <code>[ ]</code> Save to global settings : | ||
:::: <code>[ OK ]</code> | :::: <code>[ OK ]</code> | ||
− | ::: <code>[ Start Backup | + | ::: <code>[ Start Backup >> ]</code> |
=== Restore === | === Restore === | ||
Line 82: | Line 82: | ||
; AOMEI Backupper Standard : | ; AOMEI Backupper Standard : | ||
− | :; <code>Backup</code> : | + | :; <code>Restore</code> : |
− | :: '' | + | ::; Restore : |
+ | :::; <code>[ ]</code> System Restore : | ||
+ | :::; <code>All Backups</code> : | ||
+ | :::; Task Name ''...'' : | ||
+ | :::: ''...'' | ||
+ | :::; <code>Path Browse a path to select an image file and restore data from the file.</code> : | ||
+ | ::::; Open : | ||
+ | :::::; Look in<nowiki>:</nowiki> : <kbd>F:\Backupper\Inspiron_17R_N7110_''ServiceTag''\Win 10 Pre-Setup</kbd> | ||
+ | :::::; File name<nowiki>:</nowiki> : Win 10 Pre-Setup | ||
+ | :::::; Files of type<nowiki>:</nowiki> : image(*.adi;*.afi) | ||
+ | ::::: <code>[ Open ]</code> | ||
+ | ::; Backup Point : | ||
+ | :::; Backup Type ''...'' : | ||
+ | ::::; <code>Full Backup ''...'' F:\Backupper\Inspiron''...''</code> : | ||
+ | ::: <code>[ Next >> ]</code> | ||
+ | ::; Image Information : | ||
+ | :::; Disk : | ||
+ | ::::; <code>Disk''n ...''</code> : | ||
+ | ::: <code>[ Next >> ]</code> | ||
+ | ::; Disk Restore : | ||
+ | ::: Disk''n ...'' | ||
+ | ::: <code>[ Next >> ]</code> | ||
+ | :::; AOMEI Backupper : | ||
+ | :::: ''...'' Are you sure ''...'' | ||
+ | :::: <code>[ Yes ]</code> | ||
+ | ::; Operation Summary : | ||
+ | :::; <code>[x]</code> Align partition to optimize for SSD : | ||
+ | ::: <code>[ Start Restore >> ]</code> | ||
</blockquote> | </blockquote> |
Revision as of 22:03, 19 January 2018
- See Also
- OS-Windows
Contents
Hardware Concerns
Offline OS Disk Replacement
This is an example of a method actually used, but is not the only method, and may not be ideal in any number of other circumstances. A laptop drive is being moved from a mechanical hard drive to an SSD. A backup is be made of the mechanical drive, and a restore will place it on the SSD. The mechanical disk is nearly empty, containing only a pre-setup image, but is far from blank, as unused space was not wiped by the Windows reset.
Preparation
This step is not required, but can be helpful for illustrating preparation related to making and restoring backups or for re-purposing a replaced disk.
- Remove the disk from the laptop.
- Mount the disk on another system (i.e. as O: for old).
- Use SysInternals SDelete v2.0 to wipe the unused space on the drive.
- C:\> sdelete -z O:
- -or-
- C:\> sdelete64 -z O:
- This can take a very long time in the case of large disks.
- SDelete (or equivalent) makes it viable to perform a full disk backup that is reasonably sized no matter how large the disk is, but also is used to be sure the old media does not have sensitive data left on it that could be undeleted by another user/owner. (Bear in mind that a full, sector backup restore on SSD may be suboptimal. It could be better to only backup/restore allocated space on the file systems.)
Backup
This step is not required, but can allow for freeing up the original disk without sacrificing the ability to revert to the original media state whether or not the original disk is available.
There are many of backup/restore tools. A favorite is the Redo Backup & Recovery] live CD, but on occasion, does not work well on all hardware. In the circumstances leading up to this example, Redo Backup would not work on a Dell Inspiron 17R N7110. The live CD booted to a black screen even in safe mode.
In this example, an alternative was needed, and [AOMEI Backupper] was selected after reviewing a wikipedia:comparison of disk cloning software article. Though it was less than ideal in that it had to be installed, it had an apparent advantage in that it can inherently handle copying to a small er disk than the original as can often be the case when moving to an SSD from a mechanical drive. The free, standard version was used, though the paid editions have features that could be advantageous.
A full backup was made using the AOMEI Backupper, and ended up being less than 25 GB even though the source drive was 640 GB in size.
Start
AOMEI Backupper
AOMEI Backupper Standard
- As needed, supply an administrator password if a UAC dialog pops up.
- AOMEI Backupper Standard
Backup
Disk Backup
- Disk Backup
- Task Name
- Win 10 Pre-Setup
Step 1 Select the disks you need to backup.
- Select Disk
Diskn ...
[ Add ]
Step 2 Select the disks you need to backup.
- Open
- Look in:
- F:\Backupper\Inspiron_17R_N7110_ServiceTag :
[ Open ]
[ Backup Options ]
- Disk Backup
General
Default settings accepted:
- Comments
[ ]
Enable encryption for backups[ ]
Enable email notification
Compression
Default settings accepted:
(o)
Normal- Data will be moderately compressed. (Recommended compression level).
[ ]
Save to global settings
Splitting
Default settings accepted:
(o)
Choose a predetermined sizeDVD Drive--4812
MB[ ]
Save to global settings
Intelligent Sector
Default settings accepted:
(o)
Intelligent Sector Backup (Recommended)- Only back up the used sectors of file systems, and this will reduce the size of image file and backup time.
[ ]
Save to global settings
VSS
Default settings accepted:
(o)
Use VSS (Recommended)[ ]
Save to global settings[ OK ]
[ Start Backup >> ]
Restore
A full restore was done to the new SSD.
Start
AOMEI Backupper
AOMEI Backupper Standard
- As needed, supply an administrator password if a UAC dialog pops up.
- AOMEI Backupper Standard
Restore
- Restore
[ ]
System RestoreAll Backups
- Task Name ...
- ...
Path Browse a path to select an image file and restore data from the file.
- Open
- Look in:
- F:\Backupper\Inspiron_17R_N7110_ServiceTag\Win 10 Pre-Setup
- File name:
- Win 10 Pre-Setup
- Files of type:
- image(*.adi;*.afi)
[ Open ]
- Backup Point
- Backup Type ...
Full Backup ... F:\Backupper\Inspiron...
[ Next >> ]
- Image Information
- Disk
Diskn ...
[ Next >> ]
- Disk Restore
- Diskn ...
[ Next >> ]
- AOMEI Backupper
- ... Are you sure ...
[ Yes ]
- Operation Summary
[x]
Align partition to optimize for SSD[ Start Restore >> ]