How can I create a bootable DVD iso from a USB drive?

13

5

There seems to be a lot of questions / answers about doing the reverse, but not as much info for USB -> DVD.

Problem

I created a bootable USB drive using YUMI.

The USB drive is working great, and contains the following:

  • Linux Mint 13
  • Linux Mint Debian
  • Debian 6
  • Ubuntu 12.04.1
  • Fedora 17

A bit of a mix of DVD and Live versions.

I have a spindle of DVD+R DL blank DVD's. I would like to create a bootable .iso from this USB drive so I can burn multiple copies of it to pass around to friends!

I've created an iso using Folder2ISO, but it coastered my DVD because it wasn't bootable. I don't really want to waste a whole spindle!

How would you go about doing such a thing?

Kiada

Posted 2012-09-20T15:58:52.703

Reputation: 261

Question was closed 2017-04-17T05:24:48.380

Thank you, @Journeyman - I didn't know how to mark it this way. But the questions and my answer are identical. – SDsolar – 2017-04-17T07:53:52.820

This question is not a duplicate of the other. – Ray Woodcock – 2018-04-16T12:27:13.743

Why can't you use YUMI to create the iso itself? You sure the dvd wasn't bootable for other reasons? – Ramhound – 2012-09-20T16:08:44.923

I don't think YUMI supports creating iso - just creating USB drives? I'm unsure if it wasn't bootable for other reasons hrrmm. Is there something special I need to do with the USB's boot sector? Or should Folder2ISO have done everything required? Thanks! – Kiada – 2012-09-20T16:11:42.327

Also, the iso itself wouldn't boot when I tried it within VirtualBox. – Kiada – 2012-09-20T16:15:09.580

3" I don't really want to waste a whole spindle!" Experiment with a DVD+RW. – user1686 – 2012-09-20T16:17:03.497

Have you booted into Windows or any other OS and browsed the USB drive for ISOs? I have used other programs that do the same as YUMI and they copy the ISO to a directory and boot them. Just a thought. Hope it helps. – None – 2012-12-04T16:09:50.107

Answers

2

Never tried it in reverse, but let us know if this works:

  1. Download and install ImgBurn.

  2. Follow this guide to enter and set appropriate options for Build Mode.

  3. Follow the steps indicated below to first Create Boot Image from the USB drive, ensure the Make Image Bootable option is checked, set the Emulation Type to Hard Disk and select the previously created Boot Image.

  4. Burn, test and report back!

    ImgBurn - Advanced - Create Bootable Disc

Karan

Posted 2012-09-20T15:58:52.703

Reputation: 51 857

1Thanks for the reply - I actually tried this earlier and when it created the boot image from my USB drive, it literally copied the entire contents of the USB drive and the resulting iso was 13+ GB large. This was because it appended the entire boot image onto the same files and folders I added from the USB drive (if you get me). The resulting iso still wouldnt boot in virtualbox or qemu, and naturally due to the size I couldnt burn it onto a DL DVD. Thanks anyways though! – Kiada – 2012-09-20T18:28:23.563

2

On newer version of ImgBurn just go to:

  1. Build > Mode
  2. Advanced > Extract Boot Image > Inform path and filename to .iso

enter image description here

Andre Figueiredo

Posted 2012-09-20T15:58:52.703

Reputation: 193

1

It is very easy to read a bootable USB to an ISO: Just use Rufus - it does precisely what you are asking for.

The program is self-explanatory.

Here is a search that has links to reviews and instructions: Rufus search results on Google

Then you can use your favorite ISO burner to get it on a DVD. I use CDburnerXP on all my machines, from Vista to Win8.1

It has only one limitation: It only works with optical disks. That's why you need Rufus to read the stick first.

SDsolar

Posted 2012-09-20T15:58:52.703

Reputation: 1 206

1OP is asking how to create an ISO from USB. The link provided in this answer leads to a page stating that Rufus does the opposite. – Ray Woodcock – 2018-04-16T12:23:57.777

0

Use "Universal USB Installer 1.9.5.9" Its free and simple to use.. just need an ISO of the version of Ubuntu and a USB drive. This can also make a Windows usb installer. Best program I have found for this.

http://www.techspot.com/downloads/downloadnow/6153/?evp=87ab07200047ce3cd94b4bda0e971dd9&file=

Check it out.

Jeremy

Posted 2012-09-20T15:58:52.703

Reputation: 1

Your answer puts an ISO onto a USB drive. The OP is asking for putting a bootable USB drive into an ISO file. – rajb245 – 2017-01-30T18:26:23.357

Welcome to Super User SE. Be sure to take the tour at https://superuser.stackexchange.com/Tour

– SDsolar – 2017-04-17T05:18:35.307

0

I was trying to install Windows 7 from a bootable USB in VirtualBox and encountered the same issue. It turned out I had to create a virtual disk that referenced the USB drive, then assign that virtual disk to the virtual machine. I found the instructions to do this here: http://www.intowindows.com/how-to-boot-from-usb-in-virtualbox/

Also, I did note that there's a typo in his command line syntax. There should be a space between "-rawdisk" and "\". But otherwise it worked like a charm!

Crensworth

Posted 2012-09-20T15:58:52.703

Reputation: 1

Welcome to Super User SE. Be sure to take the tour at https://superuser.stackexchange.com/Tour

– SDsolar – 2017-04-17T05:18:47.737