Making bootable USB flash drive from ISO image in Ubuntu

3

0

I need to 'burn' an iso of a bootable dvd (not ubuntu dvd) image onto my USB flash drive. How can I do it in Ubuntu. In windows I was using MKBT tool.

I am looking for something like UNetbootin that can work for any iso.

darthvader

Posted 2011-04-17T20:58:12.450

Reputation: 3 709

Answers

2

take a look at this article: https://help.ubuntu.com/community/Installation/FromUSBStick

There's a package called usb-creator-gtk (and usb-creator-kde for KDE-desktop). This application has a GUI to copy an iso to an USB-drive and make it bootable.

wullxz

Posted 2011-04-17T20:58:12.450

Reputation: 2 400

That package is just for Ubuntu. It does not work for any ISO other than Ubuntu. I need to create a Windows 7 bootable. – darthvader – 2011-04-18T06:12:58.767

I need to create a Windows 7 bootable flash drive from a Windows 7 ISO. – darthvader – 2011-04-18T06:18:34.147

being a little more specific of that would help - you may want to edit your question to reflect this. – Journeyman Geek – 2011-04-18T07:22:37.897

1

then you could take a look at this article: http://www.webupd8.org/2010/10/create-bootable-windows-7-usb-drive.html - it's tested under ubuntu, but it should work on debian too.

– wullxz – 2011-04-18T10:23:43.153

1

there's no universal way to make a bootable usb - as i understand it, unetbootin on linux relies on casper and syslinux, while the windows installer relies on writing the correct bootsector to the drive.

Some sources claim its a simple matter of making a windows 7 iso and running unetbootin on it (which i'm slightly skeptical of, but its worth trying)

Alternately you can copy the files over to the drive and use ms-sys to it with the command - you would likely need to compile and install ms-sys yourself since some repositories don't have it due to potential licencing issues.

ms-sys -7 /dev/sdb

There's a whole thread of suggestions over at serverfault that might help

Journeyman Geek

Posted 2011-04-17T20:58:12.450

Reputation: 119 122