Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

Ghost Will Die: Deploy Vhd like GHO

Publié le par damcuvelier

  (A little thanks for you is a big gift for me) 


First, you need to convert your ghost image to vhd:


http://damcuvelier.over-blog.net/article-108983847.html

 

Then, you can deploy it or boot on it:

 

 

To Boot on it:

LOOK AT THIS MICROSOFT’S VIDEO


To deploy it like a wim:

 

http://technet.microsoft.com/en-us/library/dd759256.aspx

 

and this:

 

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

 

TUTO:

 

Convert Windows 7 VHD’s to WIM and make an ISO

What you will need to follow this guide:

* VHD file
* Windows 7 AIK RC
* UltraISO (Or another Utility to edit ISO Files)
* Windows 7 ISO

So, the first thing you need to do is obviously make sure you have your VHD downloaded to the desired location. Once you have done that, do the following:

1. Go to start and type compmgmt.msc and press enter.
2. Click on “Disk Management”
3. Go to the Action Menu and click “Attach VHD”
4. Browse to the location of your VHD, select it and click OK.
5. It will install a drive to your system, take note of the drive letter, you will need this later.
6. Install the Windows AIK and take note of the installation path.
7. Now start an instance of command prompt as administrator.
8. Navigate to X:Program FilesWindows AIKToolsx86 or X:Program FilesWindows AIKToolsamd64 depending on your architecture. (X being the drive you installed the AIK to)
9. now type imagex.exe /compress maximum /flags “Ultimate” /capture L: D:install.wim “Windows 7 Ultimate”
10. Let that process run (should take a few minutes) and you will have your WIM.

Now we need to put this shiny new WIM into an ISO. For this do the following:

1. Open your ISO in UltraISO (make sure your ISO is the same architecture as what you downloaded)
2. navigate to the sources folder and delete install.wim
3. Drag your new install.wim into the sources folder.
4. Save the ISO with a new name.

5. Burn the ISO and install your desktops

 

 

 

Source: http://www.rtwincustomize.net/silentapp/index.php?option=com_content&view=article&id=2428:convert-windows-7-vhds-to-wim-and-make-an-iso&catid=69:unattended-tools&Itemid=433

 

 

 

OR use it in virtual machine and: Convert your VHD virtual machine to WIM to deploy it:

 

source : http://fabienduchene.blogspot.fr/2009/12/vhd-to-wim-from-virtual-machine-to-wim.html

Commenter cet article