25

I've been using Unetbootin but it occasionally fails to create a bootable usb the way I need it to, especially with the newer versions.

Is there a way I could extract the iso myself?

Alex Poulos
  • 1,544
  • 7
  • 19
  • 30

4 Answers4

26

This is a bit destructive, but works all the time. It will write everything to the /dev/sdb (which is the usb device. )

sudo dd if=/path/to.iso of=/dev/sdb bs=16M

read the manpage of dd

gajdipajti
  • 3,451
  • 22
    This will only work if it is a hybrid ISO containing an MBR and partitioning to allow you to use it as a disk image too. So it may or may not work for the questioner's case. – James Henstridge Mar 29 '12 at 09:47
  • @JamesHenstridge: This is true, however, most "live CD" ISOs have this property. So, this method should work for most real-live use-cases. – oneself Apr 04 '13 at 15:01
  • 1
    isohybrid is a useful command for this purpose: http://superuser.com/a/592656/45927 – Ehtesh Choudhury Oct 09 '14 at 03:59
  • @EhteshChoudhury that is how the kernel does it on make isoimage: https://github.com/torvalds/linux/blob/64291f7db5bd8150a74ad2036f1037e6a0428df2/arch/x86/boot/Makefile#L177 – Ciro Santilli OurBigBook.com Sep 14 '15 at 14:28
  • worked fine on my laptop when booted in live cd with ubunto – Sadegh Jan 26 '16 at 18:25
1

Depends. If you are going to use a Live Linux ISO like the Ubuntu LiveCDs then you can use the tool that comes with Ubuntu called Startup Disk Creator. Type Startup in Dash and it should appear there. From there on, the disk creator can create a Live USB from any Linux ISO that is a LiveCD.

If you are referring to a Windows ISO for example that changes everything. I suggest you see this question: How to create a bootable USB from a .iso file?

Luis Alvarado
  • 211,503
0

According to this tutorial it is possible.

Just use whatever distribution CD you choose in its place.

Note: Usually the failure to create a bootable USB is the USB itself. Some thumb drives just don't want to cooperate.

Ringtail
  • 16,127
  • or a bad ISO... – Brock Hensley Jul 03 '13 at 21:57
  • 3
    Although your answer is 100% correct, it might also become 100% useless if that link is moved, changed, merged into another one or the main site just disappears... :-( Therefore, please [edit] your answer, and copy the relevant steps from the link into your answer, thereby guaranteeing your answer for 100% of the lifetime of this site! ;-) You can always leave the link in at the bottom of your answer as a source for your material... – Fabby Mar 24 '15 at 12:00
-3

Use the following Program:

Universal USB Installer Click Here