WIM to ISO or what
So I need a discovery image to burn to a CD. I have 2008 create a nice Discovery image for me, but its a wim file. How to I make this into an ISO?
Answers
You don't make an ISO, you read the documentation:
To create media that contains the discover image
1. Install the Windows AIK.
2. At a command prompt, to change to the PETools folder, type:Cd C:\Program Files\Windows AIK\Tools\PETools
3. To create a WinPE build environment, type:CopyPE <architecture> C:\Winpe
4. To copy the discover image created in the previous procedure, type:Copy /y c:\boot.wim c:\Winpe\ISO\Sources
5. To change back to the PETools folder, type:Cd C:\Program Files\Windows AIK\Tools\PETools
6. To create the bootable ISO image, type:Oscdimg -n -bc:\winpe\ISO\boot\etfsboot.com c:\winpe\ISO c:\winpe.iso
7. Use a utility that can create a CD or DVD to transfer the ISO image to the appropriate media.
And you'll find the WAIK here: http://www.microsoft.com/downloads/details.aspx?familyid=C7D4BC6D-15F3-4284-9123-679830D629F2&displaylang=enThat'll let you boot and discover your specific hardware.
All Replies
You don't make an ISO, you read the documentation:
To create media that contains the discover image
1. Install the Windows AIK.
2. At a command prompt, to change to the PETools folder, type:Cd C:\Program Files\Windows AIK\Tools\PETools
3. To create a WinPE build environment, type:CopyPE <architecture> C:\Winpe
4. To copy the discover image created in the previous procedure, type:Copy /y c:\boot.wim c:\Winpe\ISO\Sources
5. To change back to the PETools folder, type:Cd C:\Program Files\Windows AIK\Tools\PETools
6. To create the bootable ISO image, type:Oscdimg -n -bc:\winpe\ISO\boot\etfsboot.com c:\winpe\ISO c:\winpe.iso
7. Use a utility that can create a CD or DVD to transfer the ISO image to the appropriate media.
And you'll find the WAIK here: http://www.microsoft.com/downloads/details.aspx?familyid=C7D4BC6D-15F3-4284-9123-679830D629F2&displaylang=enThat'll let you boot and discover your specific hardware.
I really appreciate the info. That should at least get me going.
Its seems weird that MS would have an option to automatically create a discover boot image and have it make it a wim image you can't burn. What the heck is up with that. That makes it useless doesn't it?
hello.
This might sound like a really dumb question but im trying to convert a single wim file to an ISO and havent been able to do it. ive tried following the instructions set above but it dosnt make sense.
Any help?
Thanks
Michael
- WIM and ISO are intercompatible, just change the file name suffix and it will work.
AndrewDu wrote: WIM and ISO are intercompatible, just change the file name suffix and it will work.
This is incorrect. You'll need to follow the steps posted above to to produce a CD image that contains the WIM file.
- Joachim Nasslander said:FYI:
.....
Oscdimg -n -bc:\winpe\ISO\boot\etfsboot.com c:\winpe\ISO c:\winpe.iso
.....
You'll need to add a -m switch to oscdimg.exe if the image file is larger than a standard cd (e.g. over 700 MB).

