How to "burn" ISO/img/cue+bin to USB drive?

48,901

Solution 1

Ok I see the problem. The LBA sizes are different on USB and CD-ROM drives. 512 vs 2048.

So a boot sector designed for a CD won't run on a USB drive.

Solution 2

Try Unetbootin, it works for Linux distros. Also surf on over to the hak5 website, they had a couple of episodes dealing with what they call the USB mutlipass for putting multiple isos on a usb drive.

Solution 3

Ah, I would definitely recommend UltraISO Its asks you to pay, but is free to try for as long as you like with no features missing, and no annoy ware (ie. pop-ups every few minutes), It is really easy to use and will write bootable iso's to thumb drives and cd/dvd's (Ive used it for win7 and ubuntu), it will also give you full control over the iso to selectively copy items over.

*** As of 5/1/2012 unregistered software is crippled with 300mb limit

Solution 4

It is possible but not straightforward: http://www.boot-land.net/forums/index.php?showtopic=6436

Solution 5

FlashBoot, although not free, is a great tool to make USB drives bootable. It supports converting a CD image to the USB drive.

alt text

Share:
48,901

Related videos on Youtube

Pyrolistical
Author by

Pyrolistical

**Premature optimization is the root of all evil** **If you are not trying to learn all the time, then you are not a great developer** **User input is sacred**

Updated on September 17, 2022

Comments

  • Pyrolistical
    Pyrolistical almost 2 years

    I don't get it. Why is it so complicated to create a bootable usb from a disc image?

    Disc images have boot sectors, so why can't you just write the raw LBA values from an image directly to a USB and be done?

    I haven't see any tool for Windows that lets me do this.

  • Pyrolistical
    Pyrolistical over 14 years
    This one installs a linux boot sector...the ISO already contains one! I just want the exact contents of a bootable ISO...
  • CarlF
    CarlF over 14 years
    It's listed as an attack site because it installs various Trojans. Assuming it was originally a real site, Russian hackers (from the domains involved) would seem to have taken it over.
  • Goyuix
    Goyuix over 14 years
    @Pyrolistical: Then you clearly don't understand the boot process, nor what the Unetbootin tool does - way oversimplified, it essentially creates a boot record on the flash drive and dumps the contents of the ISO onto the flash drive. There are also other potential issues beyond just the sector size, the BIOS can interpret (then emulate) a flash drive as many different types of media. Even CDs back in the day had a number of methods. It is WAAAAAAAAY more complex (and far beyond the scope of this site) than simply extracting the boot records and raw files.
  • Captain Segfault
    Captain Segfault over 14 years
    It's not the block size, it's that the boot format is completely different. (El Torito) You can absolutely write a byte-for-byte copy of an ISO-9660 filesystem to a USB disk, but no normal BIOS will recognize it as such. There's no fundamental reason why one couldn't, especially if it implemented an emulation layer to make the USB disk look like a CD.
  • Derrick
    Derrick almost 12 years
    This does not appear to allow burning of image files
  • Derrick
    Derrick almost 12 years
    This worked for me to burn a bootable .img image. Just select the .img file, but make sure you choose ISO, not Floppy on the drop down.