Posted on

by

in

,

Windows FullBackup mit Boardmitteln

Fullbackup (ab Win 7)

 

sdclt.exe /BLBBACKUPWIZARD

 

Restore:

V1:

Restart -> F8 -> Repair your computer -> System Image Recovery

V2:

Win Boot CD -> Repair your computer -> Restore your computer using a system image that you created earlier.

 

Quelle: https://www.raymond.cc/blog/create-windows-7-system-image-for-full-backup-and-restoration/2/

 

 

Und für das Restore als virtuelle Maschine ist folgendes nötig:

 

Then I booted to the windows 7 recovery cd.

When it didnt find the location of the backup

 

I chose to restore a system image and under advanced I chose a network location

 

I input the location of the image and waited for hours for the restore.

 

 

I booted back to the recovery cd

 

I chose command prompt
type “regedit”, press enter
highlight HKEY LOCAL MACHINE

go to file -> Load Hive
Select the file in C:\Windows\System32\config\system

Note: I say drive C but by drive C I mean the drive with windows on it.  Mine was D.

Also Note:  You start in drive X.

 

Give it any name, say “asdf”

Navigate to HKEY_LOCAL_MACHINE\asdf\ControlSet1\Services

Now find the various entries listed below under “Services”, enter each  of them, find the “Start” key and change it to the value below:

aliide = 3
amdide = 3
atapi = 0
cmdide = 3
iaStorV = 3
intelide = 0
msahci = 3
pciide = 3
viaide = 3

 

Click file -> Unload Hive

Exit regedit

 

Exit the command prompt

Restart the VM

 

I think I only changed one or two of them.

 

To be fair I got the fixing the BSOD from this link below.  I figured I would go ahead and post the text incase the link ever dies.