How to Turn a CD Operating System Into a USB Format for Booting
The majority of Linux distributions and other free and open source UNIX-like operating systems release their software as an ISO disk image. This disk image is meant to be burned to a CD or DVD that can then be used as an installation medium. To conserve disks, users began burning the same images to USB drives that could be written over multiple times. A number of applications now exist for simplifying the process and creating USB installation mediums from Live CDs.
Instructions
-
Unetbootin (Microsoft Windows/Linux)
-
1
Download and install Unetbootin from the developer's SourceForge website. Connect the USB drive to the computer.
-
2
Launch the application using whatever method your operating system uses, either a desktop icon or a program list.
-
-
3
Click the "Diskimage" option, then click the "..." button and select your ISO image from the disk. Click the "USB Drive" option in the lower-left corner of the box, then select your drive's name from the adjacent drop-down box.
-
4
Click "OK" to create a USB medium from the Live CD.
dd (Mac OS X/Linux)
-
5
Launch your preferred terminal emulator either from the "Applications" menu or in the "Utilities" folder, depending upon your operating system. Connect the USB drive to the computer.
-
6
Use the "CD" command to go to the folder where your CD image is located. Type "sudo fdisk -l" to view your list of drives. Make a note of the USB drive's name.
-
7
Type "dd if=image.iso of=/dev/usb1" where "image.iso" is the name of the CD image and "/dev/usb1" is the USB drive's name on your machine. Press "Enter" to burn the CD image to the USB drive.
Disk Utility (Mac OS X)
-
8
Launch a Finder window, then click the "Applications" folder. Double-click the "Utilities" folder, then double-click the "Disk Utility" icon.
-
9
Connect the USB drive to the computer. Open the folder containing your CD image, then drag and drop the disk image into "Disk Utility."
-
10
Click your USB drive in the list and check to make sure the CD image is also selected. Click the "Burn" button to write the disk image to the USB drive.
-
1