1

I am asking now so when the time comes, I can restore from the image on my NAS drive drive.

I have Windows 7 Home Premium, and used the anytime upgrade to upgrade to Windows Professional, for the network backup features. I created a system image on my NAS drive.

If my system were to fail can I use the windows 7 Home disc to perform a system restore from the backup on my NAS drive.

Or will I have to format, install Windows use the anytime upgrade key, to upgrade to Professional and then do the restore when I have the extra features from the Professional version in order to restore from the image on the NAS drive?

Dave M
  • 13,250

2 Answers2

1

Based on what I experienced during the recovery process I recently had to perform, I found that Windows expects the disks to be local to the server for M$ Windows imaging to work.

If you had a USB external disk, it is possible if the drivers are either incorporated or can be loaded in during Windows recovery mode.

mdpc
  • 4,489
1

Don't bother with system restore. Just capture an image of your system and reimage it using ImageX down the road if need be. ImageX is Microsoft's free imaging tool (better than ghost), it will grab all the files, and you can also mount the image later and make changes if need be. Use WAIK to build a winpe boot USB, and you're all set.

From Win PE:

net use z: \\server\share

To Capture:

imagex /capture d: z:\imaging\data.wim "My Image" /verify

Then to apply:

imagex /apply z:\imaging\data.wim 1 /verify

see below for more info and examples:

http://technet.microsoft.com/en-us/library/cc749447(v=ws.10).aspx

MDT Guy
  • 3,727