Import Ghost images in NTLite?

mts123456

New Member
Messages
5
Reaction score
0
Good afternoon everyone.
Sorry if this isn't the right topic, but does anyone know how to import an image created with Ghost (.GHO format) into NTLite? Or how to convert a .GHO image to an .ISO image? Thanks.
 
It's best to "start" with an ISO downloaded from the MS website
Otherwise, you can find it on github.com
 
I used sysprep on ghost to customize an image and would like to use ntlite to complement some customization features.
 
NTLite will load install images when they're part of a complete ISO, or as a standalone install WIM or ESD file.

Ghost backs up and restores entire disk images with sparse volume support (to reduce the image's save size). To convert it, you would restore a Ghost image to a target system. Then reboot into Recovery or WinPE, and perform a DISM capture of the system drive.

This captured image becomes your new install WIM, which replaces the same file in the ISO distribution.

If you have a target system that is sysprepped, you can skip Ghost entirely and just DISM capture it directly for NTLite's use.
 
Back
Top