Discussion on:

7
Comments

Join the conversation!

Follow via:
RSS
Email Alert
0 Votes
+ -
Greg - a lot of the new Windows 8 images that Microsoft is allowing partners to download (and assuming SA customers) are now in .IMG format instead of ISO's. This tool doesn't work for those. Have you discovered how to do this with IMG files yet?
0 Votes
+ -
http://www.imgburn.com/

ImgBurn supports a wide range of image file formats - including BIN, CCD, CDI, CUE, DI, DVD, GI, IMG, ISO, MDS, NRG and PDI.
0 Votes
+ -
Rromanowski - it's not a question of burning to a CD/DVD - it's a question of putting an IMG file onto a USB drive. ImageBurn doesn't help with that... but thanks.
0 Votes
+ -
Contributr
... IMG to ISO that you can find at http://www.imgtoiso.com/

You can use it to convert your IMG file to an ISO file which you can then use the Windows 7 USB/DVD Download Tool to create a bootable USB.
I tried this program about 2 weeks ago - it doesn't work. Something with the IMG file that Microsoft creates. I get an error, "Error, cannot create vdisk.". No error logs or any other information is available. Dunno why this IMG file is any different - but it is. My question really is WHY did Microsoft have to change formats and what about this change is not allowing it to be converted (short of burning it to a DVD, then re-ripping it as an ISO).
-2 Votes
+ -
My Bad!
myangeldust 22nd Oct
I thought this was allow me to run Windows 8 on a PC or laptop via a flashdrive. But this is just to install Win8 itself.
1 Vote
+ -
WIndows tools are never bullet proof so what I did it's make my usb bootable using command prompt , follow this:
Coming back to bootable USB guide, here we assume that you are using either Vista or Windows 7 to create a bootable USB.
1. Insert your USB (4GB+ preferable) stick to the system and backup all the data from the USB as we are going to format the USB to make it as bootable.
2. Open elevated Command Prompt. To do this, type in CMD in Start menu search field and hit Ctrl + Shift + Enter. Alternatively, navigate to Start > All programs >Accessories > right click on Command Prompt and select run as administrator.
3. When the Command Prompt opens, enter the following command:
DISKPART and hit enter.
LIST DISK and hit enter.
Once you enter the LIST DISK command, it will show the disk number of your USB drive. In the below image my USB drive disk no is Disk 1.
4. In this step you need to enter all the below commands one by one and hit enter. As these commands are self explanatory, you can easily guess what these commands do.
SELECT DISK 1 (Replace DISK 1 with your disk number)
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS
(Format process may take few seconds)
ASSIGN
EXIT
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.