Can I Reimage My Laptop With the Image of My Desktop?

6

1

I figured if I could reimage the new laptop, I wouldn't have to reinstall all the development software I install on a regular basis on every new system when I get a new contract gig and have to work on site--it takes me a day and a half to get through all of them, so I really need a better solution.

Note: I am using Windows 7 Ultimate on my desktop, and using Windows 7 Home on my laptop.

picardo

Posted 2010-04-27T23:19:15.117

Reputation: 2 387

One major issue you have when using a desktop image onto a laptop. Most of the power settings in control panel are left blank because the options for laptop power settings are different for example "close lid." The hibernate option are also left blank. When these settings are left blank it causes unexpected other issues to occur. – None – 2015-07-21T13:42:23.997

Answers

2

Acronis True Image Universal Restore can take an image from one computer and install it onto a computer with completely different hardware.

James Watt

Posted 2010-04-27T23:19:15.117

Reputation: 1 759

3

You can use ImageX if you have two licenses for Windows 7 Ultimate.

ta.speot.is

Posted 2010-04-27T23:19:15.117

Reputation: 13 727

2

For some information on why people expect it not to work, see Unsupported Sysprep scenarios. Eg.

Microsoft also does not support the use of Sysprep to install an operating system from an image if the image was created by using a computer whose motherboard has a different manufacturer, or if the image was created by using a computer with the same configuration but from a different manufacturer.

Hugh Allen

Posted 2010-04-27T23:19:15.117

Reputation: 8 620

1That is Sysprep, not other tools. It's like saying that because tool X that does Y doesn't do Y in scenario Z that tool Q won't do it either. – ta.speot.is – 2010-04-28T03:38:45.503

1

You can certainly create an image of your laptop hard disk onto an external USB device and then later copy that image back to your laptop hard drive to restore it to its previous state, But you can't take an image from your desktop and copy that onto your laptop's hard drive and expect things to work.

Marnix A. van Ammers

Posted 2010-04-27T23:19:15.117

Reputation: 1 978

Why????? Regards. – Xavierjazz – 2010-04-27T23:32:52.167

I would also like to know why, since Microsoft makes a tool for exactly this (see my answer). Also since a lot of virtualisation vendors have tools that do the same thing but between a physical and virtual machine (they obviously have different hardware configurations). Take a look at P2V/V2P/P2P tools. – ta.speot.is – 2010-04-27T23:54:43.410

@Xavierjazz This makes plenty of sense to me. Windows installation is very specific to the hardware on your machine. Drivers are optimally installed or skipped as needed based on your own configuration. Obviously Windows is able to handle hardware changes while installed, but often if you replace too many components Windows either forces you to reactivate or you end up experiencing all sorts of driver nightmares. As Hugh point out below Windows locks onto the motherboard specifications as its basis for comparison on a given install and that would not be passable in the laptop/desktop scenario. – Nathan Taylor – 2010-04-28T01:40:58.127

@Nathan Taylor, specific P2V/V2P and P2P tools allow you to transfer between different motherboards. – ta.speot.is – 2010-04-28T03:35:44.903

@Xavierjazz Because the hardware differences require different drivers. And there may be other things. I wouldn't trust the OS after such a move from a laptop to a desktop. But, as others have pointed out, there are tools that may take care of all the differences. I don't know how well they work or if you can trust them 100% to take care of all contingencies. – Marnix A. van Ammers – 2010-04-29T02:14:07.903

@MarnixA.vanAmmers I agree with what your saying. But it is important to point out that the functionality does exist. Using Sysprep.exe and finding driver is clearly not a perfect solution but it can work for cross platform image deployment. This was one of the first iterations we used for deploying new images to the university I used to support. New tools may do this better but the functionality was very useful for network deploying images to multiple machine types with the drivers already searched for on a set server location. – Alex – 2016-08-10T08:50:41.077

1

From winPE with ImageX included. Capture a syspreped image, save it onto a external storage device. then deploy it onto the new laptop and have it build the drivers back in. If you do it right and find the drivers, have them added to your external storage it'll auto load them into your new image and you can cross platform deploy this image. This won't work if the computer's have different processors and a few other cases, see Hugh Allen post.

Alex

Posted 2010-04-27T23:19:15.117

Reputation: 54