Difference between revisions of "OS-Windows-10"

From KRayWiki
Jump to navigation Jump to search
(Begin to document a Windows 10 OS disk replacement via backup/restore/recovery.)
 
(Move "Replace Offline Boot Disk" to sub-page since the procedure is so bulky.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
; See Also : [[OS-Windows]]<br\>
+
; See Also : [[OS-Windows]]<br/>
  
 
= Hardware Concerns =
 
= Hardware Concerns =
Line 5: Line 5:
 
<blockquote>
 
<blockquote>
  
== Offline OS Disk Replacement ==
+
# [[OS-Windows-10-ReplaceOfflineBootDisk|Replace Offline Boot Disk]]
 
 
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 [https://docs.microsoft.com/en-us/sysinternals/downloads/sdelete SysInternals SDelete v2.0] to wipe the unused space on the drive.
 
#: <kbd>C:\> sdelete -z O:</kbd>
 
#: -or-
 
#: <kbd>C:\> sdelete64 -z O:</kbd>
 
#:* 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 [http://redobackup.org/ Redo Backup &amp; 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.
 
 
 
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.
 
 
 
; <code>Start</code> :
 
:; <code>AOMEI Backupper</code> :
 
::; <code>AOMEI Backupper Standard</code> :
 
::: ''As needed, supply an administrator password if a UAC dialog pops up.''
 
 
 
; AOMEI Backupper Standard :
 
:; <code>Backup</code> :
 
::; <code>Disk Backup</code> :
 
:::; Disk Backup :
 
::::; Task Name : <kbd>Win 10 Pre-Setup</kbd>
 
:::; <code>Step 1 Select the disks you need to backup.</code>
 
::::; Select Disk :
 
:::::; <code>Disk''n ...'' :
 
:::::: <code<[ Add ]</code>
 
:::; <code>Step 2 Select the disks you need to backup.</code> :
 
::::; Open :
 
:::::; Look in<nowiki>:</nowiki> : <kbd>F:\Backupper\Inspiron_17R_N7110_''ServiceTag'' :
 
:::::: <code>[ Open ]</code>
 
:::; <code>[ Backup Options ]</code> :
 
:::; Disk Backup :
 
::::; <code>General</code> ''Default settings accepted:'' :
 
:::::; Comments :
 
::::::
 
:::::; <code>[ ]</code> Enable encryption for backups :
 
:::::; <code>[ ]</code> Enable email notification :
 
::::; <code>Compression</code> ''Default settings accepted:'' :
 
:::::; <code>(o)</code> Normal : Data will be moderately compressed. (Recommended compression level).
 
:::::; <code>[ ]</code> Save to global settings :
 
::::; <code>Splitting</code> ''Default settings accepted:'' :
 
:::::; <code>(o)</code> Choose a predetermined size : <code>DVD Drive--4812</code> MB
 
:::::; <code>[ ]</code> Save to global settings :
 
::::; <code>Intelligent Sector</code> ''Default settings accepted:'' :
 
:::::; <code>(o)</code> 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.
 
:::::; <code>[ ]</code> Save to global settings :
 
::::; <code>VSS</code> ''Default settings accepted:'' :
 
:::::; <code>(o)</code> Use VSS (Recommended) :
 
:::::; <code>[ ]</code> Save to global settings :
 
:::: <code>[ OK ]</code>
 
::: <code>[ Start Backup >> ]</code>
 
 
 
=== Restore ===
 
 
 
A full restore was done to the new SSD.
 
 
 
; <code>Start</code> :
 
:; <code>AOMEI Backupper</code> :
 
::; <code>AOMEI Backupper Standard</code> :
 
::: ''As needed, supply an administrator password if a UAC dialog pops up.''
 
 
 
; AOMEI Backupper Standard :
 
:; <code>Backup</code> :
 
:: ''WIP''
 
  
 
</blockquote>
 
</blockquote>

Latest revision as of 22:12, 19 January 2018

See Also 
OS-Windows

Hardware Concerns

  1. Replace Offline Boot Disk